public class MAPProvideSubscriberLocation_Arg extends AbstractFieldsObject
ProvideSubscriberLocation-Arg ::= SEQUENCE { locationType LocationType, mlc-Number ISDN-AddressString, lcs-ClientID LCS-ClientID OPTIONAL, privacyOverride NULL OPTIONAL, imsi IMSI OPTIONAL, msisdn ISDN-AddressString OPTIONAL, lmsi LMSI OPTIONAL, imei IMEI OPTIONAL, lcs-Priority LCS-Priority OPTIONAL, lcs-QoS LCS-QoS OPTIONAL, extensionContainer ExtensionContainer OPTIONAL, ... supportedGADShapes SupportedGADShapes OPTIONAL, -- Added in R99. lcs-ReferenceNumber LCS-ReferenceNumber OPTIONAL, -- Added in release 4. lcsServiceTypeID LCSServiceTypeID OPTIONAL, -- Added in release 5. lcsCodeword LCSCodeword OPTIONAL, -- Added in release 5. lcs-PrivacyCheck LCS-PrivacyCheck OPTIONAL, -- Added in release 6. areaEventInfo AreaEventInfo OPTIONAL, -- Added in release 6. h-gmlc-Address GSN-Address OPTIONAL, -- Added in release 6. mo-lrShortCircuitIndicator NULL OPTIONAL, -- Added in release 7. periodicLDRInfo PeriodicLDRInfo OPTIONAL, -- Added in release 7. reportingPLMNList ReportingPLMNList OPTIONAL -- Added in release 7. }Added in R98. One of imsi or msisdn is mandatory. If a location estimate type indicates activate deferred location or cancel deferred location, a lcs-Reference number shall be included. Exception handling: a ProvideSubscriberLocation-Arg containing an unrecognized LocationEstimateType shall be rejected by the receiver with a return error cause of unexpected data value. beingInsideArea is always treated as oneTimeEvent regardless of the possible value of occurrenceInfo inside areaEventInfo. Exception handling: a ProvideSubscriberLocation-Arg containing other values than listed above in DeferredLocationEventType shall be rejected by the receiver with a return error cause of unexpected data value. Exception handling: a ProvideSubscriberLocation-Arg containing an unrecognized PrivacyCheckRelatedAction shall be rejected by the receiver with a return error cause of unexpected data value.
Used as argument type by MAPOperations.provideSubscriberLocation
.
FIELD_ABSENT, FIELD_UNINITIALISED
Constructor and Description |
---|
MAPProvideSubscriberLocation_Arg()
Constructs an object with uninitialised state.
|
Modifier and Type | Method and Description |
---|---|
MAPProvideSubscriberLocation_Arg |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPProvideSubscriberLocation_Arg |
copyOf(MAPProvideSubscriberLocation_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.
|
MAPAreaEventInfo |
getAreaEventInfo()
Gets the value of the field areaEventInfo.
|
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.
|
IMEIAddress |
getImei()
Gets the value of the field imei.
|
IMSIAddress |
getImsi()
Gets the value of the field imsi.
|
MAPLCS_ClientID |
getLcs_ClientID()
Gets the value of the field lcs-ClientID.
|
byte[] |
getLcs_Priority()
Gets the value of the field lcs-Priority.
|
MAPLCS_PrivacyCheck |
getLcs_PrivacyCheck()
Gets the value of the field lcs-PrivacyCheck.
|
MAPLCS_QoS |
getLcs_QoS()
Gets the value of the field lcs-QoS.
|
byte[] |
getLcs_ReferenceNumber()
Gets the value of the field lcs-ReferenceNumber.
|
MAPLCSCodeword |
getLcsCodeword()
Gets the value of the field lcsCodeword.
|
int |
getLcsServiceTypeID()
Gets the value of the field lcsServiceTypeID.
|
LMSIAddress |
getLmsi()
Gets the value of the field lmsi.
|
MAPLocationType |
getLocationType()
Gets the value of the field locationType.
|
AddressString |
getMlc_Number()
Gets the value of the field mlc-Number.
|
AddressString |
getMsisdn()
Gets the value of the field msisdn.
|
MAPPeriodicLDRInfo |
getPeriodicLDRInfo()
Gets the value of the field periodicLDRInfo.
|
MAPReportingPLMNList |
getReportingPLMNList()
Gets the value of the field reportingPLMNList.
|
MAPSupportedGADShapes |
getSupportedGADShapes()
Gets the value of the field supportedGADShapes.
|
boolean |
hasAreaEventInfo()
Tests whether the field areaEventInfo 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 |
hasImei()
Tests whether the field imei has a value.
|
boolean |
hasImsi()
Tests whether the field imsi has a value.
|
boolean |
hasLcs_ClientID()
Tests whether the field lcs-ClientID has a value.
|
boolean |
hasLcs_Priority()
Tests whether the field lcs-Priority has a value.
|
boolean |
hasLcs_PrivacyCheck()
Tests whether the field lcs-PrivacyCheck has a value.
|
boolean |
hasLcs_QoS()
Tests whether the field lcs-QoS has a value.
|
boolean |
hasLcs_ReferenceNumber()
Tests whether the field lcs-ReferenceNumber has a value.
|
boolean |
hasLcsCodeword()
Tests whether the field lcsCodeword has a value.
|
boolean |
hasLcsServiceTypeID()
Tests whether the field lcsServiceTypeID has a value.
|
boolean |
hasLmsi()
Tests whether the field lmsi has a value.
|
boolean |
hasLocationType()
Tests whether the field locationType has a value.
|
boolean |
hasMlc_Number()
Tests whether the field mlc-Number has a value.
|
boolean |
hasMo_lrShortCircuitIndicator()
Tests whether the field mo-lrShortCircuitIndicator is present.
|
boolean |
hasMsisdn()
Tests whether the field msisdn has a value.
|
boolean |
hasPeriodicLDRInfo()
Tests whether the field periodicLDRInfo has a value.
|
boolean |
hasPrivacyOverride()
Tests whether the field privacyOverride is present.
|
boolean |
hasReportingPLMNList()
Tests whether the field reportingPLMNList has a value.
|
boolean |
hasSupportedGADShapes()
Tests whether the field supportedGADShapes has a value.
|
MAPProvideSubscriberLocation_Arg |
setAreaEventInfo(MAPAreaEventInfo value)
Sets the value of the field areaEventInfo.
|
MAPProvideSubscriberLocation_Arg |
setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
MAPProvideSubscriberLocation_Arg |
setH_gmlc_Address(GSNAddress value)
Sets the value of the field h-gmlc-Address.
|
MAPProvideSubscriberLocation_Arg |
setImei(IMEIAddress value)
Sets the value of the field imei.
|
MAPProvideSubscriberLocation_Arg |
setImsi(IMSIAddress value)
Sets the value of the field imsi.
|
MAPProvideSubscriberLocation_Arg |
setLcs_ClientID(MAPLCS_ClientID value)
Sets the value of the field lcs-ClientID.
|
MAPProvideSubscriberLocation_Arg |
setLcs_Priority(byte[] value)
Sets the value of the field lcs-Priority.
|
MAPProvideSubscriberLocation_Arg |
setLcs_PrivacyCheck(MAPLCS_PrivacyCheck value)
Sets the value of the field lcs-PrivacyCheck.
|
MAPProvideSubscriberLocation_Arg |
setLcs_QoS(MAPLCS_QoS value)
Sets the value of the field lcs-QoS.
|
MAPProvideSubscriberLocation_Arg |
setLcs_ReferenceNumber(byte[] value)
Sets the value of the field lcs-ReferenceNumber.
|
MAPProvideSubscriberLocation_Arg |
setLcsCodeword(MAPLCSCodeword value)
Sets the value of the field lcsCodeword.
|
MAPProvideSubscriberLocation_Arg |
setLcsServiceTypeID(int value)
Sets the value of the field lcsServiceTypeID and marks the field as present.
|
MAPProvideSubscriberLocation_Arg |
setLcsServiceTypeIDPresent(boolean flag)
Sets the presence or absence of the optional field lcsServiceTypeID.
|
MAPProvideSubscriberLocation_Arg |
setLmsi(LMSIAddress value)
Sets the value of the field lmsi.
|
MAPProvideSubscriberLocation_Arg |
setLocationType(MAPLocationType value)
Sets the value of the field locationType.
|
MAPProvideSubscriberLocation_Arg |
setMlc_Number(AddressString value)
Sets the value of the field mlc-Number.
|
MAPProvideSubscriberLocation_Arg |
setMo_lrShortCircuitIndicatorPresent(boolean flag)
Sets the presence or absence of the optional field mo-lrShortCircuitIndicator.
|
MAPProvideSubscriberLocation_Arg |
setMsisdn(AddressString value)
Sets the value of the field msisdn.
|
MAPProvideSubscriberLocation_Arg |
setPeriodicLDRInfo(MAPPeriodicLDRInfo value)
Sets the value of the field periodicLDRInfo.
|
MAPProvideSubscriberLocation_Arg |
setPrivacyOverridePresent(boolean flag)
Sets the presence or absence of the optional field privacyOverride.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
MAPProvideSubscriberLocation_Arg |
setReportingPLMNList(MAPReportingPLMNList value)
Sets the value of the field reportingPLMNList.
|
MAPProvideSubscriberLocation_Arg |
setSupportedGADShapes(MAPSupportedGADShapes value)
Sets the value of the field supportedGADShapes.
|
equals, hashCode, toString
checkModify, isReadOnly
public MAPProvideSubscriberLocation_Arg()
public MAPProvideSubscriberLocation_Arg clone()
clone
in interface DataObject
clone
in class AbstractDataObject
public static MAPProvideSubscriberLocation_Arg copyOf(MAPProvideSubscriberLocation_Arg from)
from
- the object from which to copypublic MAPAreaEventInfo getAreaEventInfo()
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 IMEIAddress getImei()
public IMSIAddress getImsi()
public MAPLCSCodeword getLcsCodeword()
public int getLcsServiceTypeID()
public MAPLCS_ClientID getLcs_ClientID()
public byte[] getLcs_Priority()
public MAPLCS_PrivacyCheck getLcs_PrivacyCheck()
public MAPLCS_QoS getLcs_QoS()
public byte[] getLcs_ReferenceNumber()
public LMSIAddress getLmsi()
public MAPLocationType getLocationType()
public AddressString getMlc_Number()
public AddressString getMsisdn()
public MAPPeriodicLDRInfo getPeriodicLDRInfo()
public MAPReportingPLMNList getReportingPLMNList()
public MAPSupportedGADShapes getSupportedGADShapes()
public boolean hasAreaEventInfo()
public boolean hasExtensionContainer()
public boolean hasH_gmlc_Address()
public boolean hasImei()
public boolean hasImsi()
public boolean hasLcsCodeword()
public boolean hasLcsServiceTypeID()
public boolean hasLcs_ClientID()
public boolean hasLcs_Priority()
public boolean hasLcs_PrivacyCheck()
public boolean hasLcs_QoS()
public boolean hasLcs_ReferenceNumber()
public boolean hasLmsi()
public boolean hasLocationType()
public boolean hasMlc_Number()
public boolean hasMo_lrShortCircuitIndicator()
public boolean hasMsisdn()
public boolean hasPeriodicLDRInfo()
public boolean hasPrivacyOverride()
public boolean hasReportingPLMNList()
public boolean hasSupportedGADShapes()
public MAPProvideSubscriberLocation_Arg setAreaEventInfo(MAPAreaEventInfo value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPProvideSubscriberLocation_Arg setExtensionContainer(MAPExtensionContainer value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPProvideSubscriberLocation_Arg setH_gmlc_Address(GSNAddress value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPProvideSubscriberLocation_Arg setImei(IMEIAddress value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPProvideSubscriberLocation_Arg setImsi(IMSIAddress value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPProvideSubscriberLocation_Arg setLcsCodeword(MAPLCSCodeword value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPProvideSubscriberLocation_Arg setLcsServiceTypeID(int value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPProvideSubscriberLocation_Arg setLcsServiceTypeIDPresent(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 MAPProvideSubscriberLocation_Arg setLcs_ClientID(MAPLCS_ClientID value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPProvideSubscriberLocation_Arg setLcs_Priority(byte[] value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPProvideSubscriberLocation_Arg setLcs_PrivacyCheck(MAPLCS_PrivacyCheck value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPProvideSubscriberLocation_Arg setLcs_QoS(MAPLCS_QoS value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPProvideSubscriberLocation_Arg setLcs_ReferenceNumber(byte[] value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPProvideSubscriberLocation_Arg setLmsi(LMSIAddress value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPProvideSubscriberLocation_Arg setLocationType(MAPLocationType value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPProvideSubscriberLocation_Arg setMlc_Number(AddressString value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPProvideSubscriberLocation_Arg 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 MAPProvideSubscriberLocation_Arg setMsisdn(AddressString value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPProvideSubscriberLocation_Arg setPeriodicLDRInfo(MAPPeriodicLDRInfo value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPProvideSubscriberLocation_Arg setPrivacyOverridePresent(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 void setReadOnly()
setReadOnly
in interface DataObject
setReadOnly
in class AbstractDataObject
public MAPProvideSubscriberLocation_Arg setReportingPLMNList(MAPReportingPLMNList value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPProvideSubscriberLocation_Arg setSupportedGADShapes(MAPSupportedGADShapes value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-only