public class MAPSS_InvocationNotificationArg extends AbstractFieldsObject
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
.
FIELD_ABSENT, FIELD_UNINITIALISED
Constructor and Description |
---|
MAPSS_InvocationNotificationArg()
Constructs an object with uninitialised state.
|
Modifier and Type | Method and 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.
|
equals, hashCode, toString
checkModify, isReadOnly
public MAPSS_InvocationNotificationArg()
public MAPSS_InvocationNotificationArg clone()
clone
in interface DataObject
clone
in class AbstractDataObject
public static MAPSS_InvocationNotificationArg copyOf(MAPSS_InvocationNotificationArg from)
from
- the object from which to copypublic AddressString getB_subscriberNumber()
public MAPCCBS_RequestState getCcbs_RequestState()
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 IMSIAddress getImsi()
public AddressString getMsisdn()
public SSCode getSs_Event()
public AddressString[] getSs_EventSpecification()
public boolean hasB_subscriberNumber()
public boolean hasCcbs_RequestState()
public boolean hasExtensionContainer()
public boolean hasImsi()
public boolean hasMsisdn()
public boolean hasSs_Event()
public boolean hasSs_EventSpecification()
public MAPSS_InvocationNotificationArg setB_subscriberNumber(AddressString value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPSS_InvocationNotificationArg setCcbs_RequestState(MAPCCBS_RequestState value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPSS_InvocationNotificationArg setExtensionContainer(MAPExtensionContainer value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPSS_InvocationNotificationArg setImsi(IMSIAddress value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPSS_InvocationNotificationArg setMsisdn(AddressString 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 MAPSS_InvocationNotificationArg setSs_Event(SSCode value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPSS_InvocationNotificationArg setSs_EventSpecification(AddressString[] value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-only