public class MAPMT_ForwardSM_VGCS_Arg extends AbstractFieldsObject
MT-ForwardSM-VGCS-Arg ::= SEQUENCE { asciCallReference ASCI-CallReference, sm-RP-OA SM-RP-OA, sm-RP-UI SignalInfo, extensionContainer ExtensionContainer OPTIONAL, ... }Added in release 7.
Used as argument type by MAPOperations.mt_ForwardSM_VGCS
.
FIELD_ABSENT, FIELD_UNINITIALISED
Constructor and Description |
---|
MAPMT_ForwardSM_VGCS_Arg()
Constructs an object with uninitialised state.
|
Modifier and Type | Method and Description |
---|---|
MAPMT_ForwardSM_VGCS_Arg |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPMT_ForwardSM_VGCS_Arg |
copyOf(MAPMT_ForwardSM_VGCS_Arg 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.
|
byte[] |
getAsciCallReference()
Gets the value of the field asciCallReference.
|
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.
|
MAPSM_RP_OA |
getSm_RP_OA()
Gets the value of the field sm-RP-OA.
|
byte[] |
getSm_RP_UI()
Gets the value of the field sm-RP-UI.
|
boolean |
hasAsciCallReference()
Tests whether the field asciCallReference has a value.
|
boolean |
hasExtensionContainer()
Tests whether the field extensionContainer has a value.
|
boolean |
hasSm_RP_OA()
Tests whether the field sm-RP-OA has a value.
|
boolean |
hasSm_RP_UI()
Tests whether the field sm-RP-UI has a value.
|
MAPMT_ForwardSM_VGCS_Arg |
setAsciCallReference(byte[] value)
Sets the value of the field asciCallReference.
|
MAPMT_ForwardSM_VGCS_Arg |
setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
MAPMT_ForwardSM_VGCS_Arg |
setSm_RP_OA(MAPSM_RP_OA value)
Sets the value of the field sm-RP-OA.
|
MAPMT_ForwardSM_VGCS_Arg |
setSm_RP_UI(byte[] value)
Sets the value of the field sm-RP-UI.
|
equals, hashCode, toString
checkModify, isReadOnly
public MAPMT_ForwardSM_VGCS_Arg()
public MAPMT_ForwardSM_VGCS_Arg clone()
clone
in interface DataObject
clone
in class AbstractDataObject
public static MAPMT_ForwardSM_VGCS_Arg copyOf(MAPMT_ForwardSM_VGCS_Arg from)
from
- the object from which to copypublic byte[] getAsciCallReference()
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 MAPSM_RP_OA getSm_RP_OA()
public byte[] getSm_RP_UI()
public boolean hasAsciCallReference()
public boolean hasExtensionContainer()
public boolean hasSm_RP_OA()
public boolean hasSm_RP_UI()
public MAPMT_ForwardSM_VGCS_Arg setAsciCallReference(byte[] value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPMT_ForwardSM_VGCS_Arg 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
public MAPMT_ForwardSM_VGCS_Arg setSm_RP_OA(MAPSM_RP_OA value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPMT_ForwardSM_VGCS_Arg setSm_RP_UI(byte[] value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-only