public class MAPSS_IncompatibilityCause extends AbstractFieldsObject
SS-IncompatibilityCause ::= SEQUENCE { ss-Code SS-Code OPTIONAL, basicService BasicServiceCode OPTIONAL, ss-Status SS-Status OPTIONAL, ... }Present in ph1 (anonymous before ph2).
Used as parameter type by MAPErrors.ss_Incompatibility
.
FIELD_ABSENT, FIELD_UNINITIALISED
Constructor and Description |
---|
MAPSS_IncompatibilityCause()
Constructs an object with uninitialised state.
|
Modifier and Type | Method and Description |
---|---|
MAPSS_IncompatibilityCause |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPSS_IncompatibilityCause |
copyOf(MAPSS_IncompatibilityCause 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.
|
MAPBasicServiceCode |
getBasicService()
Gets the value of the field basicService.
|
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 |
hasBasicService()
Tests whether the field basicService 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.
|
MAPSS_IncompatibilityCause |
setBasicService(MAPBasicServiceCode value)
Sets the value of the field basicService.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
MAPSS_IncompatibilityCause |
setSs_Code(SSCode value)
Sets the value of the field ss-Code.
|
MAPSS_IncompatibilityCause |
setSs_Status(byte[] value)
Sets the value of the field ss-Status.
|
equals, hashCode, toString
checkModify, isReadOnly
public MAPSS_IncompatibilityCause()
public MAPSS_IncompatibilityCause clone()
clone
in interface DataObject
clone
in class AbstractDataObject
public static MAPSS_IncompatibilityCause copyOf(MAPSS_IncompatibilityCause from)
from
- the object from which to copypublic MAPBasicServiceCode getBasicService()
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 byte[] getSs_Status()
public boolean hasBasicService()
public boolean hasSs_Code()
public boolean hasSs_Status()
public MAPSS_IncompatibilityCause setBasicService(MAPBasicServiceCode 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
public MAPSS_IncompatibilityCause setSs_Code(SSCode value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPSS_IncompatibilityCause setSs_Status(byte[] value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-only