public class MAPPDP_ContextInfo extends AbstractFieldsObject
PDP-ContextInfo ::=
SEQUENCE {
pdp-ContextIdentifier ContextId,
pdp-ContextActive NULL OPTIONAL,
pdp-Type PDP-Type,
pdp-Address PDP-Address OPTIONAL,
apn-Subscribed APN OPTIONAL,
apn-InUse APN OPTIONAL,
nsapi NSAPI OPTIONAL,
transactionId TransactionId OPTIONAL,
teid-ForGnAndGp TEID OPTIONAL,
teid-ForIu TEID OPTIONAL,
ggsn-Address GSN-Address OPTIONAL,
qos-Subscribed Ext-QoS-Subscribed OPTIONAL,
qos-Requested Ext-QoS-Subscribed OPTIONAL,
qos-Negotiated Ext-QoS-Subscribed OPTIONAL,
chargingId GPRSChargingID OPTIONAL,
chargingCharacteristics ChargingCharacteristics OPTIONAL,
rnc-Address GSN-Address OPTIONAL,
extensionContainer ExtensionContainer OPTIONAL,
...
qos2-Subscribed Ext2-QoS-Subscribed OPTIONAL, -- qos2-Subscribed may be present only if qos-Subscribed is present.
qos2-Requested Ext2-QoS-Subscribed OPTIONAL, -- qos2-Requested may be present only if qos-Requested is present.
qos2-Negotiated Ext2-QoS-Subscribed OPTIONAL, -- qos2-Negotiated may be present only if qos-Negotiated is present.
qos3-Subscribed Ext3-QoS-Subscribed OPTIONAL, -- Added in release 7. qos3-Subscribed may be present only if qos2-Subscribed is present.
qos3-Requested Ext3-QoS-Subscribed OPTIONAL, -- Added in release 7. qos3-Requested may be present only if qos2-Requested is present.
qos3-Negotiated Ext3-QoS-Subscribed OPTIONAL, -- Added in release 7. qos3-Negotiated may be present only if qos2-Negotiated is present.
qos4-Subscribed Ext4-QoS-Subscribed OPTIONAL, -- Added in release 9. qos4-Subscribed may be present only if qos3-Subscribed is present.
qos4-Requested Ext4-QoS-Subscribed OPTIONAL, -- Added in release 9. qos4-Requested may be present only if qos3-Requested is present.
qos4-Negotiated Ext4-QoS-Subscribed OPTIONAL, -- Added in release 9. qos4-Negotiated may be present only if qos3-Negotiated is present.
ext-pdp-Type Ext-PDP-Type OPTIONAL, -- Added in release 9. Contains the value IPv4v6 defined in 3GPP TS 29.060, if the PDP can be accessed by dual-stack UEs.
ext-pdp-Address PDP-Address OPTIONAL -- Added in release 9. Contains an additional IP address in case of dual-stack static IP address assignment for the UE. It may contain an IPv4 or an IPv6 address/prefix, and it may be present only if pdp-Address is present; if both are present, each parameter shall contain a different type of address (IPv4 or IPv6).
}
Added in release 5.
Used in array as field type by MAPPS_SubscriberState.
Used in array as field type by MAPPS_SubscriberState.
FIELD_ABSENT, FIELD_UNINITIALISED| Constructor and Description |
|---|
MAPPDP_ContextInfo()
Constructs an object with uninitialised state.
|
| Modifier and Type | Method and Description |
|---|---|
MAPPDP_ContextInfo |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPPDP_ContextInfo |
copyOf(MAPPDP_ContextInfo 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.
|
AccessPointName |
getApn_InUse()
Gets the value of the field apn-InUse.
|
AccessPointName |
getApn_Subscribed()
Gets the value of the field apn-Subscribed.
|
byte[] |
getChargingCharacteristics()
Gets the value of the field chargingCharacteristics.
|
byte[] |
getChargingId()
Gets the value of the field chargingId.
|
byte[] |
getExt_pdp_Address()
Gets the value of the field ext-pdp-Address.
|
byte[] |
getExt_pdp_Type()
Gets the value of the field ext-pdp-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.
|
GSNAddress |
getGgsn_Address()
Gets the value of the field ggsn-Address.
|
int |
getNsapi()
Gets the value of the field nsapi.
|
byte[] |
getPdp_Address()
Gets the value of the field pdp-Address.
|
int |
getPdp_ContextIdentifier()
Gets the value of the field pdp-ContextIdentifier.
|
byte[] |
getPdp_Type()
Gets the value of the field pdp-Type.
|
byte[] |
getQos_Negotiated()
Gets the value of the field qos-Negotiated.
|
byte[] |
getQos_Requested()
Gets the value of the field qos-Requested.
|
byte[] |
getQos_Subscribed()
Gets the value of the field qos-Subscribed.
|
byte[] |
getQos2_Negotiated()
Gets the value of the field qos2-Negotiated.
|
byte[] |
getQos2_Requested()
Gets the value of the field qos2-Requested.
|
byte[] |
getQos2_Subscribed()
Gets the value of the field qos2-Subscribed.
|
byte[] |
getQos3_Negotiated()
Gets the value of the field qos3-Negotiated.
|
byte[] |
getQos3_Requested()
Gets the value of the field qos3-Requested.
|
byte[] |
getQos3_Subscribed()
Gets the value of the field qos3-Subscribed.
|
byte[] |
getQos4_Negotiated()
Gets the value of the field qos4-Negotiated.
|
byte[] |
getQos4_Requested()
Gets the value of the field qos4-Requested.
|
byte[] |
getQos4_Subscribed()
Gets the value of the field qos4-Subscribed.
|
GSNAddress |
getRnc_Address()
Gets the value of the field rnc-Address.
|
byte[] |
getTeid_ForGnAndGp()
Gets the value of the field teid-ForGnAndGp.
|
byte[] |
getTeid_ForIu()
Gets the value of the field teid-ForIu.
|
byte[] |
getTransactionId()
Gets the value of the field transactionId.
|
boolean |
hasApn_InUse()
Tests whether the field apn-InUse has a value.
|
boolean |
hasApn_Subscribed()
Tests whether the field apn-Subscribed has a value.
|
boolean |
hasChargingCharacteristics()
Tests whether the field chargingCharacteristics has a value.
|
boolean |
hasChargingId()
Tests whether the field chargingId has a value.
|
boolean |
hasExt_pdp_Address()
Tests whether the field ext-pdp-Address has a value.
|
boolean |
hasExt_pdp_Type()
Tests whether the field ext-pdp-Type has a value.
|
boolean |
hasExtensionContainer()
Tests whether the field extensionContainer has a value.
|
boolean |
hasGgsn_Address()
Tests whether the field ggsn-Address has a value.
|
boolean |
hasNsapi()
Tests whether the field nsapi has a value.
|
boolean |
hasPdp_Address()
Tests whether the field pdp-Address has a value.
|
boolean |
hasPdp_ContextActive()
Tests whether the field pdp-ContextActive is present.
|
boolean |
hasPdp_ContextIdentifier()
Tests whether the field pdp-ContextIdentifier has a value.
|
boolean |
hasPdp_Type()
Tests whether the field pdp-Type has a value.
|
boolean |
hasQos_Negotiated()
Tests whether the field qos-Negotiated has a value.
|
boolean |
hasQos_Requested()
Tests whether the field qos-Requested has a value.
|
boolean |
hasQos_Subscribed()
Tests whether the field qos-Subscribed has a value.
|
boolean |
hasQos2_Negotiated()
Tests whether the field qos2-Negotiated has a value.
|
boolean |
hasQos2_Requested()
Tests whether the field qos2-Requested has a value.
|
boolean |
hasQos2_Subscribed()
Tests whether the field qos2-Subscribed has a value.
|
boolean |
hasQos3_Negotiated()
Tests whether the field qos3-Negotiated has a value.
|
boolean |
hasQos3_Requested()
Tests whether the field qos3-Requested has a value.
|
boolean |
hasQos3_Subscribed()
Tests whether the field qos3-Subscribed has a value.
|
boolean |
hasQos4_Negotiated()
Tests whether the field qos4-Negotiated has a value.
|
boolean |
hasQos4_Requested()
Tests whether the field qos4-Requested has a value.
|
boolean |
hasQos4_Subscribed()
Tests whether the field qos4-Subscribed has a value.
|
boolean |
hasRnc_Address()
Tests whether the field rnc-Address has a value.
|
boolean |
hasTeid_ForGnAndGp()
Tests whether the field teid-ForGnAndGp has a value.
|
boolean |
hasTeid_ForIu()
Tests whether the field teid-ForIu has a value.
|
boolean |
hasTransactionId()
Tests whether the field transactionId has a value.
|
MAPPDP_ContextInfo |
setApn_InUse(AccessPointName value)
Sets the value of the field apn-InUse.
|
MAPPDP_ContextInfo |
setApn_Subscribed(AccessPointName value)
Sets the value of the field apn-Subscribed.
|
MAPPDP_ContextInfo |
setChargingCharacteristics(byte[] value)
Sets the value of the field chargingCharacteristics.
|
MAPPDP_ContextInfo |
setChargingId(byte[] value)
Sets the value of the field chargingId.
|
MAPPDP_ContextInfo |
setExt_pdp_Address(byte[] value)
Sets the value of the field ext-pdp-Address.
|
MAPPDP_ContextInfo |
setExt_pdp_Type(byte[] value)
Sets the value of the field ext-pdp-Type.
|
MAPPDP_ContextInfo |
setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
MAPPDP_ContextInfo |
setGgsn_Address(GSNAddress value)
Sets the value of the field ggsn-Address.
|
MAPPDP_ContextInfo |
setNsapi(int value)
Sets the value of the field nsapi and marks the field as present.
|
MAPPDP_ContextInfo |
setNsapiPresent(boolean flag)
Sets the presence or absence of the optional field nsapi.
|
MAPPDP_ContextInfo |
setPdp_Address(byte[] value)
Sets the value of the field pdp-Address.
|
MAPPDP_ContextInfo |
setPdp_ContextActivePresent(boolean flag)
Sets the presence or absence of the optional field pdp-ContextActive.
|
MAPPDP_ContextInfo |
setPdp_ContextIdentifier(int value)
Sets the value of the field pdp-ContextIdentifier and marks the field as present.
|
MAPPDP_ContextInfo |
setPdp_Type(byte[] value)
Sets the value of the field pdp-Type.
|
MAPPDP_ContextInfo |
setQos_Negotiated(byte[] value)
Sets the value of the field qos-Negotiated.
|
MAPPDP_ContextInfo |
setQos_Requested(byte[] value)
Sets the value of the field qos-Requested.
|
MAPPDP_ContextInfo |
setQos_Subscribed(byte[] value)
Sets the value of the field qos-Subscribed.
|
MAPPDP_ContextInfo |
setQos2_Negotiated(byte[] value)
Sets the value of the field qos2-Negotiated.
|
MAPPDP_ContextInfo |
setQos2_Requested(byte[] value)
Sets the value of the field qos2-Requested.
|
MAPPDP_ContextInfo |
setQos2_Subscribed(byte[] value)
Sets the value of the field qos2-Subscribed.
|
MAPPDP_ContextInfo |
setQos3_Negotiated(byte[] value)
Sets the value of the field qos3-Negotiated.
|
MAPPDP_ContextInfo |
setQos3_Requested(byte[] value)
Sets the value of the field qos3-Requested.
|
MAPPDP_ContextInfo |
setQos3_Subscribed(byte[] value)
Sets the value of the field qos3-Subscribed.
|
MAPPDP_ContextInfo |
setQos4_Negotiated(byte[] value)
Sets the value of the field qos4-Negotiated.
|
MAPPDP_ContextInfo |
setQos4_Requested(byte[] value)
Sets the value of the field qos4-Requested.
|
MAPPDP_ContextInfo |
setQos4_Subscribed(byte[] value)
Sets the value of the field qos4-Subscribed.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
MAPPDP_ContextInfo |
setRnc_Address(GSNAddress value)
Sets the value of the field rnc-Address.
|
MAPPDP_ContextInfo |
setTeid_ForGnAndGp(byte[] value)
Sets the value of the field teid-ForGnAndGp.
|
MAPPDP_ContextInfo |
setTeid_ForIu(byte[] value)
Sets the value of the field teid-ForIu.
|
MAPPDP_ContextInfo |
setTransactionId(byte[] value)
Sets the value of the field transactionId.
|
equals, hashCode, toStringcheckModify, isReadOnlypublic MAPPDP_ContextInfo()
public MAPPDP_ContextInfo clone()
clone in interface DataObjectclone in class AbstractDataObjectpublic static MAPPDP_ContextInfo copyOf(MAPPDP_ContextInfo from)
from - the object from which to copypublic AccessPointName getApn_InUse()
public AccessPointName getApn_Subscribed()
public byte[] getChargingCharacteristics()
public byte[] getChargingId()
public byte[] getExt_pdp_Address()
public byte[] getExt_pdp_Type()
public MAPExtensionContainer getExtensionContainer()
public static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap in class AbstractFieldsObjectwithAbsents - whether to put absent optional fields into Mappublic GSNAddress getGgsn_Address()
public int getNsapi()
public byte[] getPdp_Address()
public int getPdp_ContextIdentifier()
public byte[] getPdp_Type()
public byte[] getQos2_Negotiated()
public byte[] getQos2_Requested()
public byte[] getQos2_Subscribed()
public byte[] getQos3_Negotiated()
public byte[] getQos3_Requested()
public byte[] getQos3_Subscribed()
public byte[] getQos4_Negotiated()
public byte[] getQos4_Requested()
public byte[] getQos4_Subscribed()
public byte[] getQos_Negotiated()
public byte[] getQos_Requested()
public byte[] getQos_Subscribed()
public GSNAddress getRnc_Address()
public byte[] getTeid_ForGnAndGp()
public byte[] getTeid_ForIu()
public byte[] getTransactionId()
public boolean hasApn_InUse()
public boolean hasApn_Subscribed()
public boolean hasChargingCharacteristics()
public boolean hasChargingId()
public boolean hasExt_pdp_Address()
public boolean hasExt_pdp_Type()
public boolean hasExtensionContainer()
public boolean hasGgsn_Address()
public boolean hasNsapi()
public boolean hasPdp_Address()
public boolean hasPdp_ContextActive()
public boolean hasPdp_ContextIdentifier()
public boolean hasPdp_Type()
public boolean hasQos2_Negotiated()
public boolean hasQos2_Requested()
public boolean hasQos2_Subscribed()
public boolean hasQos3_Negotiated()
public boolean hasQos3_Requested()
public boolean hasQos3_Subscribed()
public boolean hasQos4_Negotiated()
public boolean hasQos4_Requested()
public boolean hasQos4_Subscribed()
public boolean hasQos_Negotiated()
public boolean hasQos_Requested()
public boolean hasQos_Subscribed()
public boolean hasRnc_Address()
public boolean hasTeid_ForGnAndGp()
public boolean hasTeid_ForIu()
public boolean hasTransactionId()
public MAPPDP_ContextInfo setApn_InUse(AccessPointName value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPPDP_ContextInfo setApn_Subscribed(AccessPointName value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPPDP_ContextInfo setChargingCharacteristics(byte[] value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPPDP_ContextInfo setChargingId(byte[] value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPPDP_ContextInfo setExt_pdp_Address(byte[] value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPPDP_ContextInfo setExt_pdp_Type(byte[] value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPPDP_ContextInfo setExtensionContainer(MAPExtensionContainer value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPPDP_ContextInfo setGgsn_Address(GSNAddress value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPPDP_ContextInfo setNsapi(int value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPPDP_ContextInfo setNsapiPresent(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 MAPPDP_ContextInfo setPdp_Address(byte[] value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPPDP_ContextInfo setPdp_ContextActivePresent(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 MAPPDP_ContextInfo setPdp_ContextIdentifier(int value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPPDP_ContextInfo setPdp_Type(byte[] value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPPDP_ContextInfo setQos2_Negotiated(byte[] value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPPDP_ContextInfo setQos2_Requested(byte[] value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPPDP_ContextInfo setQos2_Subscribed(byte[] value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPPDP_ContextInfo setQos3_Negotiated(byte[] value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPPDP_ContextInfo setQos3_Requested(byte[] value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPPDP_ContextInfo setQos3_Subscribed(byte[] value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPPDP_ContextInfo setQos4_Negotiated(byte[] value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPPDP_ContextInfo setQos4_Requested(byte[] value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPPDP_ContextInfo setQos4_Subscribed(byte[] value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPPDP_ContextInfo setQos_Negotiated(byte[] value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPPDP_ContextInfo setQos_Requested(byte[] value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPPDP_ContextInfo setQos_Subscribed(byte[] value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic void setReadOnly()
setReadOnly in interface DataObjectsetReadOnly in class AbstractDataObjectpublic MAPPDP_ContextInfo setRnc_Address(GSNAddress value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPPDP_ContextInfo setTeid_ForGnAndGp(byte[] value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPPDP_ContextInfo setTeid_ForIu(byte[] value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPPDP_ContextInfo setTransactionId(byte[] value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-only