public class MAPPrepareSubsequentHO_Arg extends AbstractFieldsObject
PrepareSubsequentHO-Arg ::= SEQUENCE { targetCellId GlobalCellId, targetMSC-Number ISDN-AddressString, bss-APDU ExternalSignalInfo, ... }Added in ph2.
Used as argument type by MAPOperations.prepareSubsequentHandover
.
FIELD_ABSENT, FIELD_UNINITIALISED
Constructor and Description |
---|
MAPPrepareSubsequentHO_Arg()
Constructs an object with uninitialised state.
|
MAPPrepareSubsequentHO_Arg(CellGlobalId TargetCellId_param,
AddressString TargetMSC_Number_param,
MAPExternalSignalInfo Bss_APDU_param)
Constructs an object from given values for all fields.
|
Modifier and Type | Method and Description |
---|---|
MAPPrepareSubsequentHO_Arg |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPPrepareSubsequentHO_Arg |
copyOf(MAPPrepareSubsequentHO_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.
|
AddressString |
getTargetMSC_Number()
Gets the value of the field targetMSC-Number.
|
boolean |
hasBss_APDU()
Tests whether the field bss-APDU has a value.
|
boolean |
hasTargetCellId()
Tests whether the field targetCellId has a value.
|
boolean |
hasTargetMSC_Number()
Tests whether the field targetMSC-Number has a value.
|
MAPPrepareSubsequentHO_Arg |
setBss_APDU(MAPExternalSignalInfo value)
Sets the value of the field bss-APDU.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
MAPPrepareSubsequentHO_Arg |
setTargetCellId(CellGlobalId value)
Sets the value of the field targetCellId.
|
MAPPrepareSubsequentHO_Arg |
setTargetMSC_Number(AddressString value)
Sets the value of the field targetMSC-Number.
|
equals, hashCode, toString
checkModify, isReadOnly
public MAPPrepareSubsequentHO_Arg()
public MAPPrepareSubsequentHO_Arg(CellGlobalId TargetCellId_param, AddressString TargetMSC_Number_param, MAPExternalSignalInfo Bss_APDU_param)
TargetCellId_param
- value for that fieldTargetMSC_Number_param
- value for that fieldBss_APDU_param
- value for that fieldpublic MAPPrepareSubsequentHO_Arg clone()
clone
in interface DataObject
clone
in class AbstractDataObject
public static MAPPrepareSubsequentHO_Arg copyOf(MAPPrepareSubsequentHO_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 AddressString getTargetMSC_Number()
public boolean hasBss_APDU()
public boolean hasTargetCellId()
public boolean hasTargetMSC_Number()
public MAPPrepareSubsequentHO_Arg setBss_APDU(MAPExternalSignalInfo value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic void setReadOnly()
setReadOnly
in interface DataObject
setReadOnly
in class AbstractDataObject
public MAPPrepareSubsequentHO_Arg setTargetCellId(CellGlobalId value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPPrepareSubsequentHO_Arg setTargetMSC_Number(AddressString value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-only