public class MAPSGSN_CAMEL_SubscriptionInfo extends AbstractFieldsObject
SGSN-CAMEL-SubscriptionInfo ::= SEQUENCE { gprs-CSI GPRS-CSI OPTIONAL, mo-sms-CSI SMS-CSI OPTIONAL, -- Renamed from sms-CSI between releases 4 and 5. extensionContainer ExtensionContainer OPTIONAL, ... mt-sms-CSI SMS-CSI OPTIONAL, -- Added in release 5. mt-smsCAMELTDP-CriteriaList MT-smsCAMELTDP-CriteriaList OPTIONAL, -- Added in release 5. mg-csi MG-CSI OPTIONAL -- Added in release 5. }Added in R99.
Used as field type by MAPInsertSubscriberDataArg
.
FIELD_ABSENT, FIELD_UNINITIALISED
Constructor and Description |
---|
MAPSGSN_CAMEL_SubscriptionInfo()
Constructs an object with uninitialised state.
|
Modifier and Type | Method and Description |
---|---|
MAPSGSN_CAMEL_SubscriptionInfo |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPSGSN_CAMEL_SubscriptionInfo |
copyOf(MAPSGSN_CAMEL_SubscriptionInfo 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.
|
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.
|
MAPGPRS_CSI |
getGprs_CSI()
Gets the value of the field gprs-CSI.
|
MAPMG_CSI |
getMg_csi()
Gets the value of the field mg-csi.
|
MAPSMS_CSI |
getMo_sms_CSI()
Gets the value of the field mo-sms-CSI.
|
MAPSMS_CSI |
getMt_sms_CSI()
Gets the value of the field mt-sms-CSI.
|
MAPMT_smsCAMELTDP_Criteria[] |
getMt_smsCAMELTDP_CriteriaList()
Gets the value of the field mt-smsCAMELTDP-CriteriaList.
|
boolean |
hasExtensionContainer()
Tests whether the field extensionContainer has a value.
|
boolean |
hasGprs_CSI()
Tests whether the field gprs-CSI has a value.
|
boolean |
hasMg_csi()
Tests whether the field mg-csi has a value.
|
boolean |
hasMo_sms_CSI()
Tests whether the field mo-sms-CSI has a value.
|
boolean |
hasMt_sms_CSI()
Tests whether the field mt-sms-CSI has a value.
|
boolean |
hasMt_smsCAMELTDP_CriteriaList()
Tests whether the field mt-smsCAMELTDP-CriteriaList has a value.
|
MAPSGSN_CAMEL_SubscriptionInfo |
setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
MAPSGSN_CAMEL_SubscriptionInfo |
setGprs_CSI(MAPGPRS_CSI value)
Sets the value of the field gprs-CSI.
|
MAPSGSN_CAMEL_SubscriptionInfo |
setMg_csi(MAPMG_CSI value)
Sets the value of the field mg-csi.
|
MAPSGSN_CAMEL_SubscriptionInfo |
setMo_sms_CSI(MAPSMS_CSI value)
Sets the value of the field mo-sms-CSI.
|
MAPSGSN_CAMEL_SubscriptionInfo |
setMt_sms_CSI(MAPSMS_CSI value)
Sets the value of the field mt-sms-CSI.
|
MAPSGSN_CAMEL_SubscriptionInfo |
setMt_smsCAMELTDP_CriteriaList(MAPMT_smsCAMELTDP_Criteria[] value)
Sets the value of the field mt-smsCAMELTDP-CriteriaList.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
equals, hashCode, toString
checkModify, isReadOnly
public MAPSGSN_CAMEL_SubscriptionInfo()
public MAPSGSN_CAMEL_SubscriptionInfo clone()
clone
in interface DataObject
clone
in class AbstractDataObject
public static MAPSGSN_CAMEL_SubscriptionInfo copyOf(MAPSGSN_CAMEL_SubscriptionInfo from)
from
- the object from which to copypublic 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 MAPGPRS_CSI getGprs_CSI()
public MAPMG_CSI getMg_csi()
public MAPSMS_CSI getMo_sms_CSI()
public MAPMT_smsCAMELTDP_Criteria[] getMt_smsCAMELTDP_CriteriaList()
public MAPSMS_CSI getMt_sms_CSI()
public boolean hasExtensionContainer()
public boolean hasGprs_CSI()
public boolean hasMg_csi()
public boolean hasMo_sms_CSI()
public boolean hasMt_smsCAMELTDP_CriteriaList()
public boolean hasMt_sms_CSI()
public MAPSGSN_CAMEL_SubscriptionInfo setExtensionContainer(MAPExtensionContainer value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPSGSN_CAMEL_SubscriptionInfo setGprs_CSI(MAPGPRS_CSI value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPSGSN_CAMEL_SubscriptionInfo setMg_csi(MAPMG_CSI value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPSGSN_CAMEL_SubscriptionInfo setMo_sms_CSI(MAPSMS_CSI value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPSGSN_CAMEL_SubscriptionInfo setMt_smsCAMELTDP_CriteriaList(MAPMT_smsCAMELTDP_Criteria[] value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPSGSN_CAMEL_SubscriptionInfo setMt_sms_CSI(MAPSMS_CSI 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