Class CAP2FurnishChargingInformationArg
- java.lang.Object
-
- com.opencloud.util.AbstractDataObject
-
- com.opencloud.util.AbstractFieldsObject
-
- CCFurnishChargingInformationArg
-
- CAP2FurnishChargingInformationArg
-
- All Implemented Interfaces:
DataObject
,Serializable
- Direct Known Subclasses:
CAP3FurnishChargingInformationArg
public class CAP2FurnishChargingInformationArg extends CCFurnishChargingInformationArg
API for CAP-DataTypes.FurnishChargingInformationArg. Generated from the following ASN.1 type definition and the adaptations below.FurnishChargingInformationArg ::= CHOICE { fCIBCCcs1 OCTET STRING (SIZE (5..49)) (CONTAINING CAMEL-FCIBillingChargingCharacteristics) } CAP-DataTypes { FurnishChargingInformationArg { @parentType com.opencloud.slee.resources.cgin.callcontrol.CCFurnishChargingInformationArg } }
Used as argument type by
CAP2Operations.furnishChargingInformation
.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CAP2FurnishChargingInformationArg.Choice
API for CAP-DataTypes.FurnishChargingInformationArg.Choice.static class
CAP2FurnishChargingInformationArg.FCIBCCcs1
API for CAP-DataTypes.FurnishChargingInformationArg.fCIBCCcs1.
-
Field Summary
-
Fields inherited from class com.opencloud.util.AbstractFieldsObject
FIELD_ABSENT, FIELD_UNINITIALISED
-
-
Constructor Summary
Constructors Constructor Description CAP2FurnishChargingInformationArg()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description CAP2FurnishChargingInformationArg
clone()
Constructs a copy of this object and everything reachable from it.static CAP2FurnishChargingInformationArg
copyOf(CCFurnishChargingInformationArg 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.CAP2FurnishChargingInformationArg
setFCIBCCcs1(CAP2FurnishChargingInformationArg.FCIBCCcs1 value)
Sets the value of the fCIBCCcs1 choice.-
Methods inherited from class com.opencloud.slee.resources.cgin.callcontrol.CCFurnishChargingInformationArg
getChoice, getFCIBCCcs1, isFCIBCCcs1Chosen, setChoice, setFCIBCCcs1, setReadOnly
-
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 CAP2FurnishChargingInformationArg clone()
Constructs a copy of this object and everything reachable from it.- Specified by:
clone
in interfaceDataObject
- Overrides:
clone
in classCCFurnishChargingInformationArg
- Returns:
- copy of object
-
copyOf
public static CAP2FurnishChargingInformationArg copyOf(CCFurnishChargingInformationArg 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:
- CAP2FurnishChargingInformationArg
-
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.- Overrides:
getFieldsMap
in classCCFurnishChargingInformationArg
- Parameters:
withAbsents
- ignored, as value cannot be optional- Returns:
- Map from :discriminant-name to associated-value
-
setFCIBCCcs1
public CAP2FurnishChargingInformationArg setFCIBCCcs1(CAP2FurnishChargingInformationArg.FCIBCCcs1 value) throws IllegalStateException, NullPointerException
Sets the value of the fCIBCCcs1 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
-
-