public class MAPLCSCodeword extends AbstractFieldsObject
LCSCodeword ::= SEQUENCE { dataCodingScheme USSD-DataCodingScheme, lcsCodewordString LCSCodewordString, ... }Added in release 5.
Used as field type by MAPProvideSubscriberLocation_Arg
.
FIELD_ABSENT, FIELD_UNINITIALISED
Constructor and Description |
---|
MAPLCSCodeword()
Constructs an object with uninitialised state.
|
MAPLCSCodeword(byte[] DataCodingScheme_param,
byte[] LcsCodewordString_param)
Constructs an object from given values for all fields.
|
Modifier and Type | Method and Description |
---|---|
MAPLCSCodeword |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPLCSCodeword |
copyOf(MAPLCSCodeword 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.
|
byte[] |
getLcsCodewordString()
Gets the value of the field lcsCodewordString.
|
boolean |
hasDataCodingScheme()
Tests whether the field dataCodingScheme has a value.
|
boolean |
hasLcsCodewordString()
Tests whether the field lcsCodewordString has a value.
|
MAPLCSCodeword |
setDataCodingScheme(byte[] value)
Sets the value of the field dataCodingScheme.
|
MAPLCSCodeword |
setLcsCodewordString(byte[] value)
Sets the value of the field lcsCodewordString.
|
equals, hashCode, toString
checkModify, isReadOnly, setReadOnly
public MAPLCSCodeword()
public MAPLCSCodeword(byte[] DataCodingScheme_param, byte[] LcsCodewordString_param)
DataCodingScheme_param
- value for that fieldLcsCodewordString_param
- value for that fieldpublic MAPLCSCodeword clone()
clone
in interface DataObject
clone
in class AbstractDataObject
public static MAPLCSCodeword copyOf(MAPLCSCodeword from)
from
- the object from which to copypublic byte[] getDataCodingScheme()
public static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap
in class AbstractFieldsObject
withAbsents
- whether to put absent optional fields into Mappublic byte[] getLcsCodewordString()
public boolean hasDataCodingScheme()
public boolean hasLcsCodewordString()
public MAPLCSCodeword setDataCodingScheme(byte[] value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPLCSCodeword setLcsCodewordString(byte[] value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-only