public class MAPLSAInformationWithdraw extends AbstractFieldsObject
LSAInformationWithdraw ::= CHOICE { allLSAData NULL, lsaIdentityList LSAIdentityList }Added in R98.
Used as field type by MAPDeleteSubscriberDataArg
.
Modifier and Type | Class and Description |
---|---|
static class |
MAPLSAInformationWithdraw.Choice
API for MAP-MS-DataTypes.LSAInformationWithdraw.Choice.
|
FIELD_ABSENT, FIELD_UNINITIALISED
Constructor and Description |
---|
MAPLSAInformationWithdraw() |
Modifier and Type | Method and Description |
---|---|
MAPLSAInformationWithdraw |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPLSAInformationWithdraw |
copyOf(MAPLSAInformationWithdraw 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.
|
MAPLSAInformationWithdraw.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.
|
LocalisedServiceAreaId[] |
getLsaIdentityList()
Gets the value of the lsaIdentityList choice.
|
boolean |
isAllLSADataChosen()
Tests whether the choice is allLSAData.
|
boolean |
isLsaIdentityListChosen()
Tests whether the choice is lsaIdentityList.
|
MAPLSAInformationWithdraw |
setAllLSAData()
Sets the allLSAData choice.
|
MAPLSAInformationWithdraw |
setLsaIdentityList(LocalisedServiceAreaId[] value)
Sets the value of the lsaIdentityList choice.
|
equals, hashCode, toString
checkModify, isReadOnly, setReadOnly
public MAPLSAInformationWithdraw clone()
clone
in interface DataObject
clone
in class AbstractDataObject
public static MAPLSAInformationWithdraw copyOf(MAPLSAInformationWithdraw from)
from
- the object from which to copypublic MAPLSAInformationWithdraw.Choice getChoice()
public static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap
in class AbstractFieldsObject
withAbsents
- ignored, as value cannot be optionalpublic LocalisedServiceAreaId[] getLsaIdentityList()
public boolean isAllLSADataChosen()
public boolean isLsaIdentityListChosen()
public MAPLSAInformationWithdraw setAllLSAData() throws IllegalStateException
IllegalStateException
- if this instance has been marked as read-onlypublic MAPLSAInformationWithdraw setLsaIdentityList(LocalisedServiceAreaId[] 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