public class CAP3CAMEL_FCIBillingChargingCharacteristics extends CAP2CAMEL_FCIBillingChargingCharacteristics
CAMEL-FCIBillingChargingCharacteristics ::=
CHOICE {
fCIBCCCAMELsequence1 SEQUENCE {
freeFormatData OCTET STRING (SIZE (1..160)),
partyToCharge SendingSideID DEFAULT sendingSideID : '01'H,
appendFreeFormatData AppendFreeFormatData DEFAULT overwrite
}
}
CAP-datatypes {
CAMEL-FCIBillingChargingCharacteristics {
@extendible
@parentType com.opencloud.slee.resources.cgin.cap_v2.CAP2CAMEL_FCIBillingChargingCharacteristics
}
}
| Modifier and Type | Class and Description |
|---|---|
static class |
CAP3CAMEL_FCIBillingChargingCharacteristics.Choice
API for CAP-datatypes.CAMEL-FCIBillingChargingCharacteristics.Choice.
|
static class |
CAP3CAMEL_FCIBillingChargingCharacteristics.FCIBCCCAMELsequence1
API for CAP-datatypes.CAMEL-FCIBillingChargingCharacteristics.fCIBCCCAMELsequence1.
|
FIELD_ABSENT, FIELD_UNINITIALISED| Constructor and Description |
|---|
CAP3CAMEL_FCIBillingChargingCharacteristics() |
| Modifier and Type | Method and Description |
|---|---|
CAP3CAMEL_FCIBillingChargingCharacteristics |
clone()
Constructs a copy of this object and everything reachable from it.
|
static CAP3CAMEL_FCIBillingChargingCharacteristics |
copyOf(CAP2CAMEL_FCIBillingChargingCharacteristics 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 :discriminant-name to associated-value.
|
CAP3CAMEL_FCIBillingChargingCharacteristics |
setFCIBCCCAMELsequence1(CAP3CAMEL_FCIBillingChargingCharacteristics.FCIBCCCAMELsequence1 value)
Sets the value of the fCIBCCCAMELsequence1 choice.
|
getChoice, getFCIBCCCAMELsequence1, isFCIBCCCAMELsequence1Chosen, setChoice, setFCIBCCCAMELsequence1, setReadOnlyequals, hashCode, toStringcheckModify, isReadOnlypublic CAP3CAMEL_FCIBillingChargingCharacteristics()
public CAP3CAMEL_FCIBillingChargingCharacteristics clone()
clone in interface DataObjectclone in class CAP2CAMEL_FCIBillingChargingCharacteristicspublic static CAP3CAMEL_FCIBillingChargingCharacteristics copyOf(CAP2CAMEL_FCIBillingChargingCharacteristics from)
from - the object from which to copypublic static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap in class CAP2CAMEL_FCIBillingChargingCharacteristicswithAbsents - ignored, as value cannot be optionalpublic CAP3CAMEL_FCIBillingChargingCharacteristics setFCIBCCCAMELsequence1(CAP3CAMEL_FCIBillingChargingCharacteristics.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 null