Class CS1SFBillingChargingCharacteristics
- java.lang.Object
-
- com.opencloud.util.AbstractDataObject
-
- com.opencloud.util.AbstractFieldsObject
-
- ExtendibleOctetString
-
- CS1SFBillingChargingCharacteristics
-
- All Implemented Interfaces:
DataObject
,Serializable
public class CS1SFBillingChargingCharacteristics extends ExtendibleOctetString
API for Core-INAP-CS1-DataTypes.SFBillingChargingCharacteristics. Generated from the following ASN.1 type definition and the adaptations below.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
.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.opencloud.util.AbstractFieldsObject
FIELD_ABSENT, FIELD_UNINITIALISED
-
-
Constructor Summary
Constructors Constructor Description CS1SFBillingChargingCharacteristics()
Nullary constructor.CS1SFBillingChargingCharacteristics(byte[] byteArray)
Constructs from a given initial byte array value.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class com.opencloud.slee.resources.cgin.ExtendibleOctetString
getByteArray, getFieldAccessors, getFieldsMap, hasByteArray
-
Methods inherited from class com.opencloud.util.AbstractFieldsObject
equals, hashCode, toString
-
Methods inherited from class com.opencloud.util.AbstractDataObject
checkModify, isReadOnly, setReadOnly
-
-
-
-
Constructor Detail
-
CS1SFBillingChargingCharacteristics
public CS1SFBillingChargingCharacteristics()
Nullary constructor.
-
CS1SFBillingChargingCharacteristics
public CS1SFBillingChargingCharacteristics(byte[] byteArray)
Constructs from a given initial byte array value.- Parameters:
byteArray
- byte array
-
-
Method Detail
-
clone
public CS1SFBillingChargingCharacteristics clone()
Constructs a copy of this object and everything reachable from it.- Specified by:
clone
in interfaceDataObject
- Specified by:
clone
in classAbstractDataObject
- Returns:
- copy of object
-
copyOf
public 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.- Parameters:
from
- the object from which to copy- Returns:
- CS1SFBillingChargingCharacteristics
-
setByteArray
public CS1SFBillingChargingCharacteristics setByteArray(byte[] value) throws IllegalStateException
Sets the value of the field byteArray.- Overrides:
setByteArray
in classExtendibleOctetString
- Parameters:
value
- the new value for the field- Returns:
- this
- Throws:
IllegalStateException
- if this instance has been marked as read-only
-
-