public class MAPPrepareSubsequentHO_Res extends AbstractFieldsObject
PrepareSubsequentHO-Res ::= CHOICE { r98 ExternalSignalInfo } MAP-MS-DataTypes-R98 { PrepareSubsequentHO-Res { @extendible } }Added in ph2. (This ASN.1 definition differs from the standard one in a way that eases API inheritance in the next version of the prepareSubsequentHO operation while the on-the-wire representation remains unchanged.)
Used as result type by MAPOperations.prepareSubsequentHandover
.
Modifier and Type | Class and Description |
---|---|
static class |
MAPPrepareSubsequentHO_Res.Choice
API for MAP-MS-DataTypes-R98.PrepareSubsequentHO-Res.Choice.
|
FIELD_ABSENT, FIELD_UNINITIALISED
Constructor and Description |
---|
MAPPrepareSubsequentHO_Res() |
Modifier and Type | Method and Description |
---|---|
MAPPrepareSubsequentHO_Res |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPPrepareSubsequentHO_Res |
copyOf(MAPPrepareSubsequentHO_Res 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.
|
MAPPrepareSubsequentHO_Res.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.
|
MAPExternalSignalInfo |
getR98()
Gets the value of the r98 choice.
|
boolean |
isR98Chosen()
Tests whether the choice is r98.
|
protected void |
setChoice(MAPPrepareSubsequentHO_Res.Choice arg)
Sets the discriminant of the current choice.
|
MAPPrepareSubsequentHO_Res |
setR98(MAPExternalSignalInfo value)
Sets the value of the r98 choice.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
equals, hashCode, toString
checkModify, isReadOnly
public MAPPrepareSubsequentHO_Res clone()
clone
in interface DataObject
clone
in class AbstractDataObject
public static MAPPrepareSubsequentHO_Res copyOf(MAPPrepareSubsequentHO_Res from)
from
- the object from which to copypublic MAPPrepareSubsequentHO_Res.Choice getChoice()
public static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap
in class AbstractFieldsObject
withAbsents
- ignored, as value cannot be optionalpublic MAPExternalSignalInfo getR98()
public boolean isR98Chosen()
protected void setChoice(MAPPrepareSubsequentHO_Res.Choice arg)
arg
- the new discriminantpublic MAPPrepareSubsequentHO_Res setR98(MAPExternalSignalInfo 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