Class MAPSS_InvocationNotificationArg
- java.lang.Object
-
- com.opencloud.util.AbstractDataObject
-
- com.opencloud.util.AbstractFieldsObject
-
- MAPSS_InvocationNotificationArg
-
- All Implemented Interfaces:
DataObject
,Serializable
public class MAPSS_InvocationNotificationArg extends AbstractFieldsObject
API for MAP-SS-DataTypes.SS-InvocationNotificationArg. Generated from the following ASN.1 type definition.SS-InvocationNotificationArg ::= SEQUENCE { imsi IMSI, msisdn ISDN-AddressString, ss-Event SS-Code, -- The following SS-Code values are allowed: ect, multiPTY, cd, ccbs. ss-EventSpecification SS-EventSpecification OPTIONAL, extensionContainer ExtensionContainer OPTIONAL, ... b-subscriberNumber ISDN-AddressString OPTIONAL, -- Added in R99. ccbs-RequestState CCBS-RequestState OPTIONAL -- Added in R99. }
Added in R97.Used as argument type by
MAPOperations.ss_InvocationNotification
.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.opencloud.util.AbstractFieldsObject
FIELD_ABSENT, FIELD_UNINITIALISED
-
-
Constructor Summary
Constructors Constructor Description MAPSS_InvocationNotificationArg()
Constructs an object with uninitialised state.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description MAPSS_InvocationNotificationArg
clone()
Constructs a copy of this object and everything reachable from it.static MAPSS_InvocationNotificationArg
copyOf(MAPSS_InvocationNotificationArg 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.AddressString
getB_subscriberNumber()
Gets the value of the field b-subscriberNumber.MAPCCBS_RequestState
getCcbs_RequestState()
Gets the value of the field ccbs-RequestState.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.AddressString
getMsisdn()
Gets the value of the field msisdn.SSCode
getSs_Event()
Gets the value of the field ss-Event.AddressString[]
getSs_EventSpecification()
Gets the value of the field ss-EventSpecification.boolean
hasB_subscriberNumber()
Tests whether the field b-subscriberNumber has a value.boolean
hasCcbs_RequestState()
Tests whether the field ccbs-RequestState has a value.boolean
hasExtensionContainer()
Tests whether the field extensionContainer has a value.boolean
hasImsi()
Tests whether the field imsi has a value.boolean
hasMsisdn()
Tests whether the field msisdn has a value.boolean
hasSs_Event()
Tests whether the field ss-Event has a value.boolean
hasSs_EventSpecification()
Tests whether the field ss-EventSpecification has a value.MAPSS_InvocationNotificationArg
setB_subscriberNumber(AddressString value)
Sets the value of the field b-subscriberNumber.MAPSS_InvocationNotificationArg
setCcbs_RequestState(MAPCCBS_RequestState value)
Sets the value of the field ccbs-RequestState.MAPSS_InvocationNotificationArg
setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.MAPSS_InvocationNotificationArg
setImsi(IMSIAddress value)
Sets the value of the field imsi.MAPSS_InvocationNotificationArg
setMsisdn(AddressString value)
Sets the value of the field msisdn.void
setReadOnly()
Sets this and all its fields to be immutable.MAPSS_InvocationNotificationArg
setSs_Event(SSCode value)
Sets the value of the field ss-Event.MAPSS_InvocationNotificationArg
setSs_EventSpecification(AddressString[] value)
Sets the value of the field ss-EventSpecification.-
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 MAPSS_InvocationNotificationArg 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 MAPSS_InvocationNotificationArg copyOf(MAPSS_InvocationNotificationArg 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:
- MAPSS_InvocationNotificationArg
-
getB_subscriberNumber
public AddressString getB_subscriberNumber()
Gets the value of the field b-subscriberNumber.- Returns:
- value of field b-subscriberNumber, or null if not present
-
getCcbs_RequestState
public MAPCCBS_RequestState getCcbs_RequestState()
Gets the value of the field ccbs-RequestState.- Returns:
- value of field ccbs-RequestState, 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
-
getMsisdn
public AddressString getMsisdn()
Gets the value of the field msisdn.- Returns:
- value of field msisdn, or null if not present
-
getSs_Event
public SSCode getSs_Event()
Gets the value of the field ss-Event.- Returns:
- value of field ss-Event, or null if not present
-
getSs_EventSpecification
public AddressString[] getSs_EventSpecification()
Gets the value of the field ss-EventSpecification.- Returns:
- value of field ss-EventSpecification, or null if not present
-
hasB_subscriberNumber
public boolean hasB_subscriberNumber()
Tests whether the field b-subscriberNumber has a value.- Returns:
- whether the field b-subscriberNumber has a value
-
hasCcbs_RequestState
public boolean hasCcbs_RequestState()
Tests whether the field ccbs-RequestState has a value.- Returns:
- whether the field ccbs-RequestState 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
-
hasMsisdn
public boolean hasMsisdn()
Tests whether the field msisdn has a value.- Returns:
- whether the field msisdn has a value
-
hasSs_Event
public boolean hasSs_Event()
Tests whether the field ss-Event has a value.- Returns:
- whether the field ss-Event has a value
-
hasSs_EventSpecification
public boolean hasSs_EventSpecification()
Tests whether the field ss-EventSpecification has a value.- Returns:
- whether the field ss-EventSpecification has a value
-
setB_subscriberNumber
public MAPSS_InvocationNotificationArg setB_subscriberNumber(AddressString value) throws IllegalStateException
Sets the value of the field b-subscriberNumber. 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
-
setCcbs_RequestState
public MAPSS_InvocationNotificationArg setCcbs_RequestState(MAPCCBS_RequestState value) throws IllegalStateException
Sets the value of the field ccbs-RequestState. 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 MAPSS_InvocationNotificationArg 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 MAPSS_InvocationNotificationArg setImsi(IMSIAddress value) throws IllegalStateException
Sets the value of the field imsi.- Parameters:
value
- the new value for the field- Returns:
- this
- Throws:
IllegalStateException
- if this instance has been marked as read-only
-
setMsisdn
public MAPSS_InvocationNotificationArg setMsisdn(AddressString value) throws IllegalStateException
Sets the value of the field msisdn.- 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
-
setSs_Event
public MAPSS_InvocationNotificationArg setSs_Event(SSCode value) throws IllegalStateException
Sets the value of the field ss-Event.- Parameters:
value
- the new value for the field- Returns:
- this
- Throws:
IllegalStateException
- if this instance has been marked as read-only
-
setSs_EventSpecification
public MAPSS_InvocationNotificationArg setSs_EventSpecification(AddressString[] value) throws IllegalStateException
Sets the value of the field ss-EventSpecification. 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
-
-