public class MAPUSSD_Res extends AbstractFieldsObject
USSD-Res ::= SEQUENCE { ussd-DataCodingScheme USSD-DataCodingScheme, ussd-String USSD-String, ... }Added in ph2.
Used as result type by MAPOperations.processUnstructuredSS_Request
.
Used as result type by MAPOperations.unstructuredSS_Request
.
FIELD_ABSENT, FIELD_UNINITIALISED
Constructor and Description |
---|
MAPUSSD_Res()
Constructs an object with uninitialised state.
|
MAPUSSD_Res(byte[] Ussd_DataCodingScheme_param,
byte[] Ussd_String_param)
Constructs an object from given values for all fields.
|
Modifier and Type | Method and Description |
---|---|
MAPUSSD_Res |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPUSSD_Res |
copyOf(MAPUSSD_Res 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.
|
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[] |
getUssd_DataCodingScheme()
Gets the value of the field ussd-DataCodingScheme.
|
byte[] |
getUssd_String()
Gets the value of the field ussd-String.
|
boolean |
hasUssd_DataCodingScheme()
Tests whether the field ussd-DataCodingScheme has a value.
|
boolean |
hasUssd_String()
Tests whether the field ussd-String has a value.
|
MAPUSSD_Res |
setUssd_DataCodingScheme(byte[] value)
Sets the value of the field ussd-DataCodingScheme.
|
MAPUSSD_Res |
setUssd_String(byte[] value)
Sets the value of the field ussd-String.
|
equals, hashCode, toString
checkModify, isReadOnly, setReadOnly
public MAPUSSD_Res()
public MAPUSSD_Res(byte[] Ussd_DataCodingScheme_param, byte[] Ussd_String_param)
Ussd_DataCodingScheme_param
- value for that fieldUssd_String_param
- value for that fieldpublic MAPUSSD_Res clone()
clone
in interface DataObject
clone
in class AbstractDataObject
public static MAPUSSD_Res copyOf(MAPUSSD_Res from)
from
- the object from which to copypublic static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap
in class AbstractFieldsObject
withAbsents
- whether to put absent optional fields into Mappublic byte[] getUssd_DataCodingScheme()
public byte[] getUssd_String()
public boolean hasUssd_DataCodingScheme()
public boolean hasUssd_String()
public MAPUSSD_Res setUssd_DataCodingScheme(byte[] value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPUSSD_Res setUssd_String(byte[] value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-only