Class MAPAdditional_Number
- java.lang.Object
-
- com.opencloud.util.AbstractDataObject
-
- com.opencloud.util.AbstractFieldsObject
-
- MAPAdditional_Number
-
- All Implemented Interfaces:
DataObject,Serializable
public class MAPAdditional_Number extends AbstractFieldsObject
API for MAP-SM-DataTypes.Additional-Number. Generated from the following ASN.1 type definition.Additional-Number ::= CHOICE { msc-Number ISDN-AddressString, sgsn-Number ISDN-AddressString }Added in R97.Used as field type by
MAPLocationInfoWithLMSI_v3.Used as field type by
MAPLCSLocationInfo.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMAPAdditional_Number.ChoiceAPI for MAP-SM-DataTypes.Additional-Number.Choice.
-
Field Summary
-
Fields inherited from class com.opencloud.util.AbstractFieldsObject
FIELD_ABSENT, FIELD_UNINITIALISED
-
-
Constructor Summary
Constructors Constructor Description MAPAdditional_Number()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description MAPAdditional_Numberclone()Constructs a copy of this object and everything reachable from it.static MAPAdditional_NumbercopyOf(MAPAdditional_Number 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.MAPAdditional_Number.ChoicegetChoice()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.AddressStringgetMsc_Number()Gets the value of the msc-Number choice.AddressStringgetSgsn_Number()Gets the value of the sgsn-Number choice.booleanisMsc_NumberChosen()Tests whether the choice is msc-Number.booleanisSgsn_NumberChosen()Tests whether the choice is sgsn-Number.MAPAdditional_NumbersetMsc_Number(AddressString value)Sets the value of the msc-Number choice.voidsetReadOnly()Sets this and all its fields to be immutable.MAPAdditional_NumbersetSgsn_Number(AddressString value)Sets the value of the sgsn-Number choice.-
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 MAPAdditional_Number 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 MAPAdditional_Number copyOf(MAPAdditional_Number 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:
- MAPAdditional_Number
-
getChoice
public MAPAdditional_Number.Choice getChoice()
Gets the discriminant of the current choice.- Returns:
- the current discriminant
-
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 :discriminant-name to associated-value. For a value of primitive type, the value is boxed. If choice is not set, returns a map from : to AbstractFieldsObject.FIELD_UNINITIALISED.- Specified by:
getFieldsMapin classAbstractFieldsObject- Parameters:
withAbsents- ignored, as value cannot be optional- Returns:
- Map from :discriminant-name to associated-value
-
getMsc_Number
public AddressString getMsc_Number()
Gets the value of the msc-Number choice.- Returns:
- value of the choice, if choice is msc-Number, else null
-
getSgsn_Number
public AddressString getSgsn_Number()
Gets the value of the sgsn-Number choice.- Returns:
- value of the choice, if choice is sgsn-Number, else null
-
isMsc_NumberChosen
public boolean isMsc_NumberChosen()
Tests whether the choice is msc-Number.- Returns:
- true if chosen, false if not
-
isSgsn_NumberChosen
public boolean isSgsn_NumberChosen()
Tests whether the choice is sgsn-Number.- Returns:
- true if chosen, false if not
-
setMsc_Number
public MAPAdditional_Number setMsc_Number(AddressString value) throws IllegalStateException, NullPointerException
Sets the value of the msc-Number choice.- Parameters:
value- the new value for the choice- Returns:
- this
- Throws:
IllegalStateException- if this instance has been marked as read-onlyNullPointerException- if the given value is null
-
setReadOnly
public void setReadOnly()
Sets this and all its fields to be immutable.- Specified by:
setReadOnlyin interfaceDataObject- Overrides:
setReadOnlyin classAbstractDataObject
-
setSgsn_Number
public MAPAdditional_Number setSgsn_Number(AddressString value) throws IllegalStateException, NullPointerException
Sets the value of the sgsn-Number choice.- Parameters:
value- the new value for the choice- Returns:
- this
- Throws:
IllegalStateException- if this instance has been marked as read-onlyNullPointerException- if the given value is null
-
-