public class CS1SFBillingChargingCharacteristics extends ExtendibleOctetString
SFBillingChargingCharacteristics ::= OCTET STRING (SIZE (1..1000)) Core-INAP-CS1-DataTypes { SFBillingChargingCharacteristics { @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 CS1FilteredCallTreatment
.
FIELD_ABSENT, FIELD_UNINITIALISED
Constructor and Description |
---|
CS1SFBillingChargingCharacteristics()
Nullary constructor.
|
CS1SFBillingChargingCharacteristics(byte[] byteArray)
Constructs from a given initial byte array value.
|
Modifier and Type | Method and Description |
---|---|
CS1SFBillingChargingCharacteristics |
clone()
Constructs a copy of this object and everything reachable from it.
|
static CS1SFBillingChargingCharacteristics |
copyOf(CS1SFBillingChargingCharacteristics 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.
|
CS1SFBillingChargingCharacteristics |
setByteArray(byte[] value)
Sets the value of the field byteArray.
|
getByteArray, getFieldAccessors, getFieldsMap, hasByteArray
equals, hashCode, toString
checkModify, isReadOnly, setReadOnly
public CS1SFBillingChargingCharacteristics()
public CS1SFBillingChargingCharacteristics(byte[] byteArray)
byteArray
- byte arraypublic CS1SFBillingChargingCharacteristics clone()
clone
in interface DataObject
clone
in class AbstractDataObject
public static CS1SFBillingChargingCharacteristics copyOf(CS1SFBillingChargingCharacteristics from)
from
- the object from which to copypublic CS1SFBillingChargingCharacteristics 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