Class MAPSendGroupCallInfoRes
- java.lang.Object
-
- com.opencloud.util.AbstractDataObject
-
- com.opencloud.util.AbstractFieldsObject
-
- MAPSendGroupCallInfoRes
-
- All Implemented Interfaces:
DataObject
,Serializable
public class MAPSendGroupCallInfoRes extends AbstractFieldsObject
API for MAP-GR-DataTypes.SendGroupCallInfoRes. Generated from the following ASN.1 type definition.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
.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.opencloud.util.AbstractFieldsObject
FIELD_ABSENT, FIELD_UNINITIALISED
-
-
Constructor Summary
Constructors Constructor Description MAPSendGroupCallInfoRes()
Constructs an object with uninitialised state.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class com.opencloud.util.AbstractFieldsObject
equals, hashCode, toString
-
Methods inherited from class com.opencloud.util.AbstractDataObject
checkModify, isReadOnly
-
-
-
-
Method Detail
-
clone
public MAPSendGroupCallInfoRes clone()
Constructs a copy of this object and everything reachable from it.- Specified by:
clone
in interfaceDataObject
- Specified by:
clone
in classAbstractDataObject
- Returns:
- copy of object
-
copyOf
public 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.- Parameters:
from
- the object from which to copy- Returns:
- MAPSendGroupCallInfoRes
-
getAdditionalInfo
public BitString getAdditionalInfo()
Gets the value of the field additionalInfo.- Returns:
- value of field additionalInfo, or null if not present
-
getAdditionalSubscriptions
public MAPAdditionalSubscriptions getAdditionalSubscriptions()
Gets the value of the field additionalSubscriptions.- Returns:
- value of field additionalSubscriptions, or null if not present
-
getAnchorMSC_Address
public AddressString getAnchorMSC_Address()
Gets the value of the field anchorMSC-Address.- Returns:
- value of field anchorMSC-Address, or null if not present
-
getAsciCallReference
public byte[] getAsciCallReference()
Gets the value of the field asciCallReference.- Returns:
- value of field asciCallReference, or null if not present
-
getExtensionContainer
public MAPExtensionContainer getExtensionContainer()
Gets the value of the field extensionContainer.- Returns:
- value of field extensionContainer, or null if not present
-
getFieldAccessors
public static FieldAccessor[] getFieldAccessors()
Gets a new array of the accessors for fields of this type.- Returns:
- FieldAccessor[]
-
getFieldsMap
public Map<String,Object> getFieldsMap(boolean withAbsents)
Gets a Map from field-name to field-value. For a field of primitive type, the field-value is boxed. For an absent optional field, the field-value is AbstractFieldsObject.FIELD_ABSENT. For an unitialised mandatory field, the field-value is AbstractFieldsObject.FIELD_UNINITIALISED.- Specified by:
getFieldsMap
in classAbstractFieldsObject
- Parameters:
withAbsents
- whether to put absent optional fields into Map- Returns:
- Map from field-name to field-value
-
getImsi
public IMSIAddress getImsi()
Gets the value of the field imsi.- Returns:
- value of field imsi, or null if not present
-
getKc
public byte[] getKc()
Gets the value of the field kc.- Returns:
- value of field kc, or null if not present
-
hasAdditionalInfo
public boolean hasAdditionalInfo()
Tests whether the field additionalInfo has a value.- Returns:
- whether the field additionalInfo has a value
-
hasAdditionalSubscriptions
public boolean hasAdditionalSubscriptions()
Tests whether the field additionalSubscriptions has a value.- Returns:
- whether the field additionalSubscriptions has a value
-
hasAnchorMSC_Address
public boolean hasAnchorMSC_Address()
Tests whether the field anchorMSC-Address has a value.- Returns:
- whether the field anchorMSC-Address has a value
-
hasAsciCallReference
public boolean hasAsciCallReference()
Tests whether the field asciCallReference has a value.- Returns:
- whether the field asciCallReference has a value
-
hasExtensionContainer
public boolean hasExtensionContainer()
Tests whether the field extensionContainer has a value.- Returns:
- whether the field extensionContainer has a value
-
hasImsi
public boolean hasImsi()
Tests whether the field imsi has a value.- Returns:
- whether the field imsi has a value
-
hasKc
public boolean hasKc()
Tests whether the field kc has a value.- Returns:
- whether the field kc has a value
-
setAdditionalInfo
public MAPSendGroupCallInfoRes setAdditionalInfo(BitString value) throws IllegalStateException
Sets the value of the field additionalInfo. If null, marks the field as absent.- Parameters:
value
- the new value for the field- Returns:
- this
- Throws:
IllegalStateException
- if this instance has been marked as read-only
-
setAdditionalSubscriptions
public MAPSendGroupCallInfoRes setAdditionalSubscriptions(MAPAdditionalSubscriptions value) throws IllegalStateException
Sets the value of the field additionalSubscriptions. If null, marks the field as absent.- Parameters:
value
- the new value for the field- Returns:
- this
- Throws:
IllegalStateException
- if this instance has been marked as read-only
-
setAnchorMSC_Address
public MAPSendGroupCallInfoRes setAnchorMSC_Address(AddressString value) throws IllegalStateException
Sets the value of the field anchorMSC-Address. If null, marks the field as absent.- Parameters:
value
- the new value for the field- Returns:
- this
- Throws:
IllegalStateException
- if this instance has been marked as read-only
-
setAsciCallReference
public MAPSendGroupCallInfoRes setAsciCallReference(byte[] value) throws IllegalStateException
Sets the value of the field asciCallReference. If null, marks the field as absent.- Parameters:
value
- the new value for the field- Returns:
- this
- Throws:
IllegalStateException
- if this instance has been marked as read-only
-
setExtensionContainer
public MAPSendGroupCallInfoRes setExtensionContainer(MAPExtensionContainer value) throws IllegalStateException
Sets the value of the field extensionContainer. If null, marks the field as absent.- Parameters:
value
- the new value for the field- Returns:
- this
- Throws:
IllegalStateException
- if this instance has been marked as read-only
-
setImsi
public MAPSendGroupCallInfoRes setImsi(IMSIAddress value) throws IllegalStateException
Sets the value of the field imsi. If null, marks the field as absent.- Parameters:
value
- the new value for the field- Returns:
- this
- Throws:
IllegalStateException
- if this instance has been marked as read-only
-
setKc
public MAPSendGroupCallInfoRes setKc(byte[] value) throws IllegalStateException
Sets the value of the field kc. If null, marks the field as absent.- Parameters:
value
- the new value for the field- Returns:
- this
- Throws:
IllegalStateException
- if this instance has been marked as read-only
-
setReadOnly
public void setReadOnly()
Sets this and all its fields to be immutable.- Specified by:
setReadOnly
in interfaceDataObject
- Overrides:
setReadOnly
in classAbstractDataObject
-
-