public class CAP4DpSpecificCriteria extends CAP2DPSpecificCriteria
DpSpecificCriteria ::= CHOICE { applicationTimer ApplicationTimer, midCallControlInfo MidCallControlInfo, dpSpecificCriteriaAlt DpSpecificCriteriaAlt } CAP-datatypes { DpSpecificCriteria { @parentType com.opencloud.slee.resources.cgin.cap_v2.CAP2DPSpecificCriteria } }
Used as field type by CAP4BCSMEvent
.
Modifier and Type | Class and Description |
---|---|
static class |
CAP4DpSpecificCriteria.Choice
API for CAP-datatypes.DpSpecificCriteria.Choice.
|
FIELD_ABSENT, FIELD_UNINITIALISED
Constructor and Description |
---|
CAP4DpSpecificCriteria() |
Modifier and Type | Method and Description |
---|---|
CAP4DpSpecificCriteria |
clone()
Constructs a copy of this object and everything reachable from it.
|
static CAP4DpSpecificCriteria |
copyOf(CAP2DPSpecificCriteria 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.
|
CAP4DpSpecificCriteriaAlt |
getDpSpecificCriteriaAlt()
Gets the value of the dpSpecificCriteriaAlt choice.
|
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.
|
CAP4MidCallControlInfo |
getMidCallControlInfo()
Gets the value of the midCallControlInfo choice.
|
boolean |
isDpSpecificCriteriaAltChosen()
Tests whether the choice is dpSpecificCriteriaAlt.
|
boolean |
isMidCallControlInfoChosen()
Tests whether the choice is midCallControlInfo.
|
CAP4DpSpecificCriteria |
setApplicationTimer(int value)
Sets the value of the applicationTimer choice.
|
CAP4DpSpecificCriteria |
setDpSpecificCriteriaAlt(CAP4DpSpecificCriteriaAlt value)
Sets the value of the dpSpecificCriteriaAlt choice.
|
CAP4DpSpecificCriteria |
setMidCallControlInfo(CAP4MidCallControlInfo value)
Sets the value of the midCallControlInfo choice.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
getApplicationTimer, getChoice, isApplicationTimerChosen, setChoice
equals, hashCode, toString
checkModify, isReadOnly
public CAP4DpSpecificCriteria clone()
clone
in interface DataObject
clone
in class CAP2DPSpecificCriteria
public static CAP4DpSpecificCriteria copyOf(CAP2DPSpecificCriteria from)
from
- the object from which to copypublic CAP4DpSpecificCriteriaAlt getDpSpecificCriteriaAlt()
public static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap
in class CAP2DPSpecificCriteria
withAbsents
- ignored, as value cannot be optionalpublic CAP4MidCallControlInfo getMidCallControlInfo()
public boolean isDpSpecificCriteriaAltChosen()
public boolean isMidCallControlInfoChosen()
public CAP4DpSpecificCriteria setApplicationTimer(int value) throws IllegalStateException
setApplicationTimer
in class CAP2DPSpecificCriteria
value
- the new value for the choiceIllegalStateException
- if this instance has been marked as read-onlypublic CAP4DpSpecificCriteria setDpSpecificCriteriaAlt(CAP4DpSpecificCriteriaAlt 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 nullpublic CAP4DpSpecificCriteria setMidCallControlInfo(CAP4MidCallControlInfo 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 nullpublic void setReadOnly()
setReadOnly
in interface DataObject
setReadOnly
in class AbstractDataObject