public class MAPPrepareGroupCallArg extends AbstractFieldsObject
PrepareGroupCallArg ::= SEQUENCE { teleservice Ext-TeleserviceCode, asciCallReference ASCI-CallReference, codec-Info CODEC-Info, cipheringAlgorithm CipheringAlgorithm, groupKeyNumber-Vk-Id GroupKeyNumber OPTIONAL, -- Renamed from groupKeyNumber between releases 5 and 6. groupKey Kc OPTIONAL, -- This parameter shall not be sent and shall be discarded if received. priority EMLPP-Priority OPTIONAL, uplinkFree NULL OPTIONAL, extensionContainer ExtensionContainer OPTIONAL, ... vstk VSTK OPTIONAL, -- Added in release 6. vstk-rand VSTK-RAND OPTIONAL, -- Added in release 6. talkerChannelParameter NULL OPTIONAL, -- Added in release 8. uplinkReplyIndicator NULL OPTIONAL -- Added in release 9. }Added in R97.
Used as argument type by MAPOperations.prepareGroupCall
.
FIELD_ABSENT, FIELD_UNINITIALISED
Constructor and Description |
---|
MAPPrepareGroupCallArg()
Constructs an object with uninitialised state.
|
Modifier and Type | Method and Description |
---|---|
MAPPrepareGroupCallArg |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPPrepareGroupCallArg |
copyOf(MAPPrepareGroupCallArg 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.
|
byte[] |
getCipheringAlgorithm()
Gets the value of the field cipheringAlgorithm.
|
byte[] |
getCodec_Info()
Gets the value of the field codec-Info.
|
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.
|
byte[] |
getGroupKey()
Gets the value of the field groupKey.
|
int |
getGroupKeyNumber_Vk_Id()
Gets the value of the field groupKeyNumber-Vk-Id.
|
int |
getPriority()
Gets the value of the field priority.
|
byte[] |
getTeleservice()
Gets the value of the field teleservice.
|
byte[] |
getVstk_rand()
Gets the value of the field vstk-rand.
|
byte[] |
getVstk()
Gets the value of the field vstk.
|
boolean |
hasAsciCallReference()
Tests whether the field asciCallReference has a value.
|
boolean |
hasCipheringAlgorithm()
Tests whether the field cipheringAlgorithm has a value.
|
boolean |
hasCodec_Info()
Tests whether the field codec-Info has a value.
|
boolean |
hasExtensionContainer()
Tests whether the field extensionContainer has a value.
|
boolean |
hasGroupKey()
Tests whether the field groupKey has a value.
|
boolean |
hasGroupKeyNumber_Vk_Id()
Tests whether the field groupKeyNumber-Vk-Id has a value.
|
boolean |
hasPriority()
Tests whether the field priority has a value.
|
boolean |
hasTalkerChannelParameter()
Tests whether the field talkerChannelParameter is present.
|
boolean |
hasTeleservice()
Tests whether the field teleservice has a value.
|
boolean |
hasUplinkFree()
Tests whether the field uplinkFree is present.
|
boolean |
hasUplinkReplyIndicator()
Tests whether the field uplinkReplyIndicator is present.
|
boolean |
hasVstk_rand()
Tests whether the field vstk-rand has a value.
|
boolean |
hasVstk()
Tests whether the field vstk has a value.
|
MAPPrepareGroupCallArg |
setAsciCallReference(byte[] value)
Sets the value of the field asciCallReference.
|
MAPPrepareGroupCallArg |
setCipheringAlgorithm(byte[] value)
Sets the value of the field cipheringAlgorithm.
|
MAPPrepareGroupCallArg |
setCodec_Info(byte[] value)
Sets the value of the field codec-Info.
|
MAPPrepareGroupCallArg |
setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
MAPPrepareGroupCallArg |
setGroupKey(byte[] value)
Sets the value of the field groupKey.
|
MAPPrepareGroupCallArg |
setGroupKeyNumber_Vk_Id(int value)
Sets the value of the field groupKeyNumber-Vk-Id and marks the field as present.
|
MAPPrepareGroupCallArg |
setGroupKeyNumber_Vk_IdPresent(boolean flag)
Sets the presence or absence of the optional field groupKeyNumber-Vk-Id.
|
MAPPrepareGroupCallArg |
setPriority(int value)
Sets the value of the field priority and marks the field as present.
|
MAPPrepareGroupCallArg |
setPriorityPresent(boolean flag)
Sets the presence or absence of the optional field priority.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
MAPPrepareGroupCallArg |
setTalkerChannelParameterPresent(boolean flag)
Sets the presence or absence of the optional field talkerChannelParameter.
|
MAPPrepareGroupCallArg |
setTeleservice(byte[] value)
Sets the value of the field teleservice.
|
MAPPrepareGroupCallArg |
setUplinkFreePresent(boolean flag)
Sets the presence or absence of the optional field uplinkFree.
|
MAPPrepareGroupCallArg |
setUplinkReplyIndicatorPresent(boolean flag)
Sets the presence or absence of the optional field uplinkReplyIndicator.
|
MAPPrepareGroupCallArg |
setVstk_rand(byte[] value)
Sets the value of the field vstk-rand.
|
MAPPrepareGroupCallArg |
setVstk(byte[] value)
Sets the value of the field vstk.
|
equals, hashCode, toString
checkModify, isReadOnly
public MAPPrepareGroupCallArg()
public MAPPrepareGroupCallArg clone()
clone
in interface DataObject
clone
in class AbstractDataObject
public static MAPPrepareGroupCallArg copyOf(MAPPrepareGroupCallArg from)
from
- the object from which to copypublic byte[] getAsciCallReference()
public byte[] getCipheringAlgorithm()
public byte[] getCodec_Info()
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 byte[] getGroupKey()
public int getGroupKeyNumber_Vk_Id()
public int getPriority()
public byte[] getTeleservice()
public byte[] getVstk()
public byte[] getVstk_rand()
public boolean hasAsciCallReference()
public boolean hasCipheringAlgorithm()
public boolean hasCodec_Info()
public boolean hasExtensionContainer()
public boolean hasGroupKey()
public boolean hasGroupKeyNumber_Vk_Id()
public boolean hasPriority()
public boolean hasTalkerChannelParameter()
public boolean hasTeleservice()
public boolean hasUplinkFree()
public boolean hasUplinkReplyIndicator()
public boolean hasVstk()
public boolean hasVstk_rand()
public MAPPrepareGroupCallArg setAsciCallReference(byte[] value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPPrepareGroupCallArg setCipheringAlgorithm(byte[] value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPPrepareGroupCallArg setCodec_Info(byte[] value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPPrepareGroupCallArg setExtensionContainer(MAPExtensionContainer value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPPrepareGroupCallArg setGroupKey(byte[] value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPPrepareGroupCallArg setGroupKeyNumber_Vk_Id(int value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPPrepareGroupCallArg setGroupKeyNumber_Vk_IdPresent(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 MAPPrepareGroupCallArg setPriority(int value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPPrepareGroupCallArg setPriorityPresent(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 void setReadOnly()
setReadOnly
in interface DataObject
setReadOnly
in class AbstractDataObject
public MAPPrepareGroupCallArg setTalkerChannelParameterPresent(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 MAPPrepareGroupCallArg setTeleservice(byte[] value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPPrepareGroupCallArg setUplinkFreePresent(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 MAPPrepareGroupCallArg setUplinkReplyIndicatorPresent(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 MAPPrepareGroupCallArg setVstk(byte[] value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPPrepareGroupCallArg setVstk_rand(byte[] value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-only