public class MAPEraseCC_EntryArg extends AbstractFieldsObject
EraseCC-EntryArg ::= SEQUENCE { ss-Code SS-Code, ccbs-Index CCBS-Index OPTIONAL, ... }Added in R97.
Used as argument type by MAPOperations.eraseCC_Entry
.
FIELD_ABSENT, FIELD_UNINITIALISED
Constructor and Description |
---|
MAPEraseCC_EntryArg()
Constructs an object with uninitialised state.
|
Modifier and Type | Method and Description |
---|---|
MAPEraseCC_EntryArg |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPEraseCC_EntryArg |
copyOf(MAPEraseCC_EntryArg 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.
|
int |
getCcbs_Index()
Gets the value of the field ccbs-Index.
|
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.
|
boolean |
hasCcbs_Index()
Tests whether the field ccbs-Index has a value.
|
boolean |
hasSs_Code()
Tests whether the field ss-Code has a value.
|
MAPEraseCC_EntryArg |
setCcbs_Index(int value)
Sets the value of the field ccbs-Index and marks the field as present.
|
MAPEraseCC_EntryArg |
setCcbs_IndexPresent(boolean flag)
Sets the presence or absence of the optional field ccbs-Index.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
MAPEraseCC_EntryArg |
setSs_Code(SSCode value)
Sets the value of the field ss-Code.
|
equals, hashCode, toString
checkModify, isReadOnly
public MAPEraseCC_EntryArg()
public MAPEraseCC_EntryArg clone()
clone
in interface DataObject
clone
in class AbstractDataObject
public static MAPEraseCC_EntryArg copyOf(MAPEraseCC_EntryArg from)
from
- the object from which to copypublic int getCcbs_Index()
public 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 boolean hasCcbs_Index()
public boolean hasSs_Code()
public MAPEraseCC_EntryArg setCcbs_Index(int value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPEraseCC_EntryArg setCcbs_IndexPresent(boolean flag) throws IllegalStateException
flag
- either true if the field should be marked as present or false if the field should be marked as absentIllegalStateException
- if this instance has been marked as read-onlypublic void setReadOnly()
setReadOnly
in interface DataObject
setReadOnly
in class AbstractDataObject
public MAPEraseCC_EntryArg setSs_Code(SSCode value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-only