public class MAPSubscriberLocationReport_Res extends AbstractFieldsObject
SubscriberLocationReport-Res ::= SEQUENCE { extensionContainer ExtensionContainer OPTIONAL, ... na-ESRK ISDN-AddressString OPTIONAL, -- Added in R99. na-ESRD ISDN-AddressString OPTIONAL, -- Added in release 6. h-gmlc-Address GSN-Address OPTIONAL, -- Added in release 7. mo-lrShortCircuitIndicator NULL OPTIONAL, -- Added in release 7. reportingPLMNList ReportingPLMNList OPTIONAL, -- Added in release 7. lcs-ReferenceNumber LCS-ReferenceNumber OPTIONAL -- Added in release 7. }Added in R98. na-ESRK and na-ESRD are mutually exclusive. Exception handling: receipt of both na-ESRK and na-ESRD shall be treated the same as a return error.
Used as result type by MAPOperations.subscriberLocationReport
.
FIELD_ABSENT, FIELD_UNINITIALISED
Constructor and Description |
---|
MAPSubscriberLocationReport_Res()
Constructs an object with uninitialised state.
|
Modifier and Type | Method and Description |
---|---|
MAPSubscriberLocationReport_Res |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPSubscriberLocationReport_Res |
copyOf(MAPSubscriberLocationReport_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.
|
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.
|
byte[] |
getLcs_ReferenceNumber()
Gets the value of the field lcs-ReferenceNumber.
|
AddressString |
getNa_ESRD()
Gets the value of the field na-ESRD.
|
AddressString |
getNa_ESRK()
Gets the value of the field na-ESRK.
|
MAPReportingPLMNList |
getReportingPLMNList()
Gets the value of the field reportingPLMNList.
|
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 |
hasLcs_ReferenceNumber()
Tests whether the field lcs-ReferenceNumber has a value.
|
boolean |
hasMo_lrShortCircuitIndicator()
Tests whether the field mo-lrShortCircuitIndicator is present.
|
boolean |
hasNa_ESRD()
Tests whether the field na-ESRD has a value.
|
boolean |
hasNa_ESRK()
Tests whether the field na-ESRK has a value.
|
boolean |
hasReportingPLMNList()
Tests whether the field reportingPLMNList has a value.
|
MAPSubscriberLocationReport_Res |
setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
MAPSubscriberLocationReport_Res |
setH_gmlc_Address(GSNAddress value)
Sets the value of the field h-gmlc-Address.
|
MAPSubscriberLocationReport_Res |
setLcs_ReferenceNumber(byte[] value)
Sets the value of the field lcs-ReferenceNumber.
|
MAPSubscriberLocationReport_Res |
setMo_lrShortCircuitIndicatorPresent(boolean flag)
Sets the presence or absence of the optional field mo-lrShortCircuitIndicator.
|
MAPSubscriberLocationReport_Res |
setNa_ESRD(AddressString value)
Sets the value of the field na-ESRD.
|
MAPSubscriberLocationReport_Res |
setNa_ESRK(AddressString value)
Sets the value of the field na-ESRK.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
MAPSubscriberLocationReport_Res |
setReportingPLMNList(MAPReportingPLMNList value)
Sets the value of the field reportingPLMNList.
|
equals, hashCode, toString
checkModify, isReadOnly
public MAPSubscriberLocationReport_Res()
public MAPSubscriberLocationReport_Res clone()
clone
in interface DataObject
clone
in class AbstractDataObject
public static MAPSubscriberLocationReport_Res copyOf(MAPSubscriberLocationReport_Res 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 GSNAddress getH_gmlc_Address()
public byte[] getLcs_ReferenceNumber()
public AddressString getNa_ESRD()
public AddressString getNa_ESRK()
public MAPReportingPLMNList getReportingPLMNList()
public boolean hasExtensionContainer()
public boolean hasH_gmlc_Address()
public boolean hasLcs_ReferenceNumber()
public boolean hasMo_lrShortCircuitIndicator()
public boolean hasNa_ESRD()
public boolean hasNa_ESRK()
public boolean hasReportingPLMNList()
public MAPSubscriberLocationReport_Res setExtensionContainer(MAPExtensionContainer value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPSubscriberLocationReport_Res setH_gmlc_Address(GSNAddress value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPSubscriberLocationReport_Res setLcs_ReferenceNumber(byte[] value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPSubscriberLocationReport_Res setMo_lrShortCircuitIndicatorPresent(boolean flag) throws IllegalStateException
flag
- either true if the field should be marked as present or false if the field should be marked as absentIllegalStateException
- if this instance has been marked as read-onlypublic MAPSubscriberLocationReport_Res setNa_ESRD(AddressString value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPSubscriberLocationReport_Res setNa_ESRK(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 MAPSubscriberLocationReport_Res setReportingPLMNList(MAPReportingPLMNList value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-only