public class CAP3ForwardServiceInteractionInd extends AbstractFieldsObject
ForwardServiceInteractionInd ::= SEQUENCE { conferenceTreatmentIndicator OCTET STRING (SIZE (1)) OPTIONAL, callDiversionTreatmentIndicator OCTET STRING (SIZE (1)) OPTIONAL, callingPartyRestrictionIndicator OCTET STRING (SIZE (1)) OPTIONAL, ... } CAP-datatypes { ForwardServiceInteractionInd { callDiversionTreatmentIndicator { @import com.opencloud.slee.resources.in.datatypes.cc.Treatment } callingPartyRestrictionIndicator { @import com.opencloud.slee.resources.in.datatypes.cc.CallingPartyRestriction } conferenceTreatmentIndicator { @import com.opencloud.slee.resources.in.datatypes.cc.Treatment } } }
Used as field type by CAP3ServiceInteractionIndicatorsTwo
.
FIELD_ABSENT, FIELD_UNINITIALISED
Constructor and Description |
---|
CAP3ForwardServiceInteractionInd()
Constructs an object with uninitialised state.
|
Modifier and Type | Method and Description |
---|---|
CAP3ForwardServiceInteractionInd |
clone()
Constructs a copy of this object and everything reachable from it.
|
static CAP3ForwardServiceInteractionInd |
copyOf(CAP3ForwardServiceInteractionInd 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 |
getCallDiversionTreatmentIndicator()
Gets the value of the field callDiversionTreatmentIndicator.
|
CallingPartyRestriction |
getCallingPartyRestrictionIndicator()
Gets the value of the field callingPartyRestrictionIndicator.
|
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 |
hasCallDiversionTreatmentIndicator()
Tests whether the field callDiversionTreatmentIndicator has a value.
|
boolean |
hasCallingPartyRestrictionIndicator()
Tests whether the field callingPartyRestrictionIndicator has a value.
|
boolean |
hasConferenceTreatmentIndicator()
Tests whether the field conferenceTreatmentIndicator has a value.
|
CAP3ForwardServiceInteractionInd |
setCallDiversionTreatmentIndicator(Treatment value)
Sets the value of the field callDiversionTreatmentIndicator.
|
CAP3ForwardServiceInteractionInd |
setCallingPartyRestrictionIndicator(CallingPartyRestriction value)
Sets the value of the field callingPartyRestrictionIndicator.
|
CAP3ForwardServiceInteractionInd |
setConferenceTreatmentIndicator(Treatment value)
Sets the value of the field conferenceTreatmentIndicator.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
equals, hashCode, toString
checkModify, isReadOnly
public CAP3ForwardServiceInteractionInd()
public CAP3ForwardServiceInteractionInd clone()
clone
in interface DataObject
clone
in class AbstractDataObject
public static CAP3ForwardServiceInteractionInd copyOf(CAP3ForwardServiceInteractionInd from)
from
- the object from which to copypublic Treatment getCallDiversionTreatmentIndicator()
public CallingPartyRestriction getCallingPartyRestrictionIndicator()
public Treatment getConferenceTreatmentIndicator()
public static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap
in class AbstractFieldsObject
withAbsents
- whether to put absent optional fields into Mappublic boolean hasCallDiversionTreatmentIndicator()
public boolean hasCallingPartyRestrictionIndicator()
public boolean hasConferenceTreatmentIndicator()
public CAP3ForwardServiceInteractionInd setCallDiversionTreatmentIndicator(Treatment value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic CAP3ForwardServiceInteractionInd setCallingPartyRestrictionIndicator(CallingPartyRestriction value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic CAP3ForwardServiceInteractionInd 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 DataObject
setReadOnly
in class AbstractDataObject