Class CAP4FurnishChargingInformationArg
-
- All Implemented Interfaces:
DataObject
,Serializable
public class CAP4FurnishChargingInformationArg extends CAP3FurnishChargingInformationArg
API for CAP-gsmSSF-gsmSCF-ops-args.FurnishChargingInformationArg. Generated from the following ASN.1 type definition and the adaptations below.FurnishChargingInformationArg ::= CHOICE { fCIBCCcs1 FCIBCCCS1 } CAP-gsmSSF-gsmSCF-ops-args { FurnishChargingInformationArg { @parentType com.opencloud.slee.resources.cgin.cap_v3.CAP3FurnishChargingInformationArg } }
Used as argument type by
CAP4Operations.furnishChargingInformation
.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CAP4FurnishChargingInformationArg.Choice
API for CAP-gsmSSF-gsmSCF-ops-args.FurnishChargingInformationArg.Choice.-
Nested classes/interfaces inherited from class com.opencloud.slee.resources.cgin.cap_v2.CAP2FurnishChargingInformationArg
CAP2FurnishChargingInformationArg.FCIBCCcs1
-
-
Field Summary
-
Fields inherited from class com.opencloud.util.AbstractFieldsObject
FIELD_ABSENT, FIELD_UNINITIALISED
-
-
Constructor Summary
Constructors Constructor Description CAP4FurnishChargingInformationArg()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description CAP4FurnishChargingInformationArg
clone()
Constructs a copy of this object and everything reachable from it.static CAP4FurnishChargingInformationArg
copyOf(CCFurnishChargingInformationArg 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.CAP4FurnishChargingInformationArg
setFCIBCCcs1(CAP2FurnishChargingInformationArg.FCIBCCcs1 value)
Sets the value of the fCIBCCcs1 choice.-
Methods inherited from class com.opencloud.slee.resources.cgin.callcontrol.CCFurnishChargingInformationArg
getChoice, getFCIBCCcs1, isFCIBCCcs1Chosen, setChoice, setFCIBCCcs1, 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 CAP4FurnishChargingInformationArg clone()
Constructs a copy of this object and everything reachable from it.- Specified by:
clone
in interfaceDataObject
- Overrides:
clone
in classCAP3FurnishChargingInformationArg
- Returns:
- copy of object
-
copyOf
public static CAP4FurnishChargingInformationArg copyOf(CCFurnishChargingInformationArg 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:
- CAP4FurnishChargingInformationArg
-
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 classCAP3FurnishChargingInformationArg
- Parameters:
withAbsents
- ignored, as value cannot be optional- Returns:
- Map from :discriminant-name to associated-value
-
setFCIBCCcs1
public CAP4FurnishChargingInformationArg setFCIBCCcs1(CAP2FurnishChargingInformationArg.FCIBCCcs1 value) throws IllegalStateException, NullPointerException
Sets the value of the fCIBCCcs1 choice.- Overrides:
setFCIBCCcs1
in classCAP3FurnishChargingInformationArg
- 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
-
-