public static class CAP4EventSpecificInformationBCSM.OTermSeizedSpecificInfo extends AbstractFieldsObject
oTermSeizedSpecificInfo ::=
SEQUENCE {
locationInformation LocationInformation OPTIONAL,
...
}
Used as field type by CAP4EventSpecificInformationBCSM.
FIELD_ABSENT, FIELD_UNINITIALISED| Constructor and Description |
|---|
CAP4EventSpecificInformationBCSM.OTermSeizedSpecificInfo()
Constructs an object with uninitialised state.
|
| Modifier and Type | Method and Description |
|---|---|
CAP4EventSpecificInformationBCSM.OTermSeizedSpecificInfo |
clone()
Constructs a copy of this object and everything reachable from it.
|
static CAP4EventSpecificInformationBCSM.OTermSeizedSpecificInfo |
copyOf(CAP4EventSpecificInformationBCSM.OTermSeizedSpecificInfo 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.
|
MAPLocationInformation |
getLocationInformation()
Gets the value of the field locationInformation.
|
boolean |
hasLocationInformation()
Tests whether the field locationInformation has a value.
|
CAP4EventSpecificInformationBCSM.OTermSeizedSpecificInfo |
setLocationInformation(MAPLocationInformation value)
Sets the value of the field locationInformation.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
equals, hashCode, toStringcheckModify, isReadOnlypublic CAP4EventSpecificInformationBCSM.OTermSeizedSpecificInfo()
public CAP4EventSpecificInformationBCSM.OTermSeizedSpecificInfo clone()
clone in interface DataObjectclone in class AbstractDataObjectpublic static CAP4EventSpecificInformationBCSM.OTermSeizedSpecificInfo copyOf(CAP4EventSpecificInformationBCSM.OTermSeizedSpecificInfo from)
from - the object from which to copypublic static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap in class AbstractFieldsObjectwithAbsents - whether to put absent optional fields into Mappublic MAPLocationInformation getLocationInformation()
public boolean hasLocationInformation()
public CAP4EventSpecificInformationBCSM.OTermSeizedSpecificInfo setLocationInformation(MAPLocationInformation 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 AbstractDataObject