Class CAP2CAMEL_SCIBillingChargingCharacteristics
- java.lang.Object
-
- com.opencloud.util.AbstractDataObject
-
- com.opencloud.util.AbstractFieldsObject
-
- CAP2CAMEL_SCIBillingChargingCharacteristics
-
- All Implemented Interfaces:
DataObject
,Serializable
- Direct Known Subclasses:
CAP4CAMEL_SCIBillingChargingCharacteristics
public class CAP2CAMEL_SCIBillingChargingCharacteristics extends AbstractFieldsObject
API for CAP-DataTypes.CAMEL-SCIBillingChargingCharacteristics. Generated from the following ASN.1 type definition and the adaptations below.CAMEL-SCIBillingChargingCharacteristics ::= CHOICE { aOCBeforeAnswer AOCBeforeAnswer, aOCAfterAnswer AOCSubsequent } CAP-DataTypes { CAMEL-SCIBillingChargingCharacteristics { @extendible } }
Used as contained type by
CAP2SCIBillingChargingCharacteristics
.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CAP2CAMEL_SCIBillingChargingCharacteristics.Choice
API for CAP-DataTypes.CAMEL-SCIBillingChargingCharacteristics.Choice.
-
Field Summary
-
Fields inherited from class com.opencloud.util.AbstractFieldsObject
FIELD_ABSENT, FIELD_UNINITIALISED
-
-
Constructor Summary
Constructors Constructor Description CAP2CAMEL_SCIBillingChargingCharacteristics()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description CAP2CAMEL_SCIBillingChargingCharacteristics
clone()
Constructs a copy of this object and everything reachable from it.static CAP2CAMEL_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.CAP2AOCSubsequent
getAOCAfterAnswer()
Gets the value of the aOCAfterAnswer choice.CAP2AOCBeforeAnswer
getAOCBeforeAnswer()
Gets the value of the aOCBeforeAnswer choice.CAP2CAMEL_SCIBillingChargingCharacteristics.Choice
getChoice()
Gets the discriminant of the current 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
isAOCAfterAnswerChosen()
Tests whether the choice is aOCAfterAnswer.boolean
isAOCBeforeAnswerChosen()
Tests whether the choice is aOCBeforeAnswer.CAP2CAMEL_SCIBillingChargingCharacteristics
setAOCAfterAnswer(CAP2AOCSubsequent value)
Sets the value of the aOCAfterAnswer choice.CAP2CAMEL_SCIBillingChargingCharacteristics
setAOCBeforeAnswer(CAP2AOCBeforeAnswer value)
Sets the value of the aOCBeforeAnswer choice.protected void
setChoice(CAP2CAMEL_SCIBillingChargingCharacteristics.Choice arg)
Sets the discriminant of the current choice.void
setReadOnly()
Sets this and all its fields to be immutable.-
Methods inherited from class com.opencloud.util.AbstractFieldsObject
equals, hashCode, toString
-
Methods inherited from class com.opencloud.util.AbstractDataObject
checkModify, isReadOnly
-
-
-
-
Method Detail
-
clone
public CAP2CAMEL_SCIBillingChargingCharacteristics clone()
Constructs a copy of this object and everything reachable from it.- Specified by:
clone
in interfaceDataObject
- Specified by:
clone
in classAbstractDataObject
- Returns:
- copy of object
-
copyOf
public static CAP2CAMEL_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.- Parameters:
from
- the object from which to copy- Returns:
- CAP2CAMEL_SCIBillingChargingCharacteristics
-
getAOCAfterAnswer
public CAP2AOCSubsequent getAOCAfterAnswer()
Gets the value of the aOCAfterAnswer choice.- Returns:
- value of the choice, if choice is aOCAfterAnswer, else null
-
getAOCBeforeAnswer
public CAP2AOCBeforeAnswer getAOCBeforeAnswer()
Gets the value of the aOCBeforeAnswer choice.- Returns:
- value of the choice, if choice is aOCBeforeAnswer, else null
-
getChoice
public CAP2CAMEL_SCIBillingChargingCharacteristics.Choice getChoice()
Gets the discriminant of the current choice.- Returns:
- the current discriminant
-
getFieldAccessors
public static FieldAccessor[] getFieldAccessors()
Gets a new array of the accessors for fields of this type.- Returns:
- FieldAccessor[]
-
getFieldsMap
public Map<String,Object> getFieldsMap(boolean withAbsents)
Gets a Map from :discriminant-name to associated-value. For a value of primitive type, the value is boxed. If choice is not set, returns a map from : to AbstractFieldsObject.FIELD_UNINITIALISED.- Specified by:
getFieldsMap
in classAbstractFieldsObject
- Parameters:
withAbsents
- ignored, as value cannot be optional- Returns:
- Map from :discriminant-name to associated-value
-
isAOCAfterAnswerChosen
public boolean isAOCAfterAnswerChosen()
Tests whether the choice is aOCAfterAnswer.- Returns:
- true if chosen, false if not
-
isAOCBeforeAnswerChosen
public boolean isAOCBeforeAnswerChosen()
Tests whether the choice is aOCBeforeAnswer.- Returns:
- true if chosen, false if not
-
setAOCAfterAnswer
public CAP2CAMEL_SCIBillingChargingCharacteristics setAOCAfterAnswer(CAP2AOCSubsequent value) throws IllegalStateException, NullPointerException
Sets the value of the aOCAfterAnswer choice.- Parameters:
value
- the new value for the choice- Returns:
- this
- Throws:
IllegalStateException
- if this instance has been marked as read-onlyNullPointerException
- if the given value is null
-
setAOCBeforeAnswer
public CAP2CAMEL_SCIBillingChargingCharacteristics setAOCBeforeAnswer(CAP2AOCBeforeAnswer value) throws IllegalStateException, NullPointerException
Sets the value of the aOCBeforeAnswer choice.- Parameters:
value
- the new value for the choice- Returns:
- this
- Throws:
IllegalStateException
- if this instance has been marked as read-onlyNullPointerException
- if the given value is null
-
setChoice
protected void setChoice(CAP2CAMEL_SCIBillingChargingCharacteristics.Choice arg)
Sets the discriminant of the current choice.- Parameters:
arg
- the new discriminant
-
setReadOnly
public void setReadOnly()
Sets this and all its fields to be immutable.- Specified by:
setReadOnly
in interfaceDataObject
- Overrides:
setReadOnly
in classAbstractDataObject
-
-