public class MAPSS_Data_v1 extends AbstractFieldsObject
SS-Data-v1 ::=
SEQUENCE {
ss-Code SS-Code,
ss-Status SS-Status OPTIONAL,
ss-SubscriptionOption-v1 SS-SubscriptionOption-v1 OPTIONAL -- Removed between ph1 and ph2. (Replaced by ss-SubscriptionOption, which has a different type.)
}
Present in ph1. Evolved to MAPSS_Data in ph2.
Used as field type by MAPSS_Information.
FIELD_ABSENT, FIELD_UNINITIALISED| Constructor and Description |
|---|
MAPSS_Data_v1()
Constructs an object with uninitialised state.
|
| Modifier and Type | Method and Description |
|---|---|
MAPSS_Data_v1 |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPSS_Data_v1 |
copyOf(MAPSS_Data_v1 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.
|
SSCode |
getSs_Code()
Gets the value of the field ss-Code.
|
byte[] |
getSs_Status()
Gets the value of the field ss-Status.
|
MAPSS_SubscriptionOption_v1 |
getSs_SubscriptionOption_v1()
Gets the value of the field ss-SubscriptionOption-v1.
|
boolean |
hasSs_Code()
Tests whether the field ss-Code has a value.
|
boolean |
hasSs_Status()
Tests whether the field ss-Status has a value.
|
boolean |
hasSs_SubscriptionOption_v1()
Tests whether the field ss-SubscriptionOption-v1 has a value.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
MAPSS_Data_v1 |
setSs_Code(SSCode value)
Sets the value of the field ss-Code.
|
MAPSS_Data_v1 |
setSs_Status(byte[] value)
Sets the value of the field ss-Status.
|
MAPSS_Data_v1 |
setSs_SubscriptionOption_v1(MAPSS_SubscriptionOption_v1 value)
Sets the value of the field ss-SubscriptionOption-v1.
|
equals, hashCode, toStringcheckModify, isReadOnlypublic MAPSS_Data_v1()
public MAPSS_Data_v1 clone()
clone in interface DataObjectclone in class AbstractDataObjectpublic static MAPSS_Data_v1 copyOf(MAPSS_Data_v1 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 SSCode getSs_Code()
public byte[] getSs_Status()
public MAPSS_SubscriptionOption_v1 getSs_SubscriptionOption_v1()
public boolean hasSs_Code()
public boolean hasSs_Status()
public boolean hasSs_SubscriptionOption_v1()
public void setReadOnly()
setReadOnly in interface DataObjectsetReadOnly in class AbstractDataObjectpublic MAPSS_Data_v1 setSs_Code(SSCode value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPSS_Data_v1 setSs_Status(byte[] value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPSS_Data_v1 setSs_SubscriptionOption_v1(MAPSS_SubscriptionOption_v1 value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-only