public class MAPEraseCC_EntryRes extends AbstractFieldsObject
EraseCC-EntryRes ::= SEQUENCE { ss-Code SS-Code, ss-Status SS-Status OPTIONAL, ... }Added in R97.
Used as result type by MAPOperations.eraseCC_Entry
.
FIELD_ABSENT, FIELD_UNINITIALISED
Constructor and Description |
---|
MAPEraseCC_EntryRes()
Constructs an object with uninitialised state.
|
Modifier and Type | Method and Description |
---|---|
MAPEraseCC_EntryRes |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPEraseCC_EntryRes |
copyOf(MAPEraseCC_EntryRes 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.
|
SSCode |
getSs_Code()
Gets the value of the field ss-Code.
|
byte[] |
getSs_Status()
Gets the value of the field ss-Status.
|
boolean |
hasSs_Code()
Tests whether the field ss-Code has a value.
|
boolean |
hasSs_Status()
Tests whether the field ss-Status has a value.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
MAPEraseCC_EntryRes |
setSs_Code(SSCode value)
Sets the value of the field ss-Code.
|
MAPEraseCC_EntryRes |
setSs_Status(byte[] value)
Sets the value of the field ss-Status.
|
equals, hashCode, toString
checkModify, isReadOnly
public MAPEraseCC_EntryRes()
public MAPEraseCC_EntryRes clone()
clone
in interface DataObject
clone
in class AbstractDataObject
public static MAPEraseCC_EntryRes copyOf(MAPEraseCC_EntryRes 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 SSCode getSs_Code()
public byte[] getSs_Status()
public boolean hasSs_Code()
public boolean hasSs_Status()
public void setReadOnly()
setReadOnly
in interface DataObject
setReadOnly
in class AbstractDataObject
public MAPEraseCC_EntryRes setSs_Code(SSCode value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPEraseCC_EntryRes setSs_Status(byte[] value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-only