public class CCApplyChargingReportArg extends ExtendibleOctetString
ApplyChargingReportArg ::= OCTET STRINGEach 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 argument type by CCOperations.applyChargingReport
.
FIELD_ABSENT, FIELD_UNINITIALISED
Constructor and Description |
---|
CCApplyChargingReportArg()
Nullary constructor.
|
CCApplyChargingReportArg(byte[] byteArray)
Constructs from a given initial byte array value.
|
Modifier and Type | Method and Description |
---|---|
CCApplyChargingReportArg |
clone()
Constructs a copy of this object and everything reachable from it.
|
static CCApplyChargingReportArg |
copyOf(CCApplyChargingReportArg 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.
|
CCApplyChargingReportArg |
setByteArray(byte[] value)
Sets the value of the field byteArray.
|
getByteArray, getFieldAccessors, getFieldsMap, hasByteArray
equals, hashCode, toString
checkModify, isReadOnly, setReadOnly
public CCApplyChargingReportArg()
public CCApplyChargingReportArg(byte[] byteArray)
byteArray
- byte arraypublic CCApplyChargingReportArg clone()
clone
in interface DataObject
clone
in class AbstractDataObject
public static CCApplyChargingReportArg copyOf(CCApplyChargingReportArg from)
from
- the object from which to copypublic CCApplyChargingReportArg setByteArray(byte[] value) throws IllegalStateException
setByteArray
in class ExtendibleOctetString
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-only