public class MAPRoutingInfoForLCS_Res extends AbstractFieldsObject
RoutingInfoForLCS-Res ::= SEQUENCE { targetMS SubscriberIdentity, lcsLocationInfo LCSLocationInfo, extensionContainer ExtensionContainer OPTIONAL, ... v-gmlc-Address GSN-Address OPTIONAL, -- Added in release 6. h-gmlc-Address GSN-Address OPTIONAL, -- Added in release 6. ppr-Address GSN-Address OPTIONAL, -- Added in release 6. additional-v-gmlc-Address GSN-Address OPTIONAL -- Added in release 6. }Added in R98.
Used as result type by MAPOperations.sendRoutingInfoForLCS
.
FIELD_ABSENT, FIELD_UNINITIALISED
Constructor and Description |
---|
MAPRoutingInfoForLCS_Res()
Constructs an object with uninitialised state.
|
Modifier and Type | Method and Description |
---|---|
MAPRoutingInfoForLCS_Res |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPRoutingInfoForLCS_Res |
copyOf(MAPRoutingInfoForLCS_Res 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.
|
GSNAddress |
getAdditional_v_gmlc_Address()
Gets the value of the field additional-v-gmlc-Address.
|
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.
|
GSNAddress |
getH_gmlc_Address()
Gets the value of the field h-gmlc-Address.
|
MAPLCSLocationInfo |
getLcsLocationInfo()
Gets the value of the field lcsLocationInfo.
|
GSNAddress |
getPpr_Address()
Gets the value of the field ppr-Address.
|
MAPSubscriberIdentity |
getTargetMS()
Gets the value of the field targetMS.
|
GSNAddress |
getV_gmlc_Address()
Gets the value of the field v-gmlc-Address.
|
boolean |
hasAdditional_v_gmlc_Address()
Tests whether the field additional-v-gmlc-Address has a value.
|
boolean |
hasExtensionContainer()
Tests whether the field extensionContainer has a value.
|
boolean |
hasH_gmlc_Address()
Tests whether the field h-gmlc-Address has a value.
|
boolean |
hasLcsLocationInfo()
Tests whether the field lcsLocationInfo has a value.
|
boolean |
hasPpr_Address()
Tests whether the field ppr-Address has a value.
|
boolean |
hasTargetMS()
Tests whether the field targetMS has a value.
|
boolean |
hasV_gmlc_Address()
Tests whether the field v-gmlc-Address has a value.
|
MAPRoutingInfoForLCS_Res |
setAdditional_v_gmlc_Address(GSNAddress value)
Sets the value of the field additional-v-gmlc-Address.
|
MAPRoutingInfoForLCS_Res |
setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
MAPRoutingInfoForLCS_Res |
setH_gmlc_Address(GSNAddress value)
Sets the value of the field h-gmlc-Address.
|
MAPRoutingInfoForLCS_Res |
setLcsLocationInfo(MAPLCSLocationInfo value)
Sets the value of the field lcsLocationInfo.
|
MAPRoutingInfoForLCS_Res |
setPpr_Address(GSNAddress value)
Sets the value of the field ppr-Address.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
MAPRoutingInfoForLCS_Res |
setTargetMS(MAPSubscriberIdentity value)
Sets the value of the field targetMS.
|
MAPRoutingInfoForLCS_Res |
setV_gmlc_Address(GSNAddress value)
Sets the value of the field v-gmlc-Address.
|
equals, hashCode, toString
checkModify, isReadOnly
public MAPRoutingInfoForLCS_Res()
public MAPRoutingInfoForLCS_Res clone()
clone
in interface DataObject
clone
in class AbstractDataObject
public static MAPRoutingInfoForLCS_Res copyOf(MAPRoutingInfoForLCS_Res from)
from
- the object from which to copypublic GSNAddress getAdditional_v_gmlc_Address()
public 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 GSNAddress getH_gmlc_Address()
public MAPLCSLocationInfo getLcsLocationInfo()
public GSNAddress getPpr_Address()
public MAPSubscriberIdentity getTargetMS()
public GSNAddress getV_gmlc_Address()
public boolean hasAdditional_v_gmlc_Address()
public boolean hasExtensionContainer()
public boolean hasH_gmlc_Address()
public boolean hasLcsLocationInfo()
public boolean hasPpr_Address()
public boolean hasTargetMS()
public boolean hasV_gmlc_Address()
public MAPRoutingInfoForLCS_Res setAdditional_v_gmlc_Address(GSNAddress value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPRoutingInfoForLCS_Res setExtensionContainer(MAPExtensionContainer value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPRoutingInfoForLCS_Res setH_gmlc_Address(GSNAddress value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPRoutingInfoForLCS_Res setLcsLocationInfo(MAPLCSLocationInfo value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPRoutingInfoForLCS_Res setPpr_Address(GSNAddress 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_Res setTargetMS(MAPSubscriberIdentity value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPRoutingInfoForLCS_Res setV_gmlc_Address(GSNAddress value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-only