public class MAPMT_ForwardSM_VGCS_Res extends AbstractFieldsObject
MT-ForwardSM-VGCS-Res ::= SEQUENCE { sm-RP-UI SignalInfo OPTIONAL, dispatcherList DispatcherList OPTIONAL, ongoingCall NULL OPTIONAL, extensionContainer ExtensionContainer OPTIONAL, ... }Added in release 7.
Used as result type by MAPOperations.mt_ForwardSM_VGCS
.
FIELD_ABSENT, FIELD_UNINITIALISED
Constructor and Description |
---|
MAPMT_ForwardSM_VGCS_Res()
Constructs an object with uninitialised state.
|
Modifier and Type | Method and Description |
---|---|
MAPMT_ForwardSM_VGCS_Res |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPMT_ForwardSM_VGCS_Res |
copyOf(MAPMT_ForwardSM_VGCS_Res 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.
|
AddressString[] |
getDispatcherList()
Gets the value of the field dispatcherList.
|
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.
|
byte[] |
getSm_RP_UI()
Gets the value of the field sm-RP-UI.
|
boolean |
hasDispatcherList()
Tests whether the field dispatcherList has a value.
|
boolean |
hasExtensionContainer()
Tests whether the field extensionContainer has a value.
|
boolean |
hasOngoingCall()
Tests whether the field ongoingCall is present.
|
boolean |
hasSm_RP_UI()
Tests whether the field sm-RP-UI has a value.
|
MAPMT_ForwardSM_VGCS_Res |
setDispatcherList(AddressString[] value)
Sets the value of the field dispatcherList.
|
MAPMT_ForwardSM_VGCS_Res |
setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
MAPMT_ForwardSM_VGCS_Res |
setOngoingCallPresent(boolean flag)
Sets the presence or absence of the optional field ongoingCall.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
MAPMT_ForwardSM_VGCS_Res |
setSm_RP_UI(byte[] value)
Sets the value of the field sm-RP-UI.
|
equals, hashCode, toString
checkModify, isReadOnly
public MAPMT_ForwardSM_VGCS_Res()
public MAPMT_ForwardSM_VGCS_Res clone()
clone
in interface DataObject
clone
in class AbstractDataObject
public static MAPMT_ForwardSM_VGCS_Res copyOf(MAPMT_ForwardSM_VGCS_Res from)
from
- the object from which to copypublic AddressString[] getDispatcherList()
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 byte[] getSm_RP_UI()
public boolean hasDispatcherList()
public boolean hasExtensionContainer()
public boolean hasOngoingCall()
public boolean hasSm_RP_UI()
public MAPMT_ForwardSM_VGCS_Res setDispatcherList(AddressString[] value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPMT_ForwardSM_VGCS_Res setExtensionContainer(MAPExtensionContainer value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPMT_ForwardSM_VGCS_Res setOngoingCallPresent(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 void setReadOnly()
setReadOnly
in interface DataObject
setReadOnly
in class AbstractDataObject
public MAPMT_ForwardSM_VGCS_Res setSm_RP_UI(byte[] value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-only