public class CAP4CAMEL_AChBillingChargingCharacteristics extends CAP2CAMEL_AChBillingChargingCharacteristics
CAMEL-AChBillingChargingCharacteristics ::=
CHOICE {
timeDurationCharging SEQUENCE {
maxCallPeriodDuration INTEGER (1..864000),
releaseIfdurationExceeded BOOLEAN DEFAULT FALSE,
tariffSwitchInterval INTEGER (1..86400) OPTIONAL,
audibleIndicator AudibleIndicator DEFAULT tone : FALSE,
extensions Extensions OPTIONAL,
...
}
}
CAP-datatypes {
CAMEL-AChBillingChargingCharacteristics {
@extendible
@parentType com.opencloud.slee.resources.cgin.cap_v2.CAP2CAMEL_AChBillingChargingCharacteristics
timeDurationCharging {
releaseIfdurationExceeded {
@rename releaseIfdurationExceeded-v3
}
}
}
}
| Modifier and Type | Class and Description |
|---|---|
static class |
CAP4CAMEL_AChBillingChargingCharacteristics.Choice
API for CAP-datatypes.CAMEL-AChBillingChargingCharacteristics.Choice.
|
static class |
CAP4CAMEL_AChBillingChargingCharacteristics.TimeDurationCharging
API for CAP-datatypes.CAMEL-AChBillingChargingCharacteristics.timeDurationCharging.
|
FIELD_ABSENT, FIELD_UNINITIALISED| Constructor and Description |
|---|
CAP4CAMEL_AChBillingChargingCharacteristics() |
| Modifier and Type | Method and Description |
|---|---|
CAP4CAMEL_AChBillingChargingCharacteristics |
clone()
Constructs a copy of this object and everything reachable from it.
|
static CAP4CAMEL_AChBillingChargingCharacteristics |
copyOf(CAP2CAMEL_AChBillingChargingCharacteristics 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.
|
CAP4CAMEL_AChBillingChargingCharacteristics |
setTimeDurationCharging(CAP4CAMEL_AChBillingChargingCharacteristics.TimeDurationCharging value)
Sets the value of the timeDurationCharging choice.
|
getChoice, getTimeDurationCharging, isTimeDurationChargingChosen, setChoice, setReadOnly, setTimeDurationChargingequals, hashCode, toStringcheckModify, isReadOnlypublic CAP4CAMEL_AChBillingChargingCharacteristics()
public CAP4CAMEL_AChBillingChargingCharacteristics clone()
clone in interface DataObjectclone in class CAP2CAMEL_AChBillingChargingCharacteristicspublic static CAP4CAMEL_AChBillingChargingCharacteristics copyOf(CAP2CAMEL_AChBillingChargingCharacteristics from)
from - the object from which to copypublic static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap in class CAP2CAMEL_AChBillingChargingCharacteristicswithAbsents - ignored, as value cannot be optionalpublic CAP4CAMEL_AChBillingChargingCharacteristics setTimeDurationCharging(CAP4CAMEL_AChBillingChargingCharacteristics.TimeDurationCharging value) throws IllegalStateException, NullPointerException
value - the new value for the choiceIllegalStateException - if this instance has been marked as read-onlyNullPointerException - if the given value is null