public class MAPRoutingInfoForLCS_Arg extends AbstractFieldsObject
RoutingInfoForLCS-Arg ::= SEQUENCE { mlcNumber ISDN-AddressString, targetMS SubscriberIdentity, extensionContainer ExtensionContainer OPTIONAL, ... }Added in R98.
Used as argument type by MAPOperations.sendRoutingInfoForLCS
.
FIELD_ABSENT, FIELD_UNINITIALISED
Constructor and Description |
---|
MAPRoutingInfoForLCS_Arg()
Constructs an object with uninitialised state.
|
Modifier and Type | Method and Description |
---|---|
MAPRoutingInfoForLCS_Arg |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPRoutingInfoForLCS_Arg |
copyOf(MAPRoutingInfoForLCS_Arg 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.
|
MAPExtensionContainer |
getExtensionContainer()
Gets the value of the field extensionContainer.
|
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 |
getMlcNumber()
Gets the value of the field mlcNumber.
|
MAPSubscriberIdentity |
getTargetMS()
Gets the value of the field targetMS.
|
boolean |
hasExtensionContainer()
Tests whether the field extensionContainer has a value.
|
boolean |
hasMlcNumber()
Tests whether the field mlcNumber has a value.
|
boolean |
hasTargetMS()
Tests whether the field targetMS has a value.
|
MAPRoutingInfoForLCS_Arg |
setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
MAPRoutingInfoForLCS_Arg |
setMlcNumber(AddressString value)
Sets the value of the field mlcNumber.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
MAPRoutingInfoForLCS_Arg |
setTargetMS(MAPSubscriberIdentity value)
Sets the value of the field targetMS.
|
equals, hashCode, toString
checkModify, isReadOnly
public MAPRoutingInfoForLCS_Arg()
public MAPRoutingInfoForLCS_Arg clone()
clone
in interface DataObject
clone
in class AbstractDataObject
public static MAPRoutingInfoForLCS_Arg copyOf(MAPRoutingInfoForLCS_Arg from)
from
- the object from which to copypublic MAPExtensionContainer getExtensionContainer()
public static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap
in class AbstractFieldsObject
withAbsents
- whether to put absent optional fields into Mappublic AddressString getMlcNumber()
public MAPSubscriberIdentity getTargetMS()
public boolean hasExtensionContainer()
public boolean hasMlcNumber()
public boolean hasTargetMS()
public MAPRoutingInfoForLCS_Arg setExtensionContainer(MAPExtensionContainer value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPRoutingInfoForLCS_Arg setMlcNumber(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 DataObject
setReadOnly
in class AbstractDataObject
public MAPRoutingInfoForLCS_Arg setTargetMS(MAPSubscriberIdentity value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-only