public class CAP3BackwardServiceInteractionInd extends AbstractFieldsObject
BackwardServiceInteractionInd ::=
SEQUENCE {
conferenceTreatmentIndicator OCTET STRING (SIZE (1)) OPTIONAL,
callCompletionTreatmentIndicator OCTET STRING (SIZE (1)) OPTIONAL,
...
}
CAP-datatypes {
BackwardServiceInteractionInd {
callCompletionTreatmentIndicator {
@import com.opencloud.slee.resources.in.datatypes.cc.Treatment
}
conferenceTreatmentIndicator {
@import com.opencloud.slee.resources.in.datatypes.cc.Treatment
}
}
}
Used as field type by CAP3ServiceInteractionIndicatorsTwo.
FIELD_ABSENT, FIELD_UNINITIALISED| Constructor and Description |
|---|
CAP3BackwardServiceInteractionInd()
Constructs an object with uninitialised state.
|
| Modifier and Type | Method and Description |
|---|---|
CAP3BackwardServiceInteractionInd |
clone()
Constructs a copy of this object and everything reachable from it.
|
static CAP3BackwardServiceInteractionInd |
copyOf(CAP3BackwardServiceInteractionInd from)
Creates a new object of this type, cloning the values of common fields from the given object of any subclass of the same base type.
|
Treatment |
getCallCompletionTreatmentIndicator()
Gets the value of the field callCompletionTreatmentIndicator.
|
Treatment |
getConferenceTreatmentIndicator()
Gets the value of the field conferenceTreatmentIndicator.
|
static FieldAccessor[] |
getFieldAccessors()
Gets a new array of the accessors for fields of this type.
|
Map<String,Object> |
getFieldsMap(boolean withAbsents)
Gets a Map from field-name to field-value.
|
boolean |
hasCallCompletionTreatmentIndicator()
Tests whether the field callCompletionTreatmentIndicator has a value.
|
boolean |
hasConferenceTreatmentIndicator()
Tests whether the field conferenceTreatmentIndicator has a value.
|
CAP3BackwardServiceInteractionInd |
setCallCompletionTreatmentIndicator(Treatment value)
Sets the value of the field callCompletionTreatmentIndicator.
|
CAP3BackwardServiceInteractionInd |
setConferenceTreatmentIndicator(Treatment value)
Sets the value of the field conferenceTreatmentIndicator.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
equals, hashCode, toStringcheckModify, isReadOnlypublic CAP3BackwardServiceInteractionInd()
public CAP3BackwardServiceInteractionInd clone()
clone in interface DataObjectclone in class AbstractDataObjectpublic static CAP3BackwardServiceInteractionInd copyOf(CAP3BackwardServiceInteractionInd from)
from - the object from which to copypublic Treatment getCallCompletionTreatmentIndicator()
public Treatment getConferenceTreatmentIndicator()
public static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap in class AbstractFieldsObjectwithAbsents - whether to put absent optional fields into Mappublic boolean hasCallCompletionTreatmentIndicator()
public boolean hasConferenceTreatmentIndicator()
public CAP3BackwardServiceInteractionInd setCallCompletionTreatmentIndicator(Treatment value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic CAP3BackwardServiceInteractionInd setConferenceTreatmentIndicator(Treatment value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic void setReadOnly()
setReadOnly in interface DataObjectsetReadOnly in class AbstractDataObject