public class MAPRoutingInfo extends AbstractFieldsObject
RoutingInfo ::= CHOICE { roamingNumber ISDN-AddressString, forwardingData ForwardingData } MAP-CH-DataTypes { RoutingInfo { @extendible } }Added in ph2.
Used as field type by MAPSendRoutingInfoRes
.
Used as field type by MAPExtendedRoutingInfo
.
Used as field type by MAPSendRoutingInfoRes_v3
.
Modifier and Type | Class and Description |
---|---|
static class |
MAPRoutingInfo.Choice
API for MAP-CH-DataTypes.RoutingInfo.Choice.
|
FIELD_ABSENT, FIELD_UNINITIALISED
Constructor and Description |
---|
MAPRoutingInfo() |
Modifier and Type | Method and Description |
---|---|
MAPRoutingInfo |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPRoutingInfo |
copyOf(MAPRoutingInfo 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.
|
MAPRoutingInfo.Choice |
getChoice()
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.
|
MAPForwardingData |
getForwardingData()
Gets the value of the forwardingData choice.
|
AddressString |
getRoamingNumber()
Gets the value of the roamingNumber choice.
|
boolean |
isForwardingDataChosen()
Tests whether the choice is forwardingData.
|
boolean |
isRoamingNumberChosen()
Tests whether the choice is roamingNumber.
|
protected void |
setChoice(MAPRoutingInfo.Choice arg)
Sets the discriminant of the current choice.
|
MAPRoutingInfo |
setForwardingData(MAPForwardingData value)
Sets the value of the forwardingData choice.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
MAPRoutingInfo |
setRoamingNumber(AddressString value)
Sets the value of the roamingNumber choice.
|
equals, hashCode, toString
checkModify, isReadOnly
public MAPRoutingInfo clone()
clone
in interface DataObject
clone
in class AbstractDataObject
public static MAPRoutingInfo copyOf(MAPRoutingInfo from)
from
- the object from which to copypublic MAPRoutingInfo.Choice getChoice()
public static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap
in class AbstractFieldsObject
withAbsents
- ignored, as value cannot be optionalpublic MAPForwardingData getForwardingData()
public AddressString getRoamingNumber()
public boolean isForwardingDataChosen()
public boolean isRoamingNumberChosen()
protected void setChoice(MAPRoutingInfo.Choice arg)
arg
- the new discriminantpublic MAPRoutingInfo setForwardingData(MAPForwardingData value) throws IllegalStateException, NullPointerException
value
- the new value for the choiceIllegalStateException
- if this instance has been marked as read-onlyNullPointerException
- if the given value is nullpublic void setReadOnly()
setReadOnly
in interface DataObject
setReadOnly
in class AbstractDataObject
public MAPRoutingInfo setRoamingNumber(AddressString value) throws IllegalStateException, NullPointerException
value
- the new value for the choiceIllegalStateException
- if this instance has been marked as read-onlyNullPointerException
- if the given value is null