public class CAP4FurnishChargingInformationArg extends CAP3FurnishChargingInformationArg
FurnishChargingInformationArg ::= CHOICE { fCIBCCcs1 FCIBCCCS1 } CAP-gsmSSF-gsmSCF-ops-args { FurnishChargingInformationArg { @parentType com.opencloud.slee.resources.cgin.cap_v3.CAP3FurnishChargingInformationArg } }
Used as argument type by CAP4Operations.furnishChargingInformation
.
Modifier and Type | Class and Description |
---|---|
static class |
CAP4FurnishChargingInformationArg.Choice
API for CAP-gsmSSF-gsmSCF-ops-args.FurnishChargingInformationArg.Choice.
|
CAP2FurnishChargingInformationArg.FCIBCCcs1
FIELD_ABSENT, FIELD_UNINITIALISED
Constructor and Description |
---|
CAP4FurnishChargingInformationArg() |
Modifier and Type | Method and Description |
---|---|
CAP4FurnishChargingInformationArg |
clone()
Constructs a copy of this object and everything reachable from it.
|
static CAP4FurnishChargingInformationArg |
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.
|
CAP4FurnishChargingInformationArg |
setFCIBCCcs1(CAP2FurnishChargingInformationArg.FCIBCCcs1 value)
Sets the value of the fCIBCCcs1 choice.
|
getChoice, getFCIBCCcs1, isFCIBCCcs1Chosen, setChoice, setFCIBCCcs1, setReadOnly
equals, hashCode, toString
checkModify, isReadOnly
public CAP4FurnishChargingInformationArg clone()
clone
in interface DataObject
clone
in class CAP3FurnishChargingInformationArg
public static CAP4FurnishChargingInformationArg copyOf(CCFurnishChargingInformationArg from)
from
- the object from which to copypublic static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap
in class CAP3FurnishChargingInformationArg
withAbsents
- ignored, as value cannot be optionalpublic CAP4FurnishChargingInformationArg setFCIBCCcs1(CAP2FurnishChargingInformationArg.FCIBCCcs1 value) throws IllegalStateException, NullPointerException
setFCIBCCcs1
in class CAP3FurnishChargingInformationArg
value
- the new value for the choiceIllegalStateException
- if this instance has been marked as read-onlyNullPointerException
- if the given value is null