public class CAP4CAMEL_SCIBillingChargingCharacteristics extends CAP2CAMEL_SCIBillingChargingCharacteristics
CAMEL-SCIBillingChargingCharacteristics ::= CHOICE { aOCBeforeAnswer AOCBeforeAnswer, aOCAfterAnswer AOCSubsequent, aOC-extension CAMEL-SCIBillingChargingCharacteristicsAlt } CAP-datatypes { CAMEL-SCIBillingChargingCharacteristics { @extendible @parentType com.opencloud.slee.resources.cgin.cap_v2.CAP2CAMEL_SCIBillingChargingCharacteristics } }
Modifier and Type | Class and Description |
---|---|
static class |
CAP4CAMEL_SCIBillingChargingCharacteristics.Choice
API for CAP-datatypes.CAMEL-SCIBillingChargingCharacteristics.Choice.
|
FIELD_ABSENT, FIELD_UNINITIALISED
Constructor and Description |
---|
CAP4CAMEL_SCIBillingChargingCharacteristics() |
Modifier and Type | Method and Description |
---|---|
CAP4CAMEL_SCIBillingChargingCharacteristics |
clone()
Constructs a copy of this object and everything reachable from it.
|
static CAP4CAMEL_SCIBillingChargingCharacteristics |
copyOf(CAP2CAMEL_SCIBillingChargingCharacteristics 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.
|
CAP4CAMEL_SCIBillingChargingCharacteristicsAlt |
getAOC_extension()
Gets the value of the aOC-extension 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 |
isAOC_extensionChosen()
Tests whether the choice is aOC-extension.
|
CAP4CAMEL_SCIBillingChargingCharacteristics |
setAOC_extension(CAP4CAMEL_SCIBillingChargingCharacteristicsAlt value)
Sets the value of the aOC-extension choice.
|
CAP4CAMEL_SCIBillingChargingCharacteristics |
setAOCAfterAnswer(CAP2AOCSubsequent value)
Sets the value of the aOCAfterAnswer choice.
|
CAP4CAMEL_SCIBillingChargingCharacteristics |
setAOCBeforeAnswer(CAP2AOCBeforeAnswer value)
Sets the value of the aOCBeforeAnswer choice.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
getAOCAfterAnswer, getAOCBeforeAnswer, getChoice, isAOCAfterAnswerChosen, isAOCBeforeAnswerChosen, setChoice
equals, hashCode, toString
checkModify, isReadOnly
public CAP4CAMEL_SCIBillingChargingCharacteristics()
public CAP4CAMEL_SCIBillingChargingCharacteristics clone()
clone
in interface DataObject
clone
in class CAP2CAMEL_SCIBillingChargingCharacteristics
public static CAP4CAMEL_SCIBillingChargingCharacteristics copyOf(CAP2CAMEL_SCIBillingChargingCharacteristics from)
from
- the object from which to copypublic CAP4CAMEL_SCIBillingChargingCharacteristicsAlt getAOC_extension()
public static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap
in class CAP2CAMEL_SCIBillingChargingCharacteristics
withAbsents
- ignored, as value cannot be optionalpublic boolean isAOC_extensionChosen()
public CAP4CAMEL_SCIBillingChargingCharacteristics setAOCAfterAnswer(CAP2AOCSubsequent value) throws IllegalStateException, NullPointerException
setAOCAfterAnswer
in class CAP2CAMEL_SCIBillingChargingCharacteristics
value
- the new value for the choiceIllegalStateException
- if this instance has been marked as read-onlyNullPointerException
- if the given value is nullpublic CAP4CAMEL_SCIBillingChargingCharacteristics setAOCBeforeAnswer(CAP2AOCBeforeAnswer value) throws IllegalStateException, NullPointerException
setAOCBeforeAnswer
in class CAP2CAMEL_SCIBillingChargingCharacteristics
value
- the new value for the choiceIllegalStateException
- if this instance has been marked as read-onlyNullPointerException
- if the given value is nullpublic CAP4CAMEL_SCIBillingChargingCharacteristics setAOC_extension(CAP4CAMEL_SCIBillingChargingCharacteristicsAlt 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 DataObject
setReadOnly
in class CAP2CAMEL_SCIBillingChargingCharacteristics