public class MAPAnyTimeSubscriptionInterrogationArg extends AbstractFieldsObject
AnyTimeSubscriptionInterrogationArg ::= SEQUENCE { subscriberIdentity SubscriberIdentity, requestedSubscriptionInfo RequestedSubscriptionInfo, gsmSCF-Address ISDN-AddressString, extensionContainer ExtensionContainer OPTIONAL, longFTN-Supported NULL OPTIONAL, ... }Added in R99.
Used as argument type by MAPOperations.anyTimeSubscriptionInterrogation
.
FIELD_ABSENT, FIELD_UNINITIALISED
Constructor and Description |
---|
MAPAnyTimeSubscriptionInterrogationArg()
Constructs an object with uninitialised state.
|
Modifier and Type | Method and Description |
---|---|
MAPAnyTimeSubscriptionInterrogationArg |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPAnyTimeSubscriptionInterrogationArg |
copyOf(MAPAnyTimeSubscriptionInterrogationArg 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.
|
MAPRequestedSubscriptionInfo |
getRequestedSubscriptionInfo()
Gets the value of the field requestedSubscriptionInfo.
|
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 |
hasLongFTN_Supported()
Tests whether the field longFTN-Supported is present.
|
boolean |
hasRequestedSubscriptionInfo()
Tests whether the field requestedSubscriptionInfo has a value.
|
boolean |
hasSubscriberIdentity()
Tests whether the field subscriberIdentity has a value.
|
MAPAnyTimeSubscriptionInterrogationArg |
setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
MAPAnyTimeSubscriptionInterrogationArg |
setGsmSCF_Address(AddressString value)
Sets the value of the field gsmSCF-Address.
|
MAPAnyTimeSubscriptionInterrogationArg |
setLongFTN_SupportedPresent(boolean flag)
Sets the presence or absence of the optional field longFTN-Supported.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
MAPAnyTimeSubscriptionInterrogationArg |
setRequestedSubscriptionInfo(MAPRequestedSubscriptionInfo value)
Sets the value of the field requestedSubscriptionInfo.
|
MAPAnyTimeSubscriptionInterrogationArg |
setSubscriberIdentity(MAPSubscriberIdentity value)
Sets the value of the field subscriberIdentity.
|
equals, hashCode, toString
checkModify, isReadOnly
public MAPAnyTimeSubscriptionInterrogationArg()
public MAPAnyTimeSubscriptionInterrogationArg clone()
clone
in interface DataObject
clone
in class AbstractDataObject
public static MAPAnyTimeSubscriptionInterrogationArg copyOf(MAPAnyTimeSubscriptionInterrogationArg from)
from
- the object from which to copypublic 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 AddressString getGsmSCF_Address()
public MAPRequestedSubscriptionInfo getRequestedSubscriptionInfo()
public MAPSubscriberIdentity getSubscriberIdentity()
public boolean hasExtensionContainer()
public boolean hasGsmSCF_Address()
public boolean hasLongFTN_Supported()
public boolean hasRequestedSubscriptionInfo()
public boolean hasSubscriberIdentity()
public MAPAnyTimeSubscriptionInterrogationArg setExtensionContainer(MAPExtensionContainer value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPAnyTimeSubscriptionInterrogationArg setGsmSCF_Address(AddressString value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPAnyTimeSubscriptionInterrogationArg setLongFTN_SupportedPresent(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 MAPAnyTimeSubscriptionInterrogationArg setRequestedSubscriptionInfo(MAPRequestedSubscriptionInfo value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPAnyTimeSubscriptionInterrogationArg setSubscriberIdentity(MAPSubscriberIdentity value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-only