public class MAPExternalSignalInfo extends AbstractFieldsObject
ExternalSignalInfo ::= SEQUENCE { protocolId ProtocolId, signalInfo SignalInfo, extensionContainer ExtensionContainer OPTIONAL, -- Added in R96. ... }Present in ph1.
Used as field type by MAPProvideSIWFSNumberArg
.
Used as field type by MAPProvideSIWFSNumberArg
.
Used as field type by MAPProvideSIWFSNumberArg
.
Used as field type by MAPProvideSIWFSNumberArg
.
Used as field type by MAPProvideSIWFSNumberArg
.
Used as field type by MAPSIWFSSignallingModifyArg
.
Used as field type by MAPSIWFSSignallingModifyArg
.
Used as field type by MAPSIWFSSignallingModifyRes
.
Used as field type by MAPProvideRoamingNumberArg
.
Used as field type by MAPProvideRoamingNumberArg
.
Used as field type by MAPProvideRoamingNumberArg_v3
.
Used as field type by MAPProvideRoamingNumberArg_v3
.
Used as field type by MAPSendRoutingInfoArg
.
Used as field type by MAPSendRoutingInfoArg
.
Used as field type by MAPSendRoutingInfoRes_v3
.
Used as field type by MAPForwardAccessSignalling_Arg
.
Used as field type by MAPPrepareHO_Arg
.
Used as field type by MAPPrepareHO_Res
.
Used as field type by MAPSendEndSignal_Arg
.
Used as field type by MAPProcessAccessSignalling_Arg
.
Used as field type by MAPPrepareSubsequentHO_Arg
.
Used as field type by MAPPrepareSubsequentHO_Res
.
Used as field type by MAPRemoteUserFreeArg
.
Used as field type by MAPCCBS_Data
.
Used as field type by MAPCCBS_Data
.
Used as field type by MAPSendRoutingInformationArg
.
Used as field type by MAPPerformHandoverRes
.
Used as result type by MAPOperations.performSubsequentHandover_v1
.
Used as field type by MAPNoteInternalHandoverArg
.
FIELD_ABSENT, FIELD_UNINITIALISED
Constructor and Description |
---|
MAPExternalSignalInfo()
Constructs an object with uninitialised state.
|
Modifier and Type | Method and Description |
---|---|
MAPExternalSignalInfo |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPExternalSignalInfo |
copyOf(MAPExternalSignalInfo 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.
|
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.
|
MAPProtocolId |
getProtocolId()
Gets the value of the field protocolId.
|
byte[] |
getSignalInfo()
Gets the value of the field signalInfo.
|
boolean |
hasExtensionContainer()
Tests whether the field extensionContainer has a value.
|
boolean |
hasProtocolId()
Tests whether the field protocolId has a value.
|
boolean |
hasSignalInfo()
Tests whether the field signalInfo has a value.
|
MAPExternalSignalInfo |
setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
MAPExternalSignalInfo |
setProtocolId(MAPProtocolId value)
Sets the value of the field protocolId.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
MAPExternalSignalInfo |
setSignalInfo(byte[] value)
Sets the value of the field signalInfo.
|
equals, hashCode, toString
checkModify, isReadOnly
public MAPExternalSignalInfo()
public MAPExternalSignalInfo clone()
clone
in interface DataObject
clone
in class AbstractDataObject
public static MAPExternalSignalInfo copyOf(MAPExternalSignalInfo from)
from
- the object from which to copypublic 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 MAPProtocolId getProtocolId()
public byte[] getSignalInfo()
public boolean hasExtensionContainer()
public boolean hasProtocolId()
public boolean hasSignalInfo()
public MAPExternalSignalInfo setExtensionContainer(MAPExtensionContainer value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPExternalSignalInfo setProtocolId(MAPProtocolId 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 MAPExternalSignalInfo setSignalInfo(byte[] value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-only