public class MAPPS_SubscriberState extends AbstractFieldsObject
PS-SubscriberState ::=
CHOICE {
notProvidedFromSGSNorMME NULL, -- Renamed from notProvidedFromSGSN between releases 8 and 9.
ps-Detached NULL,
ps-AttachedNotReachableForPaging NULL,
ps-AttachedReachableForPaging NULL,
ps-PDP-ActiveNotReachableForPaging PDP-ContextInfoList,
ps-PDP-ActiveReachableForPaging PDP-ContextInfoList,
netDetNotReachable NotReachableReason
}
Added in release 5.
Used as field type by MAPSubscriberInfo.
Used as field type by MAPSubscriberInfo.
| Modifier and Type | Class and Description |
|---|---|
static class |
MAPPS_SubscriberState.Choice
API for MAP-MS-DataTypes.PS-SubscriberState.Choice.
|
FIELD_ABSENT, FIELD_UNINITIALISED| Constructor and Description |
|---|
MAPPS_SubscriberState() |
| Modifier and Type | Method and Description |
|---|---|
MAPPS_SubscriberState |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPPS_SubscriberState |
copyOf(MAPPS_SubscriberState 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.
|
MAPPS_SubscriberState.Choice |
getChoice()
Gets the discriminant of the current choice.
|
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 :discriminant-name to associated-value.
|
MAPNotReachableReason |
getNetDetNotReachable()
Gets the value of the netDetNotReachable choice.
|
MAPPDP_ContextInfo[] |
getPs_PDP_ActiveNotReachableForPaging()
Gets the value of the ps-PDP-ActiveNotReachableForPaging choice.
|
MAPPDP_ContextInfo[] |
getPs_PDP_ActiveReachableForPaging()
Gets the value of the ps-PDP-ActiveReachableForPaging choice.
|
boolean |
isNetDetNotReachableChosen()
Tests whether the choice is netDetNotReachable.
|
boolean |
isNotProvidedFromSGSNorMMEChosen()
Tests whether the choice is notProvidedFromSGSNorMME.
|
boolean |
isPs_AttachedNotReachableForPagingChosen()
Tests whether the choice is ps-AttachedNotReachableForPaging.
|
boolean |
isPs_AttachedReachableForPagingChosen()
Tests whether the choice is ps-AttachedReachableForPaging.
|
boolean |
isPs_DetachedChosen()
Tests whether the choice is ps-Detached.
|
boolean |
isPs_PDP_ActiveNotReachableForPagingChosen()
Tests whether the choice is ps-PDP-ActiveNotReachableForPaging.
|
boolean |
isPs_PDP_ActiveReachableForPagingChosen()
Tests whether the choice is ps-PDP-ActiveReachableForPaging.
|
MAPPS_SubscriberState |
setNetDetNotReachable(MAPNotReachableReason value)
Sets the value of the netDetNotReachable choice.
|
MAPPS_SubscriberState |
setNotProvidedFromSGSNorMME()
Sets the notProvidedFromSGSNorMME choice.
|
MAPPS_SubscriberState |
setPs_AttachedNotReachableForPaging()
Sets the ps-AttachedNotReachableForPaging choice.
|
MAPPS_SubscriberState |
setPs_AttachedReachableForPaging()
Sets the ps-AttachedReachableForPaging choice.
|
MAPPS_SubscriberState |
setPs_Detached()
Sets the ps-Detached choice.
|
MAPPS_SubscriberState |
setPs_PDP_ActiveNotReachableForPaging(MAPPDP_ContextInfo[] value)
Sets the value of the ps-PDP-ActiveNotReachableForPaging choice.
|
MAPPS_SubscriberState |
setPs_PDP_ActiveReachableForPaging(MAPPDP_ContextInfo[] value)
Sets the value of the ps-PDP-ActiveReachableForPaging choice.
|
equals, hashCode, toStringcheckModify, isReadOnly, setReadOnlypublic MAPPS_SubscriberState clone()
clone in interface DataObjectclone in class AbstractDataObjectpublic static MAPPS_SubscriberState copyOf(MAPPS_SubscriberState from)
from - the object from which to copypublic MAPPS_SubscriberState.Choice getChoice()
public static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap in class AbstractFieldsObjectwithAbsents - ignored, as value cannot be optionalpublic MAPNotReachableReason getNetDetNotReachable()
public MAPPDP_ContextInfo[] getPs_PDP_ActiveNotReachableForPaging()
public MAPPDP_ContextInfo[] getPs_PDP_ActiveReachableForPaging()
public boolean isNetDetNotReachableChosen()
public boolean isNotProvidedFromSGSNorMMEChosen()
public boolean isPs_AttachedNotReachableForPagingChosen()
public boolean isPs_AttachedReachableForPagingChosen()
public boolean isPs_DetachedChosen()
public boolean isPs_PDP_ActiveNotReachableForPagingChosen()
public boolean isPs_PDP_ActiveReachableForPagingChosen()
public MAPPS_SubscriberState setNetDetNotReachable(MAPNotReachableReason value) throws IllegalStateException, NullPointerException
value - the new value for the choiceIllegalStateException - if this instance has been marked as read-onlyNullPointerException - if the given value is nullpublic MAPPS_SubscriberState setNotProvidedFromSGSNorMME() throws IllegalStateException
IllegalStateException - if this instance has been marked as read-onlypublic MAPPS_SubscriberState setPs_AttachedNotReachableForPaging() throws IllegalStateException
IllegalStateException - if this instance has been marked as read-onlypublic MAPPS_SubscriberState setPs_AttachedReachableForPaging() throws IllegalStateException
IllegalStateException - if this instance has been marked as read-onlypublic MAPPS_SubscriberState setPs_Detached() throws IllegalStateException
IllegalStateException - if this instance has been marked as read-onlypublic MAPPS_SubscriberState setPs_PDP_ActiveNotReachableForPaging(MAPPDP_ContextInfo[] value) throws IllegalStateException, NullPointerException
value - the new value for the choiceIllegalStateException - if this instance has been marked as read-onlyNullPointerException - if the given value is nullpublic MAPPS_SubscriberState setPs_PDP_ActiveReachableForPaging(MAPPDP_ContextInfo[] value) throws IllegalStateException, NullPointerException
value - the new value for the choiceIllegalStateException - if this instance has been marked as read-onlyNullPointerException - if the given value is null