public static class CCFurnishChargingInformationArg.FCIBCCcs1 extends ExtendibleOctetString
fCIBCCcs1 ::=
OCTET STRING
CC-DataTypes {
FurnishChargingInformationArg {
fCIBCCcs1 {
@extendible
}
}
}
Each subclass adds a ContainedValue field alongside the ByteArray field inherited from ExtendibleOctetString.
The position of this class in the type hierarchy restricts what types of contained value can be used.
Used as field type by CCFurnishChargingInformationArg.
FIELD_ABSENT, FIELD_UNINITIALISED| Constructor and Description |
|---|
CCFurnishChargingInformationArg.FCIBCCcs1()
Nullary constructor.
|
CCFurnishChargingInformationArg.FCIBCCcs1(byte[] byteArray)
Constructs from a given initial byte array value.
|
| Modifier and Type | Method and Description |
|---|---|
CCFurnishChargingInformationArg.FCIBCCcs1 |
clone()
Constructs a copy of this object and everything reachable from it.
|
static CCFurnishChargingInformationArg.FCIBCCcs1 |
copyOf(CCFurnishChargingInformationArg.FCIBCCcs1 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.FCIBCCcs1 |
setByteArray(byte[] value)
Sets the value of the field byteArray.
|
getByteArray, getFieldAccessors, getFieldsMap, hasByteArrayequals, hashCode, toStringcheckModify, isReadOnly, setReadOnlypublic CCFurnishChargingInformationArg.FCIBCCcs1()
public CCFurnishChargingInformationArg.FCIBCCcs1(byte[] byteArray)
byteArray - byte arraypublic CCFurnishChargingInformationArg.FCIBCCcs1 clone()
clone in interface DataObjectclone in class AbstractDataObjectpublic static CCFurnishChargingInformationArg.FCIBCCcs1 copyOf(CCFurnishChargingInformationArg.FCIBCCcs1 from)
from - the object from which to copypublic CCFurnishChargingInformationArg.FCIBCCcs1 setByteArray(byte[] value) throws IllegalStateException
setByteArray in class ExtendibleOctetStringvalue - the new value for the fieldIllegalStateException - if this instance has been marked as read-only