public class CS1GapIndicators extends CCGapIndicators
GapIndicators ::= SEQUENCE { duration Duration, gapInterval Interval } Core-INAP-CS1-DataTypes { GapIndicators { @parentType com.opencloud.slee.resources.cgin.callcontrol.CCGapIndicators } }
Used as field type by CS1CallGapArg
.
FIELD_ABSENT, FIELD_UNINITIALISED
Constructor and Description |
---|
CS1GapIndicators()
Constructs an object with uninitialised state.
|
CS1GapIndicators(int Duration_param,
int GapInterval_param)
Constructs an object from given values for all fields.
|
Modifier and Type | Method and Description |
---|---|
CS1GapIndicators |
clone()
Constructs a copy of this object and everything reachable from it.
|
static CS1GapIndicators |
copyOf(CCGapIndicators 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 field-name to field-value.
|
int |
getGapInterval()
Gets the value of the field gapInterval.
|
boolean |
hasGapInterval()
Tests whether the field gapInterval has a value.
|
CS1GapIndicators |
setDuration(int value)
Sets the value of the field duration.
|
CS1GapIndicators |
setGapInterval(int value)
Sets the value of the field gapInterval and marks the field as present.
|
getDuration, getInterval, hasDuration, hasInterval, setDuration, setInterval
equals, hashCode, toString
checkModify, isReadOnly, setReadOnly
public CS1GapIndicators()
public CS1GapIndicators(int Duration_param, int GapInterval_param)
Duration_param
- value for that fieldGapInterval_param
- value for that fieldpublic CS1GapIndicators clone()
clone
in interface DataObject
clone
in class CCGapIndicators
public static CS1GapIndicators copyOf(CCGapIndicators from)
from
- the object from which to copypublic static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap
in class CCGapIndicators
withAbsents
- whether to put absent optional fields into Mappublic int getGapInterval()
public boolean hasGapInterval()
public CS1GapIndicators setDuration(int value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic CS1GapIndicators setGapInterval(int value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-only