public static class CAP4CAMEL_AChBillingChargingCharacteristics.TimeDurationCharging extends CAP2CAMEL_AChBillingChargingCharacteristics.TimeDurationCharging
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 {
timeDurationCharging {
releaseIfdurationExceeded {
@rename releaseIfdurationExceeded-v3
}
}
}
}
Used as field type by CAP4CAMEL_AChBillingChargingCharacteristics.
FIELD_ABSENT, FIELD_UNINITIALISED| Constructor and Description |
|---|
CAP4CAMEL_AChBillingChargingCharacteristics.TimeDurationCharging()
Constructs an object with uninitialised state.
|
| Modifier and Type | Method and Description |
|---|---|
CAP4CAMEL_AChBillingChargingCharacteristics.TimeDurationCharging |
clone()
Constructs a copy of this object and everything reachable from it.
|
static CAP4CAMEL_AChBillingChargingCharacteristics.TimeDurationCharging |
copyOf(CAP2CAMEL_AChBillingChargingCharacteristics.TimeDurationCharging 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.
|
CAP4AudibleIndicator |
getAudibleIndicator()
Gets the value of the field audibleIndicator.
|
CAP1ExtensionField[] |
getExtensions()
Gets the value of the field extensions.
|
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 |
getReleaseIfdurationExceeded_v3()
Gets the value of the field releaseIfdurationExceeded.
|
boolean |
hasAudibleIndicator()
Tests whether the field audibleIndicator has a value.
|
boolean |
hasExtensions()
Tests whether the field extensions has a value.
|
boolean |
hasReleaseIfdurationExceeded_v3()
Tests whether the field releaseIfdurationExceeded has a value.
|
CAP4CAMEL_AChBillingChargingCharacteristics.TimeDurationCharging |
setAudibleIndicator(CAP4AudibleIndicator value)
Sets the value of the field audibleIndicator.
|
CAP4CAMEL_AChBillingChargingCharacteristics.TimeDurationCharging |
setExtensions(CAP1ExtensionField[] value)
Sets the value of the field extensions.
|
CAP4CAMEL_AChBillingChargingCharacteristics.TimeDurationCharging |
setMaxCallPeriodDuration(int value)
Sets the value of the field maxCallPeriodDuration.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
CAP4CAMEL_AChBillingChargingCharacteristics.TimeDurationCharging |
setReleaseIfdurationExceeded_v3(boolean value)
Sets the value of the field releaseIfdurationExceeded and marks the field as present.
|
CAP4CAMEL_AChBillingChargingCharacteristics.TimeDurationCharging |
setReleaseIfdurationExceeded_v3Present(boolean flag)
Sets the presence or absence of the optional field releaseIfdurationExceeded.
|
CAP4CAMEL_AChBillingChargingCharacteristics.TimeDurationCharging |
setTariffSwitchInterval(int value)
Sets the value of the field tariffSwitchInterval.
|
CAP4CAMEL_AChBillingChargingCharacteristics.TimeDurationCharging |
setTariffSwitchIntervalPresent(boolean flag)
Sets the presence or absence of the optional field tariffSwitchInterval.
|
getMaxCallPeriodDuration, getReleaseIfdurationExceeded_v2, getTariffSwitchInterval, hasMaxCallPeriodDuration, hasReleaseIfdurationExceeded_v2, hasTariffSwitchInterval, setReleaseIfdurationExceeded_v2equals, hashCode, toStringcheckModify, isReadOnlypublic CAP4CAMEL_AChBillingChargingCharacteristics.TimeDurationCharging()
public CAP4CAMEL_AChBillingChargingCharacteristics.TimeDurationCharging clone()
clone in interface DataObjectclone in class CAP2CAMEL_AChBillingChargingCharacteristics.TimeDurationChargingpublic static CAP4CAMEL_AChBillingChargingCharacteristics.TimeDurationCharging copyOf(CAP2CAMEL_AChBillingChargingCharacteristics.TimeDurationCharging from)
from - the object from which to copypublic CAP4AudibleIndicator getAudibleIndicator()
public CAP1ExtensionField[] getExtensions()
public static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap in class CAP2CAMEL_AChBillingChargingCharacteristics.TimeDurationChargingwithAbsents - whether to put absent optional fields into Mappublic boolean getReleaseIfdurationExceeded_v3()
public boolean hasAudibleIndicator()
public boolean hasExtensions()
public boolean hasReleaseIfdurationExceeded_v3()
public CAP4CAMEL_AChBillingChargingCharacteristics.TimeDurationCharging setAudibleIndicator(CAP4AudibleIndicator value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic CAP4CAMEL_AChBillingChargingCharacteristics.TimeDurationCharging setExtensions(CAP1ExtensionField[] value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic CAP4CAMEL_AChBillingChargingCharacteristics.TimeDurationCharging setMaxCallPeriodDuration(int value) throws IllegalStateException
setMaxCallPeriodDuration in class CAP2CAMEL_AChBillingChargingCharacteristics.TimeDurationChargingvalue - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic void setReadOnly()
setReadOnly in interface DataObjectsetReadOnly in class CAP2CAMEL_AChBillingChargingCharacteristics.TimeDurationChargingpublic CAP4CAMEL_AChBillingChargingCharacteristics.TimeDurationCharging setReleaseIfdurationExceeded_v3(boolean value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic CAP4CAMEL_AChBillingChargingCharacteristics.TimeDurationCharging setReleaseIfdurationExceeded_v3Present(boolean flag) throws IllegalStateException
flag - either true if the field should be marked as present or false if the field should be marked as absentIllegalStateException - if this instance has been marked as read-onlypublic CAP4CAMEL_AChBillingChargingCharacteristics.TimeDurationCharging setTariffSwitchInterval(int value) throws IllegalStateException
setTariffSwitchInterval in class CAP2CAMEL_AChBillingChargingCharacteristics.TimeDurationChargingvalue - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic CAP4CAMEL_AChBillingChargingCharacteristics.TimeDurationCharging setTariffSwitchIntervalPresent(boolean flag) throws IllegalStateException
setTariffSwitchIntervalPresent in class CAP2CAMEL_AChBillingChargingCharacteristics.TimeDurationChargingflag - either true if the field should be marked as present or false if the field should be marked as absentIllegalStateException - if this instance has been marked as read-only