public class MAPEMLPP_Info extends AbstractFieldsObject
EMLPP-Info ::= SEQUENCE { maximumentitledPriority EMLPP-Priority, defaultPriority EMLPP-Priority, extensionContainer ExtensionContainer OPTIONAL, ... }Added in R96. Moved from MAP-MS-DataTypes between R96 and R97.
Used as field type by MAPExt_SS_Info
.
FIELD_ABSENT, FIELD_UNINITIALISED
Constructor and Description |
---|
MAPEMLPP_Info()
Constructs an object with uninitialised state.
|
Modifier and Type | Method and Description |
---|---|
MAPEMLPP_Info |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPEMLPP_Info |
copyOf(MAPEMLPP_Info 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 |
getDefaultPriority()
Gets the value of the field defaultPriority.
|
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.
|
int |
getMaximumentitledPriority()
Gets the value of the field maximumentitledPriority.
|
boolean |
hasDefaultPriority()
Tests whether the field defaultPriority has a value.
|
boolean |
hasExtensionContainer()
Tests whether the field extensionContainer has a value.
|
boolean |
hasMaximumentitledPriority()
Tests whether the field maximumentitledPriority has a value.
|
MAPEMLPP_Info |
setDefaultPriority(int value)
Sets the value of the field defaultPriority and marks the field as present.
|
MAPEMLPP_Info |
setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
MAPEMLPP_Info |
setMaximumentitledPriority(int value)
Sets the value of the field maximumentitledPriority and marks the field as present.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
equals, hashCode, toString
checkModify, isReadOnly
public MAPEMLPP_Info()
public MAPEMLPP_Info clone()
clone
in interface DataObject
clone
in class AbstractDataObject
public static MAPEMLPP_Info copyOf(MAPEMLPP_Info from)
from
- the object from which to copypublic int getDefaultPriority()
public MAPExtensionContainer getExtensionContainer()
public static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap
in class AbstractFieldsObject
withAbsents
- whether to put absent optional fields into Mappublic int getMaximumentitledPriority()
public boolean hasDefaultPriority()
public boolean hasExtensionContainer()
public boolean hasMaximumentitledPriority()
public MAPEMLPP_Info setDefaultPriority(int value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPEMLPP_Info setExtensionContainer(MAPExtensionContainer value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPEMLPP_Info setMaximumentitledPriority(int value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic void setReadOnly()
setReadOnly
in interface DataObject
setReadOnly
in class AbstractDataObject