public class MAPSendGroupCallInfoRes extends AbstractFieldsObject
SendGroupCallInfoRes ::=
SEQUENCE {
anchorMSC-Address ISDN-AddressString OPTIONAL,
asciCallReference ASCI-CallReference OPTIONAL,
imsi IMSI OPTIONAL,
additionalInfo AdditionalInfo OPTIONAL,
additionalSubscriptions AdditionalSubscriptions OPTIONAL,
kc Kc OPTIONAL,
extensionContainer ExtensionContainer OPTIONAL,
...
}
Added in release 7.
Used as result type by MAPOperations.sendGroupCallInfo.
FIELD_ABSENT, FIELD_UNINITIALISED| Constructor and Description |
|---|
MAPSendGroupCallInfoRes()
Constructs an object with uninitialised state.
|
| Modifier and Type | Method and Description |
|---|---|
MAPSendGroupCallInfoRes |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPSendGroupCallInfoRes |
copyOf(MAPSendGroupCallInfoRes 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.
|
MAPAdditionalSubscriptions |
getAdditionalSubscriptions()
Gets the value of the field additionalSubscriptions.
|
AddressString |
getAnchorMSC_Address()
Gets the value of the field anchorMSC-Address.
|
byte[] |
getAsciCallReference()
Gets the value of the field asciCallReference.
|
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[] |
getKc()
Gets the value of the field kc.
|
boolean |
hasAdditionalInfo()
Tests whether the field additionalInfo has a value.
|
boolean |
hasAdditionalSubscriptions()
Tests whether the field additionalSubscriptions has a value.
|
boolean |
hasAnchorMSC_Address()
Tests whether the field anchorMSC-Address has a value.
|
boolean |
hasAsciCallReference()
Tests whether the field asciCallReference has a value.
|
boolean |
hasExtensionContainer()
Tests whether the field extensionContainer has a value.
|
boolean |
hasImsi()
Tests whether the field imsi has a value.
|
boolean |
hasKc()
Tests whether the field kc has a value.
|
MAPSendGroupCallInfoRes |
setAdditionalInfo(BitString value)
Sets the value of the field additionalInfo.
|
MAPSendGroupCallInfoRes |
setAdditionalSubscriptions(MAPAdditionalSubscriptions value)
Sets the value of the field additionalSubscriptions.
|
MAPSendGroupCallInfoRes |
setAnchorMSC_Address(AddressString value)
Sets the value of the field anchorMSC-Address.
|
MAPSendGroupCallInfoRes |
setAsciCallReference(byte[] value)
Sets the value of the field asciCallReference.
|
MAPSendGroupCallInfoRes |
setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
MAPSendGroupCallInfoRes |
setImsi(IMSIAddress value)
Sets the value of the field imsi.
|
MAPSendGroupCallInfoRes |
setKc(byte[] value)
Sets the value of the field kc.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
equals, hashCode, toStringcheckModify, isReadOnlypublic MAPSendGroupCallInfoRes()
public MAPSendGroupCallInfoRes clone()
clone in interface DataObjectclone in class AbstractDataObjectpublic static MAPSendGroupCallInfoRes copyOf(MAPSendGroupCallInfoRes from)
from - the object from which to copypublic BitString getAdditionalInfo()
public MAPAdditionalSubscriptions getAdditionalSubscriptions()
public AddressString getAnchorMSC_Address()
public byte[] getAsciCallReference()
public MAPExtensionContainer getExtensionContainer()
public static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap in class AbstractFieldsObjectwithAbsents - whether to put absent optional fields into Mappublic IMSIAddress getImsi()
public byte[] getKc()
public boolean hasAdditionalInfo()
public boolean hasAdditionalSubscriptions()
public boolean hasAnchorMSC_Address()
public boolean hasAsciCallReference()
public boolean hasExtensionContainer()
public boolean hasImsi()
public boolean hasKc()
public MAPSendGroupCallInfoRes setAdditionalInfo(BitString value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPSendGroupCallInfoRes setAdditionalSubscriptions(MAPAdditionalSubscriptions value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPSendGroupCallInfoRes setAnchorMSC_Address(AddressString value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPSendGroupCallInfoRes setAsciCallReference(byte[] value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPSendGroupCallInfoRes setExtensionContainer(MAPExtensionContainer value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPSendGroupCallInfoRes setImsi(IMSIAddress value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPSendGroupCallInfoRes setKc(byte[] value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic void setReadOnly()
setReadOnly in interface DataObjectsetReadOnly in class AbstractDataObject