public class MAPPerformHandoverRes extends AbstractFieldsObject
PerformHandoverRes ::=
SEQUENCE {
handoverNumber ISDN-AddressString,
accessSignalInfo ExternalSignalInfo -- protocolId for ExternalSignalInfo should indicate gsm-04.08-version1
}
Present in ph1. Removed between ph1 and ph2.
Used as result type by MAPOperations.performHandover_v1.
FIELD_ABSENT, FIELD_UNINITIALISED| Constructor and Description |
|---|
MAPPerformHandoverRes()
Constructs an object with uninitialised state.
|
MAPPerformHandoverRes(AddressString HandoverNumber_param,
MAPExternalSignalInfo AccessSignalInfo_param)
Constructs an object from given values for all fields.
|
| Modifier and Type | Method and Description |
|---|---|
MAPPerformHandoverRes |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPPerformHandoverRes |
copyOf(MAPPerformHandoverRes 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 |
getAccessSignalInfo()
Gets the value of the field accessSignalInfo.
|
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.
|
AddressString |
getHandoverNumber()
Gets the value of the field handoverNumber.
|
boolean |
hasAccessSignalInfo()
Tests whether the field accessSignalInfo has a value.
|
boolean |
hasHandoverNumber()
Tests whether the field handoverNumber has a value.
|
MAPPerformHandoverRes |
setAccessSignalInfo(MAPExternalSignalInfo value)
Sets the value of the field accessSignalInfo.
|
MAPPerformHandoverRes |
setHandoverNumber(AddressString value)
Sets the value of the field handoverNumber.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
equals, hashCode, toStringcheckModify, isReadOnlypublic MAPPerformHandoverRes()
public MAPPerformHandoverRes(AddressString HandoverNumber_param, MAPExternalSignalInfo AccessSignalInfo_param)
HandoverNumber_param - value for that fieldAccessSignalInfo_param - value for that fieldpublic MAPPerformHandoverRes clone()
clone in interface DataObjectclone in class AbstractDataObjectpublic static MAPPerformHandoverRes copyOf(MAPPerformHandoverRes from)
from - the object from which to copypublic MAPExternalSignalInfo getAccessSignalInfo()
public static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap in class AbstractFieldsObjectwithAbsents - whether to put absent optional fields into Mappublic AddressString getHandoverNumber()
public boolean hasAccessSignalInfo()
public boolean hasHandoverNumber()
public MAPPerformHandoverRes setAccessSignalInfo(MAPExternalSignalInfo value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPPerformHandoverRes setHandoverNumber(AddressString value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic void setReadOnly()
setReadOnly in interface DataObjectsetReadOnly in class AbstractDataObject