Interface CommitmentTypeIndication
-
- All Known Implementing Classes:
CommitmentTypeIndicationImpl
public interface CommitmentTypeIndication
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CommitmentTypeIdgetCommitmentTypeId()java.util.ArrayList<java.lang.String>getCommitmentTypeQualifiers()java.lang.StringgetObjectReference()voidsetCommitmentTypeId(CommitmentTypeId commitmentTypeId)voidsetCommitmentTypeQualifiers(java.util.ArrayList<java.lang.String> commitmentTypeQualifiers)voidsetObjectReference(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()
-
-