Class MAPPerformSubsequentHandoverArg
- java.lang.Object
-
- com.opencloud.util.AbstractDataObject
-
- com.opencloud.util.AbstractFieldsObject
-
- MAPPerformSubsequentHandoverArg
-
- All Implemented Interfaces:
DataObject,Serializable
public class MAPPerformSubsequentHandoverArg extends AbstractFieldsObject
API for MAP-MS-DataTypes-ph1.PerformSubsequentHandoverArg. Generated from the following ASN.1 type definition.PerformSubsequentHandoverArg ::= SEQUENCE { targetCellId GlobalCellId, servingCellId GlobalCellId, targetMscNumber ISDN-AddressString, classmarkInformation ClassmarkInformation OPTIONAL }Present in ph1. Removed between ph1 and ph2.Used as argument type by
MAPOperations.performSubsequentHandover_v1.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.opencloud.util.AbstractFieldsObject
FIELD_ABSENT, FIELD_UNINITIALISED
-
-
Constructor Summary
Constructors Constructor Description MAPPerformSubsequentHandoverArg()Constructs an object with uninitialised state.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description MAPPerformSubsequentHandoverArgclone()Constructs a copy of this object and everything reachable from it.static MAPPerformSubsequentHandoverArgcopyOf(MAPPerformSubsequentHandoverArg 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.byte[]getClassmarkInformation()Gets the value of the field classmarkInformation.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.CellGlobalIdgetServingCellId()Gets the value of the field servingCellId.CellGlobalIdgetTargetCellId()Gets the value of the field targetCellId.AddressStringgetTargetMscNumber()Gets the value of the field targetMscNumber.booleanhasClassmarkInformation()Tests whether the field classmarkInformation has a value.booleanhasServingCellId()Tests whether the field servingCellId has a value.booleanhasTargetCellId()Tests whether the field targetCellId has a value.booleanhasTargetMscNumber()Tests whether the field targetMscNumber has a value.MAPPerformSubsequentHandoverArgsetClassmarkInformation(byte[] value)Sets the value of the field classmarkInformation.voidsetReadOnly()Sets this and all its fields to be immutable.MAPPerformSubsequentHandoverArgsetServingCellId(CellGlobalId value)Sets the value of the field servingCellId.MAPPerformSubsequentHandoverArgsetTargetCellId(CellGlobalId value)Sets the value of the field targetCellId.MAPPerformSubsequentHandoverArgsetTargetMscNumber(AddressString value)Sets the value of the field targetMscNumber.-
Methods inherited from class com.opencloud.util.AbstractFieldsObject
equals, hashCode, toString
-
Methods inherited from class com.opencloud.util.AbstractDataObject
checkModify, isReadOnly
-
-
-
-
Method Detail
-
clone
public MAPPerformSubsequentHandoverArg clone()
Constructs a copy of this object and everything reachable from it.- Specified by:
clonein interfaceDataObject- Specified by:
clonein classAbstractDataObject- Returns:
- copy of object
-
copyOf
public static MAPPerformSubsequentHandoverArg copyOf(MAPPerformSubsequentHandoverArg 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.- Parameters:
from- the object from which to copy- Returns:
- MAPPerformSubsequentHandoverArg
-
getClassmarkInformation
public byte[] getClassmarkInformation()
Gets the value of the field classmarkInformation.- Returns:
- value of field classmarkInformation, or null if not present
-
getFieldAccessors
public static FieldAccessor[] getFieldAccessors()
Gets a new array of the accessors for fields of this type.- Returns:
- FieldAccessor[]
-
getFieldsMap
public Map<String,Object> getFieldsMap(boolean withAbsents)
Gets a Map from field-name to field-value. For a field of primitive type, the field-value is boxed. For an absent optional field, the field-value is AbstractFieldsObject.FIELD_ABSENT. For an unitialised mandatory field, the field-value is AbstractFieldsObject.FIELD_UNINITIALISED.- Specified by:
getFieldsMapin classAbstractFieldsObject- Parameters:
withAbsents- whether to put absent optional fields into Map- Returns:
- Map from field-name to field-value
-
getServingCellId
public CellGlobalId getServingCellId()
Gets the value of the field servingCellId.- Returns:
- value of field servingCellId, or null if not present
-
getTargetCellId
public CellGlobalId getTargetCellId()
Gets the value of the field targetCellId.- Returns:
- value of field targetCellId, or null if not present
-
getTargetMscNumber
public AddressString getTargetMscNumber()
Gets the value of the field targetMscNumber.- Returns:
- value of field targetMscNumber, or null if not present
-
hasClassmarkInformation
public boolean hasClassmarkInformation()
Tests whether the field classmarkInformation has a value.- Returns:
- whether the field classmarkInformation has a value
-
hasServingCellId
public boolean hasServingCellId()
Tests whether the field servingCellId has a value.- Returns:
- whether the field servingCellId has a value
-
hasTargetCellId
public boolean hasTargetCellId()
Tests whether the field targetCellId has a value.- Returns:
- whether the field targetCellId has a value
-
hasTargetMscNumber
public boolean hasTargetMscNumber()
Tests whether the field targetMscNumber has a value.- Returns:
- whether the field targetMscNumber has a value
-
setClassmarkInformation
public MAPPerformSubsequentHandoverArg setClassmarkInformation(byte[] value) throws IllegalStateException
Sets the value of the field classmarkInformation. If null, marks the field as absent.- Parameters:
value- the new value for the field- Returns:
- this
- Throws:
IllegalStateException- if this instance has been marked as read-only
-
setReadOnly
public void setReadOnly()
Sets this and all its fields to be immutable.- Specified by:
setReadOnlyin interfaceDataObject- Overrides:
setReadOnlyin classAbstractDataObject
-
setServingCellId
public MAPPerformSubsequentHandoverArg setServingCellId(CellGlobalId value) throws IllegalStateException
Sets the value of the field servingCellId.- Parameters:
value- the new value for the field- Returns:
- this
- Throws:
IllegalStateException- if this instance has been marked as read-only
-
setTargetCellId
public MAPPerformSubsequentHandoverArg setTargetCellId(CellGlobalId value) throws IllegalStateException
Sets the value of the field targetCellId.- Parameters:
value- the new value for the field- Returns:
- this
- Throws:
IllegalStateException- if this instance has been marked as read-only
-
setTargetMscNumber
public MAPPerformSubsequentHandoverArg setTargetMscNumber(AddressString value) throws IllegalStateException
Sets the value of the field targetMscNumber.- Parameters:
value- the new value for the field- Returns:
- this
- Throws:
IllegalStateException- if this instance has been marked as read-only
-
-