public class MAPEPS_Info extends AbstractFieldsObject
EPS-Info ::= CHOICE { pdn-gw-update PDN-GW-Update, isr-Information ISR-Information }Added in release 8.
Used as field type by MAPUpdateGprsLocationArg
.
Modifier and Type | Class and Description |
---|---|
static class |
MAPEPS_Info.Choice
API for MAP-MS-DataTypes.EPS-Info.Choice.
|
FIELD_ABSENT, FIELD_UNINITIALISED
Constructor and Description |
---|
MAPEPS_Info() |
Modifier and Type | Method and Description |
---|---|
MAPEPS_Info |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPEPS_Info |
copyOf(MAPEPS_Info 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.
|
MAPEPS_Info.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.
|
MAPISR_Information |
getIsr_Information()
Gets the value of the isr-Information choice.
|
MAPPDN_GW_Update |
getPdn_gw_update()
Gets the value of the pdn-gw-update choice.
|
boolean |
isIsr_InformationChosen()
Tests whether the choice is isr-Information.
|
boolean |
isPdn_gw_updateChosen()
Tests whether the choice is pdn-gw-update.
|
MAPEPS_Info |
setIsr_Information(MAPISR_Information value)
Sets the value of the isr-Information choice.
|
MAPEPS_Info |
setPdn_gw_update(MAPPDN_GW_Update value)
Sets the value of the pdn-gw-update choice.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
equals, hashCode, toString
checkModify, isReadOnly
public MAPEPS_Info clone()
clone
in interface DataObject
clone
in class AbstractDataObject
public static MAPEPS_Info copyOf(MAPEPS_Info from)
from
- the object from which to copypublic MAPEPS_Info.Choice getChoice()
public static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap
in class AbstractFieldsObject
withAbsents
- ignored, as value cannot be optionalpublic MAPISR_Information getIsr_Information()
public MAPPDN_GW_Update getPdn_gw_update()
public boolean isIsr_InformationChosen()
public boolean isPdn_gw_updateChosen()
public MAPEPS_Info setIsr_Information(MAPISR_Information 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 MAPEPS_Info setPdn_gw_update(MAPPDN_GW_Update 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 void setReadOnly()
setReadOnly
in interface DataObject
setReadOnly
in class AbstractDataObject