public class MAPEPS_SubscriptionData extends AbstractFieldsObject
EPS-SubscriptionData ::= SEQUENCE { apn-oi-Replacement APN-OI-Replacement OPTIONAL, -- This apn-oi-Replacement refers to the UE level apn-oi-Replacement. rfsp-id RFSP-ID OPTIONAL, ambr AMBR OPTIONAL, apn-ConfigurationProfile APN-ConfigurationProfile OPTIONAL, stn-sr ISDN-AddressString OPTIONAL, extensionContainer ExtensionContainer OPTIONAL, ... }Added in release 8.
Used as field type by MAPInsertSubscriberDataArg
.
FIELD_ABSENT, FIELD_UNINITIALISED
Constructor and Description |
---|
MAPEPS_SubscriptionData()
Constructs an object with uninitialised state.
|
Modifier and Type | Method and Description |
---|---|
MAPEPS_SubscriptionData |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPEPS_SubscriptionData |
copyOf(MAPEPS_SubscriptionData 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.
|
MAPAMBR |
getAmbr()
Gets the value of the field ambr.
|
MAPAPN_ConfigurationProfile |
getApn_ConfigurationProfile()
Gets the value of the field apn-ConfigurationProfile.
|
AccessPointNameOperatorId |
getApn_oi_Replacement()
Gets the value of the field apn-oi-Replacement.
|
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.
|
int |
getRfsp_id()
Gets the value of the field rfsp-id.
|
AddressString |
getStn_sr()
Gets the value of the field stn-sr.
|
boolean |
hasAmbr()
Tests whether the field ambr has a value.
|
boolean |
hasApn_ConfigurationProfile()
Tests whether the field apn-ConfigurationProfile has a value.
|
boolean |
hasApn_oi_Replacement()
Tests whether the field apn-oi-Replacement has a value.
|
boolean |
hasExtensionContainer()
Tests whether the field extensionContainer has a value.
|
boolean |
hasRfsp_id()
Tests whether the field rfsp-id has a value.
|
boolean |
hasStn_sr()
Tests whether the field stn-sr has a value.
|
MAPEPS_SubscriptionData |
setAmbr(MAPAMBR value)
Sets the value of the field ambr.
|
MAPEPS_SubscriptionData |
setApn_ConfigurationProfile(MAPAPN_ConfigurationProfile value)
Sets the value of the field apn-ConfigurationProfile.
|
MAPEPS_SubscriptionData |
setApn_oi_Replacement(AccessPointNameOperatorId value)
Sets the value of the field apn-oi-Replacement.
|
MAPEPS_SubscriptionData |
setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
MAPEPS_SubscriptionData |
setRfsp_id(int value)
Sets the value of the field rfsp-id and marks the field as present.
|
MAPEPS_SubscriptionData |
setRfsp_idPresent(boolean flag)
Sets the presence or absence of the optional field rfsp-id.
|
MAPEPS_SubscriptionData |
setStn_sr(AddressString value)
Sets the value of the field stn-sr.
|
equals, hashCode, toString
checkModify, isReadOnly
public MAPEPS_SubscriptionData()
public MAPEPS_SubscriptionData clone()
clone
in interface DataObject
clone
in class AbstractDataObject
public static MAPEPS_SubscriptionData copyOf(MAPEPS_SubscriptionData from)
from
- the object from which to copypublic MAPAMBR getAmbr()
public MAPAPN_ConfigurationProfile getApn_ConfigurationProfile()
public AccessPointNameOperatorId getApn_oi_Replacement()
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 int getRfsp_id()
public AddressString getStn_sr()
public boolean hasAmbr()
public boolean hasApn_ConfigurationProfile()
public boolean hasApn_oi_Replacement()
public boolean hasExtensionContainer()
public boolean hasRfsp_id()
public boolean hasStn_sr()
public MAPEPS_SubscriptionData setAmbr(MAPAMBR value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPEPS_SubscriptionData setApn_ConfigurationProfile(MAPAPN_ConfigurationProfile value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPEPS_SubscriptionData setApn_oi_Replacement(AccessPointNameOperatorId value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPEPS_SubscriptionData setExtensionContainer(MAPExtensionContainer 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 MAPEPS_SubscriptionData setRfsp_id(int value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPEPS_SubscriptionData setRfsp_idPresent(boolean flag) throws IllegalStateException
flag
- either true if the field should be marked as present or false if the field should be marked as absentIllegalStateException
- if this instance has been marked as read-onlypublic MAPEPS_SubscriptionData setStn_sr(AddressString value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-only