public class CAP3CAMEL_FCIGPRSBillingChargingCharacteristics extends AbstractFieldsObject
CAMEL-FCIGPRSBillingChargingCharacteristics ::=
SEQUENCE {
fCIBCCCAMELsequence1 SEQUENCE {
freeFormatData OCTET STRING (SIZE (1..160)),
pDPID PDPID OPTIONAL,
appendFreeFormatData AppendFreeFormatData DEFAULT overwrite,
...
}
}
Used as contained type by CAP3FurnishChargingInformationGPRSArg.
| Modifier and Type | Class and Description |
|---|---|
static class |
CAP3CAMEL_FCIGPRSBillingChargingCharacteristics.FCIBCCCAMELsequence1
API for CAP-datatypes.CAMEL-FCIGPRSBillingChargingCharacteristics.fCIBCCCAMELsequence1.
|
FIELD_ABSENT, FIELD_UNINITIALISED| Constructor and Description |
|---|
CAP3CAMEL_FCIGPRSBillingChargingCharacteristics()
Constructs an object with uninitialised state.
|
CAP3CAMEL_FCIGPRSBillingChargingCharacteristics(CAP3CAMEL_FCIGPRSBillingChargingCharacteristics.FCIBCCCAMELsequence1 FCIBCCCAMELsequence1_param)
Constructs an object from given values for all fields.
|
| Modifier and Type | Method and Description |
|---|---|
CAP3CAMEL_FCIGPRSBillingChargingCharacteristics |
clone()
Constructs a copy of this object and everything reachable from it.
|
static CAP3CAMEL_FCIGPRSBillingChargingCharacteristics |
copyOf(CAP3CAMEL_FCIGPRSBillingChargingCharacteristics 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_FCIGPRSBillingChargingCharacteristics.FCIBCCCAMELsequence1 |
getFCIBCCCAMELsequence1()
Gets the value of the field fCIBCCCAMELsequence1.
|
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.
|
boolean |
hasFCIBCCCAMELsequence1()
Tests whether the field fCIBCCCAMELsequence1 has a value.
|
CAP3CAMEL_FCIGPRSBillingChargingCharacteristics |
setFCIBCCCAMELsequence1(CAP3CAMEL_FCIGPRSBillingChargingCharacteristics.FCIBCCCAMELsequence1 value)
Sets the value of the field fCIBCCCAMELsequence1.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
equals, hashCode, toStringcheckModify, isReadOnlypublic CAP3CAMEL_FCIGPRSBillingChargingCharacteristics()
public CAP3CAMEL_FCIGPRSBillingChargingCharacteristics(CAP3CAMEL_FCIGPRSBillingChargingCharacteristics.FCIBCCCAMELsequence1 FCIBCCCAMELsequence1_param)
FCIBCCCAMELsequence1_param - value for that fieldpublic CAP3CAMEL_FCIGPRSBillingChargingCharacteristics clone()
clone in interface DataObjectclone in class AbstractDataObjectpublic static CAP3CAMEL_FCIGPRSBillingChargingCharacteristics copyOf(CAP3CAMEL_FCIGPRSBillingChargingCharacteristics from)
from - the object from which to copypublic CAP3CAMEL_FCIGPRSBillingChargingCharacteristics.FCIBCCCAMELsequence1 getFCIBCCCAMELsequence1()
public static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap in class AbstractFieldsObjectwithAbsents - whether to put absent optional fields into Mappublic boolean hasFCIBCCCAMELsequence1()
public CAP3CAMEL_FCIGPRSBillingChargingCharacteristics setFCIBCCCAMELsequence1(CAP3CAMEL_FCIGPRSBillingChargingCharacteristics.FCIBCCCAMELsequence1 value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic void setReadOnly()
setReadOnly in interface DataObjectsetReadOnly in class AbstractDataObject