public class MAPCUG_CheckInfo extends AbstractFieldsObject
CUG-CheckInfo ::= SEQUENCE { cug-Interlock CUG-Interlock, cug-OutgoingAccess NULL OPTIONAL, extensionContainer ExtensionContainer OPTIONAL, -- Added in R96. ... }Added in ph2.
Used as field type by MAPSendRoutingInfoArg
.
Used as field type by MAPSendRoutingInfoRes
.
Used as field type by MAPSendRoutingInfoRes_v3
.
Used as field type by MAPResumeCallHandlingArg
.
FIELD_ABSENT, FIELD_UNINITIALISED
Constructor and Description |
---|
MAPCUG_CheckInfo()
Constructs an object with uninitialised state.
|
Modifier and Type | Method and Description |
---|---|
MAPCUG_CheckInfo |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPCUG_CheckInfo |
copyOf(MAPCUG_CheckInfo 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.
|
CUGInterLockCode |
getCug_Interlock()
Gets the value of the field cug-Interlock.
|
MAPExtensionContainer |
getExtensionContainer()
Gets the value of the field extensionContainer.
|
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 |
hasCug_Interlock()
Tests whether the field cug-Interlock has a value.
|
boolean |
hasCug_OutgoingAccess()
Tests whether the field cug-OutgoingAccess is present.
|
boolean |
hasExtensionContainer()
Tests whether the field extensionContainer has a value.
|
MAPCUG_CheckInfo |
setCug_Interlock(CUGInterLockCode value)
Sets the value of the field cug-Interlock.
|
MAPCUG_CheckInfo |
setCug_OutgoingAccessPresent(boolean flag)
Sets the presence or absence of the optional field cug-OutgoingAccess.
|
MAPCUG_CheckInfo |
setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
equals, hashCode, toString
checkModify, isReadOnly
public MAPCUG_CheckInfo()
public MAPCUG_CheckInfo clone()
clone
in interface DataObject
clone
in class AbstractDataObject
public static MAPCUG_CheckInfo copyOf(MAPCUG_CheckInfo from)
from
- the object from which to copypublic CUGInterLockCode getCug_Interlock()
public MAPExtensionContainer getExtensionContainer()
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 hasCug_Interlock()
public boolean hasCug_OutgoingAccess()
public boolean hasExtensionContainer()
public MAPCUG_CheckInfo setCug_Interlock(CUGInterLockCode value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPCUG_CheckInfo setCug_OutgoingAccessPresent(boolean flag) throws IllegalStateException
flag
- either true if the field should be marked as present or false if the field should be marked as absentIllegalStateException
- if this instance has been marked as read-onlypublic MAPCUG_CheckInfo setExtensionContainer(MAPExtensionContainer 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