public class CAP2AOCSubsequent extends AbstractFieldsObject
AOCSubsequent ::= SEQUENCE { cAI-GSM0224 CAI-GSM0224, tariffSwitchInterval INTEGER (1..86400) OPTIONAL }
Used as field type by CAP2AOCBeforeAnswer
.
Used as field type by CAP2CAMEL_SCIBillingChargingCharacteristics
.
FIELD_ABSENT, FIELD_UNINITIALISED
Constructor and Description |
---|
CAP2AOCSubsequent()
Constructs an object with uninitialised state.
|
Modifier and Type | Method and Description |
---|---|
CAP2AOCSubsequent |
clone()
Constructs a copy of this object and everything reachable from it.
|
static CAP2AOCSubsequent |
copyOf(CAP2AOCSubsequent 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.
|
CAP2CAI_GSM0224 |
getCAI_GSM0224()
Gets the value of the field cAI-GSM0224.
|
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.
|
int |
getTariffSwitchInterval()
Gets the value of the field tariffSwitchInterval.
|
boolean |
hasCAI_GSM0224()
Tests whether the field cAI-GSM0224 has a value.
|
boolean |
hasTariffSwitchInterval()
Tests whether the field tariffSwitchInterval has a value.
|
CAP2AOCSubsequent |
setCAI_GSM0224(CAP2CAI_GSM0224 value)
Sets the value of the field cAI-GSM0224.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
CAP2AOCSubsequent |
setTariffSwitchInterval(int value)
Sets the value of the field tariffSwitchInterval and marks the field as present.
|
CAP2AOCSubsequent |
setTariffSwitchIntervalPresent(boolean flag)
Sets the presence or absence of the optional field tariffSwitchInterval.
|
equals, hashCode, toString
checkModify, isReadOnly
public CAP2AOCSubsequent()
public CAP2AOCSubsequent clone()
clone
in interface DataObject
clone
in class AbstractDataObject
public static CAP2AOCSubsequent copyOf(CAP2AOCSubsequent from)
from
- the object from which to copypublic CAP2CAI_GSM0224 getCAI_GSM0224()
public static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap
in class AbstractFieldsObject
withAbsents
- whether to put absent optional fields into Mappublic int getTariffSwitchInterval()
public boolean hasCAI_GSM0224()
public boolean hasTariffSwitchInterval()
public CAP2AOCSubsequent setCAI_GSM0224(CAP2CAI_GSM0224 value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic void setReadOnly()
setReadOnly
in interface DataObject
setReadOnly
in class AbstractDataObject
public CAP2AOCSubsequent setTariffSwitchInterval(int value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic CAP2AOCSubsequent setTariffSwitchIntervalPresent(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-only