public class MAPProcessGroupCallSignallingArg extends AbstractFieldsObject
ProcessGroupCallSignallingArg ::= SEQUENCE { uplinkRequest NULL OPTIONAL, uplinkReleaseIndication NULL OPTIONAL, releaseGroupCall NULL OPTIONAL, extensionContainer ExtensionContainer OPTIONAL, ... talkerPriority TalkerPriority OPTIONAL, -- Added in release 7. additionalInfo AdditionalInfo OPTIONAL, -- Added in release 7. emergencyModeResetCommandFlag NULL OPTIONAL, -- Added in release 7. an-APDU AccessNetworkSignalInfo OPTIONAL -- Added in release 8. }Added in R97.
Used as argument type by MAPOperations.processGroupCallSignalling
.
FIELD_ABSENT, FIELD_UNINITIALISED
Constructor and Description |
---|
MAPProcessGroupCallSignallingArg()
Constructs an object with uninitialised state.
|
Modifier and Type | Method and Description |
---|---|
MAPProcessGroupCallSignallingArg |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPProcessGroupCallSignallingArg |
copyOf(MAPProcessGroupCallSignallingArg 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.
|
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 |
hasReleaseGroupCall()
Tests whether the field releaseGroupCall is present.
|
boolean |
hasTalkerPriority()
Tests whether the field talkerPriority has a value.
|
boolean |
hasUplinkReleaseIndication()
Tests whether the field uplinkReleaseIndication is present.
|
boolean |
hasUplinkRequest()
Tests whether the field uplinkRequest is present.
|
MAPProcessGroupCallSignallingArg |
setAdditionalInfo(BitString value)
Sets the value of the field additionalInfo.
|
MAPProcessGroupCallSignallingArg |
setAn_APDU(MAPAccessNetworkSignalInfo value)
Sets the value of the field an-APDU.
|
MAPProcessGroupCallSignallingArg |
setEmergencyModeResetCommandFlagPresent(boolean flag)
Sets the presence or absence of the optional field emergencyModeResetCommandFlag.
|
MAPProcessGroupCallSignallingArg |
setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
MAPProcessGroupCallSignallingArg |
setReleaseGroupCallPresent(boolean flag)
Sets the presence or absence of the optional field releaseGroupCall.
|
MAPProcessGroupCallSignallingArg |
setTalkerPriority(MAPTalkerPriority value)
Sets the value of the field talkerPriority.
|
MAPProcessGroupCallSignallingArg |
setUplinkReleaseIndicationPresent(boolean flag)
Sets the presence or absence of the optional field uplinkReleaseIndication.
|
MAPProcessGroupCallSignallingArg |
setUplinkRequestPresent(boolean flag)
Sets the presence or absence of the optional field uplinkRequest.
|
equals, hashCode, toString
checkModify, isReadOnly
public MAPProcessGroupCallSignallingArg()
public MAPProcessGroupCallSignallingArg clone()
clone
in interface DataObject
clone
in class AbstractDataObject
public static MAPProcessGroupCallSignallingArg copyOf(MAPProcessGroupCallSignallingArg 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 MAPTalkerPriority getTalkerPriority()
public boolean hasAdditionalInfo()
public boolean hasAn_APDU()
public boolean hasEmergencyModeResetCommandFlag()
public boolean hasExtensionContainer()
public boolean hasReleaseGroupCall()
public boolean hasTalkerPriority()
public boolean hasUplinkReleaseIndication()
public boolean hasUplinkRequest()
public MAPProcessGroupCallSignallingArg setAdditionalInfo(BitString value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPProcessGroupCallSignallingArg setAn_APDU(MAPAccessNetworkSignalInfo value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPProcessGroupCallSignallingArg 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 MAPProcessGroupCallSignallingArg 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 MAPProcessGroupCallSignallingArg setReleaseGroupCallPresent(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 MAPProcessGroupCallSignallingArg setTalkerPriority(MAPTalkerPriority value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPProcessGroupCallSignallingArg 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 MAPProcessGroupCallSignallingArg setUplinkRequestPresent(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