public class CAP3AOCGPRS extends AbstractFieldsObject
AOCGPRS ::= SEQUENCE { aOCInitial CAI-GSM0224, aOCSubsequent AOCSubsequent OPTIONAL }
Used as field type by CAP3CAMEL_SCIGPRSBillingChargingCharacteristics
.
FIELD_ABSENT, FIELD_UNINITIALISED
Constructor and Description |
---|
CAP3AOCGPRS()
Constructs an object with uninitialised state.
|
Modifier and Type | Method and Description |
---|---|
CAP3AOCGPRS |
clone()
Constructs a copy of this object and everything reachable from it.
|
static CAP3AOCGPRS |
copyOf(CAP3AOCGPRS 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.
|
CAP2CAI_GSM0224 |
getAOCInitial()
Gets the value of the field aOCInitial.
|
CAP2AOCSubsequent |
getAOCSubsequent()
Gets the value of the field aOCSubsequent.
|
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.
|
boolean |
hasAOCInitial()
Tests whether the field aOCInitial has a value.
|
boolean |
hasAOCSubsequent()
Tests whether the field aOCSubsequent has a value.
|
CAP3AOCGPRS |
setAOCInitial(CAP2CAI_GSM0224 value)
Sets the value of the field aOCInitial.
|
CAP3AOCGPRS |
setAOCSubsequent(CAP2AOCSubsequent value)
Sets the value of the field aOCSubsequent.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
equals, hashCode, toString
checkModify, isReadOnly
public CAP3AOCGPRS clone()
clone
in interface DataObject
clone
in class AbstractDataObject
public static CAP3AOCGPRS copyOf(CAP3AOCGPRS from)
from
- the object from which to copypublic CAP2CAI_GSM0224 getAOCInitial()
public CAP2AOCSubsequent getAOCSubsequent()
public static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap
in class AbstractFieldsObject
withAbsents
- whether to put absent optional fields into Mappublic boolean hasAOCInitial()
public boolean hasAOCSubsequent()
public CAP3AOCGPRS setAOCInitial(CAP2CAI_GSM0224 value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic CAP3AOCGPRS setAOCSubsequent(CAP2AOCSubsequent 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