public class MAPLCSClientName extends AbstractFieldsObject
LCSClientName ::=
SEQUENCE {
dataCodingScheme USSD-DataCodingScheme, -- The USSD-DataCodingScheme shall indicate use of the default alphabet through the ecnoding 00001111.
nameString NameString,
...
lcs-FormatIndicator LCS-FormatIndicator OPTIONAL -- Added in release 6.
}
Added in R98.
Used as field type by MAPLCS_ClientID.
FIELD_ABSENT, FIELD_UNINITIALISED| Constructor and Description |
|---|
MAPLCSClientName()
Constructs an object with uninitialised state.
|
| Modifier and Type | Method and Description |
|---|---|
MAPLCSClientName |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPLCSClientName |
copyOf(MAPLCSClientName 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[] |
getNameString()
Gets the value of the field nameString.
|
boolean |
hasDataCodingScheme()
Tests whether the field dataCodingScheme has a value.
|
boolean |
hasLcs_FormatIndicator()
Tests whether the field lcs-FormatIndicator has a value.
|
boolean |
hasNameString()
Tests whether the field nameString has a value.
|
MAPLCSClientName |
setDataCodingScheme(byte[] value)
Sets the value of the field dataCodingScheme.
|
MAPLCSClientName |
setLcs_FormatIndicator(MAPLCS_FormatIndicator value)
Sets the value of the field lcs-FormatIndicator.
|
MAPLCSClientName |
setNameString(byte[] value)
Sets the value of the field nameString.
|
equals, hashCode, toStringcheckModify, isReadOnly, setReadOnlypublic MAPLCSClientName()
public MAPLCSClientName clone()
clone in interface DataObjectclone in class AbstractDataObjectpublic static MAPLCSClientName copyOf(MAPLCSClientName 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[] getNameString()
public boolean hasDataCodingScheme()
public boolean hasLcs_FormatIndicator()
public boolean hasNameString()
public MAPLCSClientName setDataCodingScheme(byte[] value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPLCSClientName setLcs_FormatIndicator(MAPLCS_FormatIndicator value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPLCSClientName setNameString(byte[] value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-only