public class MAPForwardGroupCallSignallingArg extends AbstractFieldsObject
ForwardGroupCallSignallingArg ::= SEQUENCE { imsi IMSI OPTIONAL, uplinkRequestAck NULL OPTIONAL, uplinkReleaseIndication NULL OPTIONAL, uplinkRejectCommand NULL OPTIONAL, uplinkSeizedCommand NULL OPTIONAL, uplinkReleaseCommand NULL OPTIONAL, extensionContainer ExtensionContainer OPTIONAL, ... stateAttributes StateAttributes OPTIONAL, -- Added in R99. talkerPriority TalkerPriority OPTIONAL, -- Added in release 7. additionalInfo AdditionalInfo OPTIONAL, -- Added in release 7. emergencyModeResetCommandFlag NULL OPTIONAL, -- Added in release 7. sm-RP-UI SignalInfo OPTIONAL, -- Added in release 7. an-APDU AccessNetworkSignalInfo OPTIONAL -- Added in release 8. }Added in R97.
Used as argument type by MAPOperations.forwardGroupCallSignalling
.
FIELD_ABSENT, FIELD_UNINITIALISED
Constructor and Description |
---|
MAPForwardGroupCallSignallingArg()
Constructs an object with uninitialised state.
|
Modifier and Type | Method and Description |
---|---|
MAPForwardGroupCallSignallingArg |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPForwardGroupCallSignallingArg |
copyOf(MAPForwardGroupCallSignallingArg 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.
|
BitString |
getAdditionalInfo()
Gets the value of the field additionalInfo.
|
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.
|
IMSIAddress |
getImsi()
Gets the value of the field imsi.
|
byte[] |
getSm_RP_UI()
Gets the value of the field sm-RP-UI.
|
MAPStateAttributes |
getStateAttributes()
Gets the value of the field stateAttributes.
|
MAPTalkerPriority |
getTalkerPriority()
Gets the value of the field talkerPriority.
|
boolean |
hasAdditionalInfo()
Tests whether the field additionalInfo has a value.
|
boolean |
hasAn_APDU()
Tests whether the field an-APDU has a value.
|
boolean |
hasEmergencyModeResetCommandFlag()
Tests whether the field emergencyModeResetCommandFlag is present.
|
boolean |
hasExtensionContainer()
Tests whether the field extensionContainer has a value.
|
boolean |
hasImsi()
Tests whether the field imsi has a value.
|
boolean |
hasSm_RP_UI()
Tests whether the field sm-RP-UI has a value.
|
boolean |
hasStateAttributes()
Tests whether the field stateAttributes has a value.
|
boolean |
hasTalkerPriority()
Tests whether the field talkerPriority has a value.
|
boolean |
hasUplinkRejectCommand()
Tests whether the field uplinkRejectCommand is present.
|
boolean |
hasUplinkReleaseCommand()
Tests whether the field uplinkReleaseCommand is present.
|
boolean |
hasUplinkReleaseIndication()
Tests whether the field uplinkReleaseIndication is present.
|
boolean |
hasUplinkRequestAck()
Tests whether the field uplinkRequestAck is present.
|
boolean |
hasUplinkSeizedCommand()
Tests whether the field uplinkSeizedCommand is present.
|
MAPForwardGroupCallSignallingArg |
setAdditionalInfo(BitString value)
Sets the value of the field additionalInfo.
|
MAPForwardGroupCallSignallingArg |
setAn_APDU(MAPAccessNetworkSignalInfo value)
Sets the value of the field an-APDU.
|
MAPForwardGroupCallSignallingArg |
setEmergencyModeResetCommandFlagPresent(boolean flag)
Sets the presence or absence of the optional field emergencyModeResetCommandFlag.
|
MAPForwardGroupCallSignallingArg |
setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
MAPForwardGroupCallSignallingArg |
setImsi(IMSIAddress value)
Sets the value of the field imsi.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
MAPForwardGroupCallSignallingArg |
setSm_RP_UI(byte[] value)
Sets the value of the field sm-RP-UI.
|
MAPForwardGroupCallSignallingArg |
setStateAttributes(MAPStateAttributes value)
Sets the value of the field stateAttributes.
|
MAPForwardGroupCallSignallingArg |
setTalkerPriority(MAPTalkerPriority value)
Sets the value of the field talkerPriority.
|
MAPForwardGroupCallSignallingArg |
setUplinkRejectCommandPresent(boolean flag)
Sets the presence or absence of the optional field uplinkRejectCommand.
|
MAPForwardGroupCallSignallingArg |
setUplinkReleaseCommandPresent(boolean flag)
Sets the presence or absence of the optional field uplinkReleaseCommand.
|
MAPForwardGroupCallSignallingArg |
setUplinkReleaseIndicationPresent(boolean flag)
Sets the presence or absence of the optional field uplinkReleaseIndication.
|
MAPForwardGroupCallSignallingArg |
setUplinkRequestAckPresent(boolean flag)
Sets the presence or absence of the optional field uplinkRequestAck.
|
MAPForwardGroupCallSignallingArg |
setUplinkSeizedCommandPresent(boolean flag)
Sets the presence or absence of the optional field uplinkSeizedCommand.
|
equals, hashCode, toString
checkModify, isReadOnly
public MAPForwardGroupCallSignallingArg()
public MAPForwardGroupCallSignallingArg clone()
clone
in interface DataObject
clone
in class AbstractDataObject
public static MAPForwardGroupCallSignallingArg copyOf(MAPForwardGroupCallSignallingArg from)
from
- the object from which to copypublic BitString getAdditionalInfo()
public MAPAccessNetworkSignalInfo getAn_APDU()
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 IMSIAddress getImsi()
public byte[] getSm_RP_UI()
public MAPStateAttributes getStateAttributes()
public MAPTalkerPriority getTalkerPriority()
public boolean hasAdditionalInfo()
public boolean hasAn_APDU()
public boolean hasEmergencyModeResetCommandFlag()
public boolean hasExtensionContainer()
public boolean hasImsi()
public boolean hasSm_RP_UI()
public boolean hasStateAttributes()
public boolean hasTalkerPriority()
public boolean hasUplinkRejectCommand()
public boolean hasUplinkReleaseCommand()
public boolean hasUplinkReleaseIndication()
public boolean hasUplinkRequestAck()
public boolean hasUplinkSeizedCommand()
public MAPForwardGroupCallSignallingArg setAdditionalInfo(BitString value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPForwardGroupCallSignallingArg setAn_APDU(MAPAccessNetworkSignalInfo value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPForwardGroupCallSignallingArg setEmergencyModeResetCommandFlagPresent(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 MAPForwardGroupCallSignallingArg setExtensionContainer(MAPExtensionContainer value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPForwardGroupCallSignallingArg setImsi(IMSIAddress 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 MAPForwardGroupCallSignallingArg setSm_RP_UI(byte[] value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPForwardGroupCallSignallingArg setStateAttributes(MAPStateAttributes value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPForwardGroupCallSignallingArg setTalkerPriority(MAPTalkerPriority value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPForwardGroupCallSignallingArg setUplinkRejectCommandPresent(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 MAPForwardGroupCallSignallingArg setUplinkReleaseCommandPresent(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 MAPForwardGroupCallSignallingArg setUplinkReleaseIndicationPresent(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 MAPForwardGroupCallSignallingArg setUplinkRequestAckPresent(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 MAPForwardGroupCallSignallingArg setUplinkSeizedCommandPresent(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-only