Interface CommitmentTypeIndication
-
- All Known Implementing Classes:
CommitmentTypeIndicationImpl
public interface CommitmentTypeIndication
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CommitmentTypeId
getCommitmentTypeId()
java.util.ArrayList<java.lang.String>
getCommitmentTypeQualifiers()
java.lang.String
getObjectReference()
void
setCommitmentTypeId(CommitmentTypeId commitmentTypeId)
void
setCommitmentTypeQualifiers(java.util.ArrayList<java.lang.String> commitmentTypeQualifiers)
void
setObjectReference(java.lang.String objectReference)
-
-
-
Method Detail
-
setCommitmentTypeId
void setCommitmentTypeId(CommitmentTypeId commitmentTypeId)
-
setObjectReference
void setObjectReference(java.lang.String objectReference)
-
setCommitmentTypeQualifiers
void setCommitmentTypeQualifiers(java.util.ArrayList<java.lang.String> commitmentTypeQualifiers)
-
getCommitmentTypeId
CommitmentTypeId getCommitmentTypeId()
-
getObjectReference
java.lang.String getObjectReference()
-
getCommitmentTypeQualifiers
java.util.ArrayList<java.lang.String> getCommitmentTypeQualifiers()
-
-