public class MAPSendEndSignal_Arg_v3 extends MAPSendEndSignal_Arg
SendEndSignal-Arg-v3 ::= SEQUENCE { an-APDU AccessNetworkSignalInfo, -- Added in R99. extensionContainer ExtensionContainer OPTIONAL, -- Added in R99. ... } MAP-MS-DataTypes { SendEndSignal-Arg-v3 { @parentASN1Type MAP-MS-DataTypes-R98.SendEndSignal-Arg } }Extended in R99.
Used as argument type by MAPOperations.sendEndSignal_v3
.
MAPSendEndSignal_Arg.Choice
FIELD_ABSENT, FIELD_UNINITIALISED
Constructor and Description |
---|
MAPSendEndSignal_Arg_v3()
Constructs an object with uninitialised state.
|
Modifier and Type | Method and Description |
---|---|
MAPSendEndSignal_Arg_v3 |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPSendEndSignal_Arg_v3 |
copyOf(MAPSendEndSignal_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.
|
MAPAccessNetworkSignalInfo |
getAn_APDU()
Gets the value of the field an-APDU.
|
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 |
hasAn_APDU()
Tests whether the field an-APDU has a value.
|
boolean |
hasExtensionContainer()
Tests whether the field extensionContainer has a value.
|
MAPSendEndSignal_Arg_v3 |
setAn_APDU(MAPAccessNetworkSignalInfo value)
Sets the value of the field an-APDU.
|
MAPSendEndSignal_Arg_v3 |
setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
getChoice, getR98, isR98Chosen, setChoice, setR98
equals, hashCode, toString
checkModify, isReadOnly
public MAPSendEndSignal_Arg_v3()
public MAPSendEndSignal_Arg_v3 clone()
clone
in interface DataObject
clone
in class MAPSendEndSignal_Arg
public static MAPSendEndSignal_Arg_v3 copyOf(MAPSendEndSignal_Arg from)
from
- the object from which to copypublic MAPAccessNetworkSignalInfo getAn_APDU()
public MAPExtensionContainer getExtensionContainer()
public static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap
in class MAPSendEndSignal_Arg
withAbsents
- whether to put absent optional fields into Mappublic boolean hasAn_APDU()
public boolean hasExtensionContainer()
public MAPSendEndSignal_Arg_v3 setAn_APDU(MAPAccessNetworkSignalInfo value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPSendEndSignal_Arg_v3 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 MAPSendEndSignal_Arg