public static class MAPSendRoutingInfoForSMRes.LocationOrForwarding extends AbstractFieldsObject
locationOrForwarding ::= CHOICE { locationInfoWithLMSI SEQUENCE { locationInfo LocationInfo, lMsId LMSI OPTIONAL }, forwardingData ForwardingData }Removed between ph1 and ph2.
Used as field type by MAPSendRoutingInfoForSMRes
.
Modifier and Type | Class and Description |
---|---|
static class |
MAPSendRoutingInfoForSMRes.LocationOrForwarding.Choice
API for MAP-SM-DataTypes-ph1.SendRoutingInfoForSMRes.locationOrForwarding.Choice.
|
static class |
MAPSendRoutingInfoForSMRes.LocationOrForwarding.LocationInfoWithLMSI
API for MAP-SM-DataTypes-ph1.SendRoutingInfoForSMRes.locationOrForwarding.locationInfoWithLMSI.
|
FIELD_ABSENT, FIELD_UNINITIALISED
Constructor and Description |
---|
MAPSendRoutingInfoForSMRes.LocationOrForwarding() |
Modifier and Type | Method and Description |
---|---|
MAPSendRoutingInfoForSMRes.LocationOrForwarding |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPSendRoutingInfoForSMRes.LocationOrForwarding |
copyOf(MAPSendRoutingInfoForSMRes.LocationOrForwarding 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.
|
MAPSendRoutingInfoForSMRes.LocationOrForwarding.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.
|
MAPSendRoutingInfoForSMRes.LocationOrForwarding.LocationInfoWithLMSI |
getLocationInfoWithLMSI()
Gets the value of the locationInfoWithLMSI choice.
|
boolean |
isForwardingDataChosen()
Tests whether the choice is forwardingData.
|
boolean |
isLocationInfoWithLMSIChosen()
Tests whether the choice is locationInfoWithLMSI.
|
MAPSendRoutingInfoForSMRes.LocationOrForwarding |
setForwardingData(MAPForwardingData value)
Sets the value of the forwardingData choice.
|
MAPSendRoutingInfoForSMRes.LocationOrForwarding |
setLocationInfoWithLMSI(MAPSendRoutingInfoForSMRes.LocationOrForwarding.LocationInfoWithLMSI value)
Sets the value of the locationInfoWithLMSI choice.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
equals, hashCode, toString
checkModify, isReadOnly
public MAPSendRoutingInfoForSMRes.LocationOrForwarding()
public MAPSendRoutingInfoForSMRes.LocationOrForwarding clone()
clone
in interface DataObject
clone
in class AbstractDataObject
public static MAPSendRoutingInfoForSMRes.LocationOrForwarding copyOf(MAPSendRoutingInfoForSMRes.LocationOrForwarding from)
from
- the object from which to copypublic MAPSendRoutingInfoForSMRes.LocationOrForwarding.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 MAPSendRoutingInfoForSMRes.LocationOrForwarding.LocationInfoWithLMSI getLocationInfoWithLMSI()
public boolean isForwardingDataChosen()
public boolean isLocationInfoWithLMSIChosen()
public MAPSendRoutingInfoForSMRes.LocationOrForwarding 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 MAPSendRoutingInfoForSMRes.LocationOrForwarding setLocationInfoWithLMSI(MAPSendRoutingInfoForSMRes.LocationOrForwarding.LocationInfoWithLMSI 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