Class CAP3CAMEL_FCIBillingChargingCharacteristics
- java.lang.Object
-
- com.opencloud.util.AbstractDataObject
-
- com.opencloud.util.AbstractFieldsObject
-
- CAP2CAMEL_FCIBillingChargingCharacteristics
-
- CAP3CAMEL_FCIBillingChargingCharacteristics
-
- All Implemented Interfaces:
DataObject
,Serializable
- Direct Known Subclasses:
CAP4CAMEL_FCIBillingChargingCharacteristics
public class CAP3CAMEL_FCIBillingChargingCharacteristics extends CAP2CAMEL_FCIBillingChargingCharacteristics
API for CAP-datatypes.CAMEL-FCIBillingChargingCharacteristics. Generated from the following ASN.1 type definition and the adaptations below.CAMEL-FCIBillingChargingCharacteristics ::= CHOICE { fCIBCCCAMELsequence1 SEQUENCE { freeFormatData OCTET STRING (SIZE (1..160)), partyToCharge SendingSideID DEFAULT sendingSideID : '01'H, appendFreeFormatData AppendFreeFormatData DEFAULT overwrite } } CAP-datatypes { CAMEL-FCIBillingChargingCharacteristics { @extendible @parentType com.opencloud.slee.resources.cgin.cap_v2.CAP2CAMEL_FCIBillingChargingCharacteristics } }
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CAP3CAMEL_FCIBillingChargingCharacteristics.Choice
API for CAP-datatypes.CAMEL-FCIBillingChargingCharacteristics.Choice.static class
CAP3CAMEL_FCIBillingChargingCharacteristics.FCIBCCCAMELsequence1
API for CAP-datatypes.CAMEL-FCIBillingChargingCharacteristics.fCIBCCCAMELsequence1.
-
Field Summary
-
Fields inherited from class com.opencloud.util.AbstractFieldsObject
FIELD_ABSENT, FIELD_UNINITIALISED
-
-
Constructor Summary
Constructors Constructor Description CAP3CAMEL_FCIBillingChargingCharacteristics()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description CAP3CAMEL_FCIBillingChargingCharacteristics
clone()
Constructs a copy of this object and everything reachable from it.static CAP3CAMEL_FCIBillingChargingCharacteristics
copyOf(CAP2CAMEL_FCIBillingChargingCharacteristics 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.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 :discriminant-name to associated-value.CAP3CAMEL_FCIBillingChargingCharacteristics
setFCIBCCCAMELsequence1(CAP3CAMEL_FCIBillingChargingCharacteristics.FCIBCCCAMELsequence1 value)
Sets the value of the fCIBCCCAMELsequence1 choice.-
Methods inherited from class com.opencloud.slee.resources.cgin.cap_v2.CAP2CAMEL_FCIBillingChargingCharacteristics
getChoice, getFCIBCCCAMELsequence1, isFCIBCCCAMELsequence1Chosen, setChoice, setFCIBCCCAMELsequence1, setReadOnly
-
Methods inherited from class com.opencloud.util.AbstractFieldsObject
equals, hashCode, toString
-
Methods inherited from class com.opencloud.util.AbstractDataObject
checkModify, isReadOnly
-
-
-
-
Method Detail
-
clone
public CAP3CAMEL_FCIBillingChargingCharacteristics clone()
Constructs a copy of this object and everything reachable from it.- Specified by:
clone
in interfaceDataObject
- Overrides:
clone
in classCAP2CAMEL_FCIBillingChargingCharacteristics
- Returns:
- copy of object
-
copyOf
public static CAP3CAMEL_FCIBillingChargingCharacteristics copyOf(CAP2CAMEL_FCIBillingChargingCharacteristics 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:
- CAP3CAMEL_FCIBillingChargingCharacteristics
-
getFieldAccessors
public static FieldAccessor[] getFieldAccessors()
Gets a new array of the accessors for fields of this type.- Returns:
- FieldAccessor[]
-
getFieldsMap
public Map<String,Object> getFieldsMap(boolean withAbsents)
Gets a Map from :discriminant-name to associated-value. For a value of primitive type, the value is boxed. If choice is not set, returns a map from : to AbstractFieldsObject.FIELD_UNINITIALISED.- Overrides:
getFieldsMap
in classCAP2CAMEL_FCIBillingChargingCharacteristics
- Parameters:
withAbsents
- ignored, as value cannot be optional- Returns:
- Map from :discriminant-name to associated-value
-
setFCIBCCCAMELsequence1
public CAP3CAMEL_FCIBillingChargingCharacteristics setFCIBCCCAMELsequence1(CAP3CAMEL_FCIBillingChargingCharacteristics.FCIBCCCAMELsequence1 value) throws IllegalStateException, NullPointerException
Sets the value of the fCIBCCCAMELsequence1 choice.- Parameters:
value
- the new value for the choice- Returns:
- this
- Throws:
IllegalStateException
- if this instance has been marked as read-onlyNullPointerException
- if the given value is null
-
-