public class MAPUpdateLocationRes extends MAPUpdateLocation_v1ResSeq
UpdateLocationRes ::= SEQUENCE { hlr-Number ISDN-AddressString, extensionContainer ExtensionContainer OPTIONAL, -- Added in R96. ... add-Capability NULL OPTIONAL, -- Added in release 6. pagingArea-Capability NULL OPTIONAL -- Added in release 8. } MAP-MS-DataTypes { UpdateLocationRes { @parentASN1Type MAP-MobileServiceOperations-ph1.updateLocation-v1.ResultType } }Extended in ph2.
Used as result type by MAPOperations.updateLocation
.
Used as result type by MAPOperations.updateLocation_v3
.
FIELD_ABSENT, FIELD_UNINITIALISED
Constructor and Description |
---|
MAPUpdateLocationRes()
Constructs an object with uninitialised state.
|
Modifier and Type | Method and Description |
---|---|
MAPUpdateLocationRes |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPUpdateLocationRes |
copyOf(MAPUpdateLocation_v1ResSeq 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.
|
boolean |
hasAdd_Capability()
Tests whether the field add-Capability is present.
|
boolean |
hasExtensionContainer()
Tests whether the field extensionContainer has a value.
|
boolean |
hasPagingArea_Capability()
Tests whether the field pagingArea-Capability is present.
|
MAPUpdateLocationRes |
setAdd_CapabilityPresent(boolean flag)
Sets the presence or absence of the optional field add-Capability.
|
MAPUpdateLocationRes |
setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
MAPUpdateLocationRes |
setHlr_Number(AddressString value)
Sets the value of the field hlr-Number.
|
MAPUpdateLocationRes |
setPagingArea_CapabilityPresent(boolean flag)
Sets the presence or absence of the optional field pagingArea-Capability.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
getHlr_Number, hasHlr_Number
equals, hashCode, toString
checkModify, isReadOnly
public MAPUpdateLocationRes()
public MAPUpdateLocationRes clone()
clone
in interface DataObject
clone
in class MAPUpdateLocation_v1ResSeq
public static MAPUpdateLocationRes copyOf(MAPUpdateLocation_v1ResSeq from)
from
- the object from which to copypublic MAPExtensionContainer getExtensionContainer()
public static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap
in class MAPUpdateLocation_v1ResSeq
withAbsents
- whether to put absent optional fields into Mappublic boolean hasAdd_Capability()
public boolean hasExtensionContainer()
public boolean hasPagingArea_Capability()
public MAPUpdateLocationRes setAdd_CapabilityPresent(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 MAPUpdateLocationRes setExtensionContainer(MAPExtensionContainer value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPUpdateLocationRes setHlr_Number(AddressString value) throws IllegalStateException
setHlr_Number
in class MAPUpdateLocation_v1ResSeq
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPUpdateLocationRes setPagingArea_CapabilityPresent(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 MAPUpdateLocation_v1ResSeq