public class CAP3FurnishChargingInformationSMSArg extends ExtendibleOctetString
FurnishChargingInformationSMSArg ::=
OCTET STRING (SIZE (5..225)) (CONTAINING CAMEL-FCISMSBillingChargingCharacteristics)
This API has both a byteArray and a containedValue.
When a value of this type is received from the network, the received bytes are assigned to the byteArray, and then those bytes are decoded and any resulting value is assigned to the containedValue.
When a value of this type is sent to the network, any non-null containedValue is encoded and the resulting bytes are sent to the network, otherwise the bytes in the byteArray are sent to the network.
Used as argument type by CAP3Operations.furnishChargingInformationSMS.
FIELD_ABSENT, FIELD_UNINITIALISED| Constructor and Description |
|---|
CAP3FurnishChargingInformationSMSArg()
Nullary constructor.
|
CAP3FurnishChargingInformationSMSArg(byte[] byteArray)
Constructs from a given initial byte array value.
|
CAP3FurnishChargingInformationSMSArg(CAP3CAMEL_FCISMSBillingChargingCharacteristics containedValue)
Constructs from a given initial contained value.
|
| Modifier and Type | Method and Description |
|---|---|
CAP3FurnishChargingInformationSMSArg |
clone()
Constructs a copy of this object and everything reachable from it.
|
static CAP3FurnishChargingInformationSMSArg |
copyOf(CAP3FurnishChargingInformationSMSArg 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.
|
CAP3CAMEL_FCISMSBillingChargingCharacteristics |
getContainedValue()
Gets the value of the field containedValue.
|
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 field-name to field-value containing the byte array and contained value fields.
|
boolean |
hasContainedValue()
Tests whether the field containedValue has a value.
|
CAP3FurnishChargingInformationSMSArg |
setByteArray(byte[] value)
Sets the value of the field byteArray.
|
CAP3FurnishChargingInformationSMSArg |
setContainedValue(CAP3CAMEL_FCISMSBillingChargingCharacteristics value)
Sets the value of the field containedValue.
|
getByteArray, hasByteArrayequals, hashCode, toStringcheckModify, isReadOnly, setReadOnlypublic CAP3FurnishChargingInformationSMSArg()
public CAP3FurnishChargingInformationSMSArg(CAP3CAMEL_FCISMSBillingChargingCharacteristics containedValue)
containedValue - contained valuepublic CAP3FurnishChargingInformationSMSArg(byte[] byteArray)
byteArray - byte arraypublic CAP3FurnishChargingInformationSMSArg clone()
clone in interface DataObjectclone in class AbstractDataObjectpublic static CAP3FurnishChargingInformationSMSArg copyOf(CAP3FurnishChargingInformationSMSArg from)
from - the object from which to copypublic CAP3CAMEL_FCISMSBillingChargingCharacteristics getContainedValue()
public static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap in class ExtendibleOctetStringwithAbsents - whether to put absent optional fields into Mappublic boolean hasContainedValue()
public CAP3FurnishChargingInformationSMSArg setByteArray(byte[] value) throws IllegalStateException
setByteArray in class ExtendibleOctetStringvalue - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic CAP3FurnishChargingInformationSMSArg setContainedValue(CAP3CAMEL_FCISMSBillingChargingCharacteristics value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-only