public class CAP4InitiateCallAttemptRes extends AbstractFieldsObject
InitiateCallAttemptRes ::=
SEQUENCE {
supportedCamelPhases SupportedCamelPhases OPTIONAL,
offeredCamel4Functionalities OfferedCamel4Functionalities OPTIONAL,
extensions Extensions OPTIONAL,
...
}
Used as result type by CAP4Operations.initiateCallAttempt.
FIELD_ABSENT, FIELD_UNINITIALISED| Constructor and Description |
|---|
CAP4InitiateCallAttemptRes()
Constructs an object with uninitialised state.
|
| Modifier and Type | Method and Description |
|---|---|
CAP4InitiateCallAttemptRes |
clone()
Constructs a copy of this object and everything reachable from it.
|
static CAP4InitiateCallAttemptRes |
copyOf(CAP4InitiateCallAttemptRes 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.
|
CAP1ExtensionField[] |
getExtensions()
Gets the value of the field extensions.
|
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.
|
MAPOfferedCamel4Functionalities |
getOfferedCamel4Functionalities()
Gets the value of the field offeredCamel4Functionalities.
|
MAPSupportedCamelPhases |
getSupportedCamelPhases()
Gets the value of the field supportedCamelPhases.
|
boolean |
hasExtensions()
Tests whether the field extensions has a value.
|
boolean |
hasOfferedCamel4Functionalities()
Tests whether the field offeredCamel4Functionalities has a value.
|
boolean |
hasSupportedCamelPhases()
Tests whether the field supportedCamelPhases has a value.
|
CAP4InitiateCallAttemptRes |
setExtensions(CAP1ExtensionField[] value)
Sets the value of the field extensions.
|
CAP4InitiateCallAttemptRes |
setOfferedCamel4Functionalities(MAPOfferedCamel4Functionalities value)
Sets the value of the field offeredCamel4Functionalities.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
CAP4InitiateCallAttemptRes |
setSupportedCamelPhases(MAPSupportedCamelPhases value)
Sets the value of the field supportedCamelPhases.
|
equals, hashCode, toStringcheckModify, isReadOnlypublic CAP4InitiateCallAttemptRes()
public CAP4InitiateCallAttemptRes clone()
clone in interface DataObjectclone in class AbstractDataObjectpublic static CAP4InitiateCallAttemptRes copyOf(CAP4InitiateCallAttemptRes from)
from - the object from which to copypublic CAP1ExtensionField[] getExtensions()
public static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap in class AbstractFieldsObjectwithAbsents - whether to put absent optional fields into Mappublic MAPOfferedCamel4Functionalities getOfferedCamel4Functionalities()
public MAPSupportedCamelPhases getSupportedCamelPhases()
public boolean hasExtensions()
public boolean hasOfferedCamel4Functionalities()
public boolean hasSupportedCamelPhases()
public CAP4InitiateCallAttemptRes setExtensions(CAP1ExtensionField[] value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic CAP4InitiateCallAttemptRes setOfferedCamel4Functionalities(MAPOfferedCamel4Functionalities 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 AbstractDataObjectpublic CAP4InitiateCallAttemptRes setSupportedCamelPhases(MAPSupportedCamelPhases value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-only