Interface CommitmentTypeIndication

All Known Implementing Classes:
CommitmentTypeIndicationImpl

public interface CommitmentTypeIndication
  • Method Details

    • setCommitmentTypeId

      void setCommitmentTypeId(CommitmentTypeId commitmentTypeId)
    • setObjectReference

      void setObjectReference(String objectReference)
    • setCommitmentTypeQualifiers

      void setCommitmentTypeQualifiers(ArrayList<String> commitmentTypeQualifiers)
    • getCommitmentTypeId

      CommitmentTypeId getCommitmentTypeId()
    • getObjectReference

      String getObjectReference()
    • getCommitmentTypeQualifiers

      ArrayList<String> getCommitmentTypeQualifiers()