public class MAPMOLR_Class extends AbstractFieldsObject
MOLR-Class ::=
SEQUENCE {
ss-Code SS-Code,
ss-Status Ext-SS-Status,
extensionContainer ExtensionContainer OPTIONAL,
...
}
Added in R98.
Used in array as field type by MAPLCSInformation.
FIELD_ABSENT, FIELD_UNINITIALISED| Constructor and Description |
|---|
MAPMOLR_Class()
Constructs an object with uninitialised state.
|
| Modifier and Type | Method and Description |
|---|---|
MAPMOLR_Class |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPMOLR_Class |
copyOf(MAPMOLR_Class 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.
|
MAPExtensionContainer |
getExtensionContainer()
Gets the value of the field extensionContainer.
|
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 |
hasExtensionContainer()
Tests whether the field extensionContainer has a value.
|
boolean |
hasSs_Code()
Tests whether the field ss-Code has a value.
|
boolean |
hasSs_Status()
Tests whether the field ss-Status has a value.
|
MAPMOLR_Class |
setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
MAPMOLR_Class |
setSs_Code(SSCode value)
Sets the value of the field ss-Code.
|
MAPMOLR_Class |
setSs_Status(byte[] value)
Sets the value of the field ss-Status.
|
equals, hashCode, toStringcheckModify, isReadOnlypublic MAPMOLR_Class()
public MAPMOLR_Class clone()
clone in interface DataObjectclone in class AbstractDataObjectpublic static MAPMOLR_Class copyOf(MAPMOLR_Class from)
from - the object from which to copypublic MAPExtensionContainer getExtensionContainer()
public static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap in class AbstractFieldsObjectwithAbsents - whether to put absent optional fields into Mappublic SSCode getSs_Code()
public byte[] getSs_Status()
public boolean hasExtensionContainer()
public boolean hasSs_Code()
public boolean hasSs_Status()
public MAPMOLR_Class setExtensionContainer(MAPExtensionContainer value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic void setReadOnly()
setReadOnly in interface DataObjectsetReadOnly in class AbstractDataObjectpublic MAPMOLR_Class setSs_Code(SSCode value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPMOLR_Class setSs_Status(byte[] value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-only