public class MAPPurgeMS_Arg extends AbstractFieldsObject
PurgeMS-Arg ::=
SEQUENCE {
imsi IMSI,
vlr-Number ISDN-AddressString OPTIONAL,
sgsn-Number ISDN-AddressString OPTIONAL, -- Added in R97.
extensionContainer ExtensionContainer OPTIONAL, -- Added in R97.
...
}
Added in ph2.
Used as argument type by MAPOperations.purgeMS.
Used as argument type by MAPOperations.purgeMS_v3.
FIELD_ABSENT, FIELD_UNINITIALISED| Constructor and Description |
|---|
MAPPurgeMS_Arg()
Constructs an object with uninitialised state.
|
| Modifier and Type | Method and Description |
|---|---|
MAPPurgeMS_Arg |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPPurgeMS_Arg |
copyOf(MAPPurgeMS_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.
|
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.
|
IMSIAddress |
getImsi()
Gets the value of the field imsi.
|
AddressString |
getSgsn_Number()
Gets the value of the field sgsn-Number.
|
AddressString |
getVlr_Number()
Gets the value of the field vlr-Number.
|
boolean |
hasExtensionContainer()
Tests whether the field extensionContainer has a value.
|
boolean |
hasImsi()
Tests whether the field imsi has a value.
|
boolean |
hasSgsn_Number()
Tests whether the field sgsn-Number has a value.
|
boolean |
hasVlr_Number()
Tests whether the field vlr-Number has a value.
|
MAPPurgeMS_Arg |
setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
MAPPurgeMS_Arg |
setImsi(IMSIAddress value)
Sets the value of the field imsi.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
MAPPurgeMS_Arg |
setSgsn_Number(AddressString value)
Sets the value of the field sgsn-Number.
|
MAPPurgeMS_Arg |
setVlr_Number(AddressString value)
Sets the value of the field vlr-Number.
|
equals, hashCode, toStringcheckModify, isReadOnlypublic MAPPurgeMS_Arg()
public MAPPurgeMS_Arg clone()
clone in interface DataObjectclone in class AbstractDataObjectpublic static MAPPurgeMS_Arg copyOf(MAPPurgeMS_Arg from)
from - the object from which to copypublic MAPExtensionContainer getExtensionContainer()
public static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap in class AbstractFieldsObjectwithAbsents - whether to put absent optional fields into Mappublic IMSIAddress getImsi()
public AddressString getSgsn_Number()
public AddressString getVlr_Number()
public boolean hasExtensionContainer()
public boolean hasImsi()
public boolean hasSgsn_Number()
public boolean hasVlr_Number()
public MAPPurgeMS_Arg setExtensionContainer(MAPExtensionContainer value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPPurgeMS_Arg setImsi(IMSIAddress value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic void setReadOnly()
setReadOnly in interface DataObjectsetReadOnly in class AbstractDataObjectpublic MAPPurgeMS_Arg setSgsn_Number(AddressString value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPPurgeMS_Arg setVlr_Number(AddressString value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-only