public class CAP2NACarrierInformation extends AbstractFieldsObject
NACarrierInformation ::=
SEQUENCE {
naCarrierId NAEA-CIC OPTIONAL,
naCICSelectionType NACarrierSelectionInfo OPTIONAL,
...
}
Used as field type by CAP2InitialDPArgExtension.
Used as field type by CAP2NA_Info.
FIELD_ABSENT, FIELD_UNINITIALISED| Constructor and Description |
|---|
CAP2NACarrierInformation()
Constructs an object with uninitialised state.
|
| Modifier and Type | Method and Description |
|---|---|
CAP2NACarrierInformation |
clone()
Constructs a copy of this object and everything reachable from it.
|
static CAP2NACarrierInformation |
copyOf(CAP2NACarrierInformation 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.
|
byte[] |
getNaCarrierId()
Gets the value of the field naCarrierId.
|
byte[] |
getNaCICSelectionType()
Gets the value of the field naCICSelectionType.
|
boolean |
hasNaCarrierId()
Tests whether the field naCarrierId has a value.
|
boolean |
hasNaCICSelectionType()
Tests whether the field naCICSelectionType has a value.
|
CAP2NACarrierInformation |
setNaCarrierId(byte[] value)
Sets the value of the field naCarrierId.
|
CAP2NACarrierInformation |
setNaCICSelectionType(byte[] value)
Sets the value of the field naCICSelectionType.
|
equals, hashCode, toStringcheckModify, isReadOnly, setReadOnlypublic CAP2NACarrierInformation()
public CAP2NACarrierInformation clone()
clone in interface DataObjectclone in class AbstractDataObjectpublic static CAP2NACarrierInformation copyOf(CAP2NACarrierInformation 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 byte[] getNaCICSelectionType()
public byte[] getNaCarrierId()
public boolean hasNaCICSelectionType()
public boolean hasNaCarrierId()
public CAP2NACarrierInformation setNaCICSelectionType(byte[] value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic CAP2NACarrierInformation setNaCarrierId(byte[] value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-only