public class CAP2FurnishChargingInformationArg extends CCFurnishChargingInformationArg
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
.
Modifier and Type | Class and Description |
---|---|
static class |
CAP2FurnishChargingInformationArg.Choice
API for CAP-DataTypes.FurnishChargingInformationArg.Choice.
|
static class |
CAP2FurnishChargingInformationArg.FCIBCCcs1
API for CAP-DataTypes.FurnishChargingInformationArg.fCIBCCcs1.
|
FIELD_ABSENT, FIELD_UNINITIALISED
Constructor and Description |
---|
CAP2FurnishChargingInformationArg() |
Modifier and Type | Method and 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.
|
getChoice, getFCIBCCcs1, isFCIBCCcs1Chosen, setChoice, setFCIBCCcs1, setReadOnly
equals, hashCode, toString
checkModify, isReadOnly
public CAP2FurnishChargingInformationArg clone()
clone
in interface DataObject
clone
in class CCFurnishChargingInformationArg
public static CAP2FurnishChargingInformationArg copyOf(CCFurnishChargingInformationArg from)
from
- the object from which to copypublic static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap
in class CCFurnishChargingInformationArg
withAbsents
- ignored, as value cannot be optionalpublic CAP2FurnishChargingInformationArg setFCIBCCcs1(CAP2FurnishChargingInformationArg.FCIBCCcs1 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