public class CAP3CAMEL_FCISMSBillingChargingCharacteristics extends AbstractFieldsObject
CAMEL-FCISMSBillingChargingCharacteristics ::=
CHOICE {
fCIBCCCAMELsequence1 SEQUENCE {
freeFormatData OCTET STRING (SIZE (1..160)),
appendFreeFormatData AppendFreeFormatData DEFAULT overwrite
}
}
Used as contained type by CAP3FurnishChargingInformationSMSArg.
| Modifier and Type | Class and Description |
|---|---|
static class |
CAP3CAMEL_FCISMSBillingChargingCharacteristics.Choice
API for CAP-datatypes.CAMEL-FCISMSBillingChargingCharacteristics.Choice.
|
static class |
CAP3CAMEL_FCISMSBillingChargingCharacteristics.FCIBCCCAMELsequence1
API for CAP-datatypes.CAMEL-FCISMSBillingChargingCharacteristics.fCIBCCCAMELsequence1.
|
FIELD_ABSENT, FIELD_UNINITIALISED| Constructor and Description |
|---|
CAP3CAMEL_FCISMSBillingChargingCharacteristics() |
| Modifier and Type | Method and Description |
|---|---|
CAP3CAMEL_FCISMSBillingChargingCharacteristics |
clone()
Constructs a copy of this object and everything reachable from it.
|
static CAP3CAMEL_FCISMSBillingChargingCharacteristics |
copyOf(CAP3CAMEL_FCISMSBillingChargingCharacteristics 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.
|
CAP3CAMEL_FCISMSBillingChargingCharacteristics.Choice |
getChoice()
Gets the discriminant of the current choice.
|
CAP3CAMEL_FCISMSBillingChargingCharacteristics.FCIBCCCAMELsequence1 |
getFCIBCCCAMELsequence1()
Gets the value of the fCIBCCCAMELsequence1 choice.
|
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 :discriminant-name to associated-value.
|
boolean |
isFCIBCCCAMELsequence1Chosen()
Tests whether the choice is fCIBCCCAMELsequence1.
|
CAP3CAMEL_FCISMSBillingChargingCharacteristics |
setFCIBCCCAMELsequence1(CAP3CAMEL_FCISMSBillingChargingCharacteristics.FCIBCCCAMELsequence1 value)
Sets the value of the fCIBCCCAMELsequence1 choice.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
equals, hashCode, toStringcheckModify, isReadOnlypublic CAP3CAMEL_FCISMSBillingChargingCharacteristics()
public CAP3CAMEL_FCISMSBillingChargingCharacteristics clone()
clone in interface DataObjectclone in class AbstractDataObjectpublic static CAP3CAMEL_FCISMSBillingChargingCharacteristics copyOf(CAP3CAMEL_FCISMSBillingChargingCharacteristics from)
from - the object from which to copypublic CAP3CAMEL_FCISMSBillingChargingCharacteristics.Choice getChoice()
public CAP3CAMEL_FCISMSBillingChargingCharacteristics.FCIBCCCAMELsequence1 getFCIBCCCAMELsequence1()
public static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap in class AbstractFieldsObjectwithAbsents - ignored, as value cannot be optionalpublic boolean isFCIBCCCAMELsequence1Chosen()
public CAP3CAMEL_FCISMSBillingChargingCharacteristics setFCIBCCCAMELsequence1(CAP3CAMEL_FCISMSBillingChargingCharacteristics.FCIBCCCAMELsequence1 value) throws IllegalStateException, NullPointerException
value - the new value for the choiceIllegalStateException - if this instance has been marked as read-onlyNullPointerException - if the given value is nullpublic void setReadOnly()
setReadOnly in interface DataObjectsetReadOnly in class AbstractDataObject