public class MAPExt_SS_InfoFor_CSE extends AbstractFieldsObject
Ext-SS-InfoFor-CSE ::= CHOICE { forwardingInfoFor-CSE Ext-ForwardingInfoFor-CSE, callBarringInfoFor-CSE Ext-CallBarringInfoFor-CSE }Added in R99.
Used as field type by MAPAnyTimeModificationRes
.
Modifier and Type | Class and Description |
---|---|
static class |
MAPExt_SS_InfoFor_CSE.Choice
API for MAP-MS-DataTypes.Ext-SS-InfoFor-CSE.Choice.
|
FIELD_ABSENT, FIELD_UNINITIALISED
Constructor and Description |
---|
MAPExt_SS_InfoFor_CSE() |
Modifier and Type | Method and Description |
---|---|
MAPExt_SS_InfoFor_CSE |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPExt_SS_InfoFor_CSE |
copyOf(MAPExt_SS_InfoFor_CSE 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.
|
MAPExt_CallBarringInfoFor_CSE |
getCallBarringInfoFor_CSE()
Gets the value of the callBarringInfoFor-CSE choice.
|
MAPExt_SS_InfoFor_CSE.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.
|
MAPExt_ForwardingInfoFor_CSE |
getForwardingInfoFor_CSE()
Gets the value of the forwardingInfoFor-CSE choice.
|
boolean |
isCallBarringInfoFor_CSEChosen()
Tests whether the choice is callBarringInfoFor-CSE.
|
boolean |
isForwardingInfoFor_CSEChosen()
Tests whether the choice is forwardingInfoFor-CSE.
|
MAPExt_SS_InfoFor_CSE |
setCallBarringInfoFor_CSE(MAPExt_CallBarringInfoFor_CSE value)
Sets the value of the callBarringInfoFor-CSE choice.
|
MAPExt_SS_InfoFor_CSE |
setForwardingInfoFor_CSE(MAPExt_ForwardingInfoFor_CSE value)
Sets the value of the forwardingInfoFor-CSE choice.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
equals, hashCode, toString
checkModify, isReadOnly
public MAPExt_SS_InfoFor_CSE clone()
clone
in interface DataObject
clone
in class AbstractDataObject
public static MAPExt_SS_InfoFor_CSE copyOf(MAPExt_SS_InfoFor_CSE from)
from
- the object from which to copypublic MAPExt_CallBarringInfoFor_CSE getCallBarringInfoFor_CSE()
public MAPExt_SS_InfoFor_CSE.Choice getChoice()
public static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap
in class AbstractFieldsObject
withAbsents
- ignored, as value cannot be optionalpublic MAPExt_ForwardingInfoFor_CSE getForwardingInfoFor_CSE()
public boolean isCallBarringInfoFor_CSEChosen()
public boolean isForwardingInfoFor_CSEChosen()
public MAPExt_SS_InfoFor_CSE setCallBarringInfoFor_CSE(MAPExt_CallBarringInfoFor_CSE 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 MAPExt_SS_InfoFor_CSE setForwardingInfoFor_CSE(MAPExt_ForwardingInfoFor_CSE 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