public class CCFurnishChargingInformationArg extends AbstractFieldsObject
FurnishChargingInformationArg ::= CHOICE { fCIBCCcs1 OCTET STRING, ... } CC-DataTypes { FurnishChargingInformationArg { fCIBCCcs1 { @extendible } } }
Used as argument type by CCOperations.furnishChargingInformation
.
Modifier and Type | Class and Description |
---|---|
static class |
CCFurnishChargingInformationArg.Choice
API for CC-DataTypes.FurnishChargingInformationArg.Choice.
|
static class |
CCFurnishChargingInformationArg.FCIBCCcs1
API for CC-DataTypes.FurnishChargingInformationArg.fCIBCCcs1.
|
FIELD_ABSENT, FIELD_UNINITIALISED
Constructor and Description |
---|
CCFurnishChargingInformationArg() |
Modifier and Type | Method and Description |
---|---|
CCFurnishChargingInformationArg |
clone()
Constructs a copy of this object and everything reachable from it.
|
static CCFurnishChargingInformationArg |
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.
|
CCFurnishChargingInformationArg.Choice |
getChoice()
Gets the discriminant of the current choice.
|
CCFurnishChargingInformationArg.FCIBCCcs1 |
getFCIBCCcs1()
Gets the value of the fCIBCCcs1 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 |
isFCIBCCcs1Chosen()
Tests whether the choice is fCIBCCcs1.
|
protected void |
setChoice(CCFurnishChargingInformationArg.Choice arg)
Sets the discriminant of the current choice.
|
CCFurnishChargingInformationArg |
setFCIBCCcs1(CCFurnishChargingInformationArg.FCIBCCcs1 value)
Sets the value of the fCIBCCcs1 choice.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
equals, hashCode, toString
checkModify, isReadOnly
public CCFurnishChargingInformationArg clone()
clone
in interface DataObject
clone
in class AbstractDataObject
public static CCFurnishChargingInformationArg copyOf(CCFurnishChargingInformationArg from)
from
- the object from which to copypublic CCFurnishChargingInformationArg.Choice getChoice()
public CCFurnishChargingInformationArg.FCIBCCcs1 getFCIBCCcs1()
public static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap
in class AbstractFieldsObject
withAbsents
- ignored, as value cannot be optionalpublic boolean isFCIBCCcs1Chosen()
protected void setChoice(CCFurnishChargingInformationArg.Choice arg)
arg
- the new discriminantpublic CCFurnishChargingInformationArg setFCIBCCcs1(CCFurnishChargingInformationArg.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 nullpublic void setReadOnly()
setReadOnly
in interface DataObject
setReadOnly
in class AbstractDataObject