public class CAP2CAMEL_FCIBillingChargingCharacteristics extends AbstractFieldsObject
CAMEL-FCIBillingChargingCharacteristics ::=
CHOICE {
fCIBCCCAMELsequence1 SEQUENCE {
freeFormatData OCTET STRING (SIZE (1..40)),
partyToCharge SendingSideID DEFAULT sendingSideID : '01'H
}
}
CAP-DataTypes {
CAMEL-FCIBillingChargingCharacteristics {
@extendible
}
}
Used as contained type by CAP2FurnishChargingInformationArg.FCIBCCcs1.
| Modifier and Type | Class and Description |
|---|---|
static class |
CAP2CAMEL_FCIBillingChargingCharacteristics.Choice
API for CAP-DataTypes.CAMEL-FCIBillingChargingCharacteristics.Choice.
|
static class |
CAP2CAMEL_FCIBillingChargingCharacteristics.FCIBCCCAMELsequence1
API for CAP-DataTypes.CAMEL-FCIBillingChargingCharacteristics.fCIBCCCAMELsequence1.
|
FIELD_ABSENT, FIELD_UNINITIALISED| Constructor and Description |
|---|
CAP2CAMEL_FCIBillingChargingCharacteristics() |
| Modifier and Type | Method and Description |
|---|---|
CAP2CAMEL_FCIBillingChargingCharacteristics |
clone()
Constructs a copy of this object and everything reachable from it.
|
static CAP2CAMEL_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.
|
CAP2CAMEL_FCIBillingChargingCharacteristics.Choice |
getChoice()
Gets the discriminant of the current choice.
|
CAP2CAMEL_FCIBillingChargingCharacteristics.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.
|
protected void |
setChoice(CAP2CAMEL_FCIBillingChargingCharacteristics.Choice arg)
Sets the discriminant of the current choice.
|
CAP2CAMEL_FCIBillingChargingCharacteristics |
setFCIBCCCAMELsequence1(CAP2CAMEL_FCIBillingChargingCharacteristics.FCIBCCCAMELsequence1 value)
Sets the value of the fCIBCCCAMELsequence1 choice.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
equals, hashCode, toStringcheckModify, isReadOnlypublic CAP2CAMEL_FCIBillingChargingCharacteristics()
public CAP2CAMEL_FCIBillingChargingCharacteristics clone()
clone in interface DataObjectclone in class AbstractDataObjectpublic static CAP2CAMEL_FCIBillingChargingCharacteristics copyOf(CAP2CAMEL_FCIBillingChargingCharacteristics from)
from - the object from which to copypublic CAP2CAMEL_FCIBillingChargingCharacteristics.Choice getChoice()
public CAP2CAMEL_FCIBillingChargingCharacteristics.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()
protected void setChoice(CAP2CAMEL_FCIBillingChargingCharacteristics.Choice arg)
arg - the new discriminantpublic CAP2CAMEL_FCIBillingChargingCharacteristics setFCIBCCCAMELsequence1(CAP2CAMEL_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 nullpublic void setReadOnly()
setReadOnly in interface DataObjectsetReadOnly in class AbstractDataObject