public class MAPAnyTimeInterrogationArg extends AbstractFieldsObject
AnyTimeInterrogationArg ::=
SEQUENCE {
subscriberIdentity SubscriberIdentity,
requestedInfo RequestedInfo,
gsmSCF-Address ISDN-AddressString,
extensionContainer ExtensionContainer OPTIONAL,
...
}
Added in R96.
Used as argument type by MAPOperations.anyTimeInterrogation.
FIELD_ABSENT, FIELD_UNINITIALISED| Constructor and Description |
|---|
MAPAnyTimeInterrogationArg()
Constructs an object with uninitialised state.
|
| Modifier and Type | Method and Description |
|---|---|
MAPAnyTimeInterrogationArg |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPAnyTimeInterrogationArg |
copyOf(MAPAnyTimeInterrogationArg 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.
|
AddressString |
getGsmSCF_Address()
Gets the value of the field gsmSCF-Address.
|
MAPRequestedInfo |
getRequestedInfo()
Gets the value of the field requestedInfo.
|
MAPSubscriberIdentity |
getSubscriberIdentity()
Gets the value of the field subscriberIdentity.
|
boolean |
hasExtensionContainer()
Tests whether the field extensionContainer has a value.
|
boolean |
hasGsmSCF_Address()
Tests whether the field gsmSCF-Address has a value.
|
boolean |
hasRequestedInfo()
Tests whether the field requestedInfo has a value.
|
boolean |
hasSubscriberIdentity()
Tests whether the field subscriberIdentity has a value.
|
MAPAnyTimeInterrogationArg |
setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
MAPAnyTimeInterrogationArg |
setGsmSCF_Address(AddressString value)
Sets the value of the field gsmSCF-Address.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
MAPAnyTimeInterrogationArg |
setRequestedInfo(MAPRequestedInfo value)
Sets the value of the field requestedInfo.
|
MAPAnyTimeInterrogationArg |
setSubscriberIdentity(MAPSubscriberIdentity value)
Sets the value of the field subscriberIdentity.
|
equals, hashCode, toStringcheckModify, isReadOnlypublic MAPAnyTimeInterrogationArg()
public MAPAnyTimeInterrogationArg clone()
clone in interface DataObjectclone in class AbstractDataObjectpublic static MAPAnyTimeInterrogationArg copyOf(MAPAnyTimeInterrogationArg 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 AddressString getGsmSCF_Address()
public MAPRequestedInfo getRequestedInfo()
public MAPSubscriberIdentity getSubscriberIdentity()
public boolean hasExtensionContainer()
public boolean hasGsmSCF_Address()
public boolean hasRequestedInfo()
public boolean hasSubscriberIdentity()
public MAPAnyTimeInterrogationArg setExtensionContainer(MAPExtensionContainer value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPAnyTimeInterrogationArg setGsmSCF_Address(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 DataObjectsetReadOnly in class AbstractDataObjectpublic MAPAnyTimeInterrogationArg setRequestedInfo(MAPRequestedInfo value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPAnyTimeInterrogationArg setSubscriberIdentity(MAPSubscriberIdentity value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-only