public class MAPPrepareHO_Arg extends AbstractFieldsObject
PrepareHO-Arg ::= SEQUENCE { targetCellId GlobalCellId OPTIONAL, ho-NumberNotRequired NULL OPTIONAL, bss-APDU ExternalSignalInfo OPTIONAL, ... }Added in ph2.
Used as argument type by MAPOperations.prepareHandover
.
FIELD_ABSENT, FIELD_UNINITIALISED
Constructor and Description |
---|
MAPPrepareHO_Arg()
Constructs an object with uninitialised state.
|
Modifier and Type | Method and Description |
---|---|
MAPPrepareHO_Arg |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPPrepareHO_Arg |
copyOf(MAPPrepareHO_Arg 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.
|
MAPExternalSignalInfo |
getBss_APDU()
Gets the value of the field bss-APDU.
|
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 field-name to field-value.
|
CellGlobalId |
getTargetCellId()
Gets the value of the field targetCellId.
|
boolean |
hasBss_APDU()
Tests whether the field bss-APDU has a value.
|
boolean |
hasHo_NumberNotRequired()
Tests whether the field ho-NumberNotRequired is present.
|
boolean |
hasTargetCellId()
Tests whether the field targetCellId has a value.
|
MAPPrepareHO_Arg |
setBss_APDU(MAPExternalSignalInfo value)
Sets the value of the field bss-APDU.
|
MAPPrepareHO_Arg |
setHo_NumberNotRequiredPresent(boolean flag)
Sets the presence or absence of the optional field ho-NumberNotRequired.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
MAPPrepareHO_Arg |
setTargetCellId(CellGlobalId value)
Sets the value of the field targetCellId.
|
equals, hashCode, toString
checkModify, isReadOnly
public MAPPrepareHO_Arg()
public MAPPrepareHO_Arg clone()
clone
in interface DataObject
clone
in class AbstractDataObject
public static MAPPrepareHO_Arg copyOf(MAPPrepareHO_Arg from)
from
- the object from which to copypublic MAPExternalSignalInfo getBss_APDU()
public static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap
in class AbstractFieldsObject
withAbsents
- whether to put absent optional fields into Mappublic CellGlobalId getTargetCellId()
public boolean hasBss_APDU()
public boolean hasHo_NumberNotRequired()
public boolean hasTargetCellId()
public MAPPrepareHO_Arg setBss_APDU(MAPExternalSignalInfo value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPPrepareHO_Arg setHo_NumberNotRequiredPresent(boolean flag) throws IllegalStateException
flag
- either true if the field should be marked as present or false if the field should be marked as absentIllegalStateException
- if this instance has been marked as read-onlypublic void setReadOnly()
setReadOnly
in interface DataObject
setReadOnly
in class AbstractDataObject
public MAPPrepareHO_Arg setTargetCellId(CellGlobalId value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-only