public class MAPLCSRequestorID extends AbstractFieldsObject
LCSRequestorID ::=
SEQUENCE {
dataCodingScheme USSD-DataCodingScheme,
requestorIDString RequestorIDString,
...
lcs-FormatIndicator LCS-FormatIndicator OPTIONAL
}
Added in release 5.
Used as field type by MAPLCS_ClientID.
FIELD_ABSENT, FIELD_UNINITIALISED| Constructor and Description |
|---|
MAPLCSRequestorID()
Constructs an object with uninitialised state.
|
| Modifier and Type | Method and Description |
|---|---|
MAPLCSRequestorID |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPLCSRequestorID |
copyOf(MAPLCSRequestorID 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.
|
byte[] |
getDataCodingScheme()
Gets the value of the field dataCodingScheme.
|
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.
|
MAPLCS_FormatIndicator |
getLcs_FormatIndicator()
Gets the value of the field lcs-FormatIndicator.
|
byte[] |
getRequestorIDString()
Gets the value of the field requestorIDString.
|
boolean |
hasDataCodingScheme()
Tests whether the field dataCodingScheme has a value.
|
boolean |
hasLcs_FormatIndicator()
Tests whether the field lcs-FormatIndicator has a value.
|
boolean |
hasRequestorIDString()
Tests whether the field requestorIDString has a value.
|
MAPLCSRequestorID |
setDataCodingScheme(byte[] value)
Sets the value of the field dataCodingScheme.
|
MAPLCSRequestorID |
setLcs_FormatIndicator(MAPLCS_FormatIndicator value)
Sets the value of the field lcs-FormatIndicator.
|
MAPLCSRequestorID |
setRequestorIDString(byte[] value)
Sets the value of the field requestorIDString.
|
equals, hashCode, toStringcheckModify, isReadOnly, setReadOnlypublic MAPLCSRequestorID()
public MAPLCSRequestorID clone()
clone in interface DataObjectclone in class AbstractDataObjectpublic static MAPLCSRequestorID copyOf(MAPLCSRequestorID from)
from - the object from which to copypublic byte[] getDataCodingScheme()
public static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap in class AbstractFieldsObjectwithAbsents - whether to put absent optional fields into Mappublic MAPLCS_FormatIndicator getLcs_FormatIndicator()
public byte[] getRequestorIDString()
public boolean hasDataCodingScheme()
public boolean hasLcs_FormatIndicator()
public boolean hasRequestorIDString()
public MAPLCSRequestorID setDataCodingScheme(byte[] value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPLCSRequestorID setLcs_FormatIndicator(MAPLCS_FormatIndicator value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPLCSRequestorID setRequestorIDString(byte[] value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-only