public class MAPResetArg extends AbstractFieldsObject
ResetArg ::= SEQUENCE { networkResource NetworkResource, -- Removed between ph1 and ph2. For use only in -v1 contexts. originatingEntityNumber ISDN-AddressString, -- Renamed to hlr-Number between ph1 and ph2. hlrId HLR-List OPTIONAL -- Renamed to hlr-List between ph1 and ph2. } MAP-MS-DataTypes-ph1 { ResetArg { hlrId { @rename hlr-List } originatingEntityNumber { @rename hlr-Number } } }Present in ph1. Evolved in ph2 by deletion of field networkResource, so this API suffices in -v2 contexts as well as -v1.
Used as argument type by MAPOperations.reset_v1
.
Used as argument type by MAPOperations.reset
.
FIELD_ABSENT, FIELD_UNINITIALISED
Constructor and Description |
---|
MAPResetArg()
Constructs an object with uninitialised state.
|
Modifier and Type | Method and Description |
---|---|
MAPResetArg |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPResetArg |
copyOf(MAPResetArg 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.
|
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.
|
IMSIAddress[] |
getHlr_List()
Gets the value of the field hlrId.
|
AddressString |
getHlr_Number()
Gets the value of the field originatingEntityNumber.
|
MAPNetworkResource |
getNetworkResource()
Gets the value of the field networkResource.
|
boolean |
hasHlr_List()
Tests whether the field hlrId has a value.
|
boolean |
hasHlr_Number()
Tests whether the field originatingEntityNumber has a value.
|
boolean |
hasNetworkResource()
Tests whether the field networkResource has a value.
|
MAPResetArg |
setHlr_List(IMSIAddress[] value)
Sets the value of the field hlrId.
|
MAPResetArg |
setHlr_Number(AddressString value)
Sets the value of the field originatingEntityNumber.
|
MAPResetArg |
setNetworkResource(MAPNetworkResource value)
Sets the value of the field networkResource.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
equals, hashCode, toString
checkModify, isReadOnly
public MAPResetArg clone()
clone
in interface DataObject
clone
in class AbstractDataObject
public static MAPResetArg copyOf(MAPResetArg from)
from
- the object from which to copypublic static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap
in class AbstractFieldsObject
withAbsents
- whether to put absent optional fields into Mappublic IMSIAddress[] getHlr_List()
public AddressString getHlr_Number()
public MAPNetworkResource getNetworkResource()
public boolean hasHlr_List()
public boolean hasHlr_Number()
public boolean hasNetworkResource()
public MAPResetArg setHlr_List(IMSIAddress[] value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPResetArg setHlr_Number(AddressString value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPResetArg setNetworkResource(MAPNetworkResource 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