public class MAPEPS_SubscriptionDataWithdraw extends AbstractFieldsObject
EPS-SubscriptionDataWithdraw ::= CHOICE { allEPS-Data NULL, contextIdList ContextIdList }Added in release 8.
Used as field type by MAPDeleteSubscriberDataArg
.
Modifier and Type | Class and Description |
---|---|
static class |
MAPEPS_SubscriptionDataWithdraw.Choice
API for MAP-MS-DataTypes.EPS-SubscriptionDataWithdraw.Choice.
|
FIELD_ABSENT, FIELD_UNINITIALISED
Constructor and Description |
---|
MAPEPS_SubscriptionDataWithdraw() |
Modifier and Type | Method and Description |
---|---|
MAPEPS_SubscriptionDataWithdraw |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPEPS_SubscriptionDataWithdraw |
copyOf(MAPEPS_SubscriptionDataWithdraw 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_SubscriptionDataWithdraw.Choice |
getChoice()
Gets the discriminant of the current choice.
|
int[] |
getContextIdList()
Gets the value of the contextIdList 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.
|
boolean |
isAllEPS_DataChosen()
Tests whether the choice is allEPS-Data.
|
boolean |
isContextIdListChosen()
Tests whether the choice is contextIdList.
|
MAPEPS_SubscriptionDataWithdraw |
setAllEPS_Data()
Sets the allEPS-Data choice.
|
MAPEPS_SubscriptionDataWithdraw |
setContextIdList(int[] value)
Sets the value of the contextIdList choice.
|
equals, hashCode, toString
checkModify, isReadOnly, setReadOnly
public MAPEPS_SubscriptionDataWithdraw clone()
clone
in interface DataObject
clone
in class AbstractDataObject
public static MAPEPS_SubscriptionDataWithdraw copyOf(MAPEPS_SubscriptionDataWithdraw from)
from
- the object from which to copypublic MAPEPS_SubscriptionDataWithdraw.Choice getChoice()
public int[] getContextIdList()
public static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap
in class AbstractFieldsObject
withAbsents
- ignored, as value cannot be optionalpublic boolean isAllEPS_DataChosen()
public boolean isContextIdListChosen()
public MAPEPS_SubscriptionDataWithdraw setAllEPS_Data() throws IllegalStateException
IllegalStateException
- if this instance has been marked as read-onlypublic MAPEPS_SubscriptionDataWithdraw setContextIdList(int[] 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