public class MAPForwardingInfo extends AbstractFieldsObject
ForwardingInfo ::=
SEQUENCE {
ss-Code SS-Code OPTIONAL,
forwardingFeatureList ForwardingFeatureList,
...
}
Present in ph1.
Used as field type by MAPSS_Information.
Used as field type by MAPSS_Info.
FIELD_ABSENT, FIELD_UNINITIALISED| Constructor and Description |
|---|
MAPForwardingInfo()
Constructs an object with uninitialised state.
|
| Modifier and Type | Method and Description |
|---|---|
MAPForwardingInfo |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPForwardingInfo |
copyOf(MAPForwardingInfo 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.
|
MAPForwardingFeature[] |
getForwardingFeatureList()
Gets the value of the field forwardingFeatureList.
|
SSCode |
getSs_Code()
Gets the value of the field ss-Code.
|
boolean |
hasForwardingFeatureList()
Tests whether the field forwardingFeatureList has a value.
|
boolean |
hasSs_Code()
Tests whether the field ss-Code has a value.
|
MAPForwardingInfo |
setForwardingFeatureList(MAPForwardingFeature[] value)
Sets the value of the field forwardingFeatureList.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
MAPForwardingInfo |
setSs_Code(SSCode value)
Sets the value of the field ss-Code.
|
equals, hashCode, toStringcheckModify, isReadOnlypublic MAPForwardingInfo()
public MAPForwardingInfo clone()
clone in interface DataObjectclone in class AbstractDataObjectpublic static MAPForwardingInfo copyOf(MAPForwardingInfo 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 MAPForwardingFeature[] getForwardingFeatureList()
public SSCode getSs_Code()
public boolean hasForwardingFeatureList()
public boolean hasSs_Code()
public MAPForwardingInfo setForwardingFeatureList(MAPForwardingFeature[] 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 MAPForwardingInfo setSs_Code(SSCode value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-only