public static class CAP4EventSpecificInformationBCSM.TMidCallSpecificInfo.MidCallEvents extends AbstractFieldsObject
midCallEvents ::= CHOICE { dTMFDigitsCompleted Digits, dTMFDigitsTimeOut Digits } CAP-datatypes { EventSpecificInformationBCSM { tMidCallSpecificInfo { midCallEvents { dTMFDigitsCompleted { @import com.opencloud.slee.resources.in.datatypes.cc.GenericDigitsWithStarHash @api { @useAPIType com.opencloud.slee.resources.in.datatypes.cc.GenericDigits } } dTMFDigitsTimeOut { @import com.opencloud.slee.resources.in.datatypes.cc.GenericDigitsWithStarHash @api { @useAPIType com.opencloud.slee.resources.in.datatypes.cc.GenericDigits } } } } } }
Used as field type by CAP4EventSpecificInformationBCSM.TMidCallSpecificInfo
.
Modifier and Type | Class and Description |
---|---|
static class |
CAP4EventSpecificInformationBCSM.TMidCallSpecificInfo.MidCallEvents.Choice
API for CAP-datatypes.EventSpecificInformationBCSM.tMidCallSpecificInfo.midCallEvents.Choice.
|
FIELD_ABSENT, FIELD_UNINITIALISED
Constructor and Description |
---|
CAP4EventSpecificInformationBCSM.TMidCallSpecificInfo.MidCallEvents() |
Modifier and Type | Method and Description |
---|---|
CAP4EventSpecificInformationBCSM.TMidCallSpecificInfo.MidCallEvents |
clone()
Constructs a copy of this object and everything reachable from it.
|
static CAP4EventSpecificInformationBCSM.TMidCallSpecificInfo.MidCallEvents |
copyOf(CAP4EventSpecificInformationBCSM.TMidCallSpecificInfo.MidCallEvents 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.
|
CAP4EventSpecificInformationBCSM.TMidCallSpecificInfo.MidCallEvents.Choice |
getChoice()
Gets the discriminant of the current choice.
|
GenericDigits |
getDTMFDigitsCompleted()
Gets the value of the dTMFDigitsCompleted choice.
|
GenericDigits |
getDTMFDigitsTimeOut()
Gets the value of the dTMFDigitsTimeOut 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.
|
boolean |
isDTMFDigitsCompletedChosen()
Tests whether the choice is dTMFDigitsCompleted.
|
boolean |
isDTMFDigitsTimeOutChosen()
Tests whether the choice is dTMFDigitsTimeOut.
|
CAP4EventSpecificInformationBCSM.TMidCallSpecificInfo.MidCallEvents |
setDTMFDigitsCompleted(GenericDigits value)
Sets the value of the dTMFDigitsCompleted choice.
|
CAP4EventSpecificInformationBCSM.TMidCallSpecificInfo.MidCallEvents |
setDTMFDigitsTimeOut(GenericDigits value)
Sets the value of the dTMFDigitsTimeOut choice.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
equals, hashCode, toString
checkModify, isReadOnly
public CAP4EventSpecificInformationBCSM.TMidCallSpecificInfo.MidCallEvents()
public CAP4EventSpecificInformationBCSM.TMidCallSpecificInfo.MidCallEvents clone()
clone
in interface DataObject
clone
in class AbstractDataObject
public static CAP4EventSpecificInformationBCSM.TMidCallSpecificInfo.MidCallEvents copyOf(CAP4EventSpecificInformationBCSM.TMidCallSpecificInfo.MidCallEvents from)
from
- the object from which to copypublic CAP4EventSpecificInformationBCSM.TMidCallSpecificInfo.MidCallEvents.Choice getChoice()
public GenericDigits getDTMFDigitsCompleted()
public GenericDigits getDTMFDigitsTimeOut()
public static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap
in class AbstractFieldsObject
withAbsents
- ignored, as value cannot be optionalpublic boolean isDTMFDigitsCompletedChosen()
public boolean isDTMFDigitsTimeOutChosen()
public CAP4EventSpecificInformationBCSM.TMidCallSpecificInfo.MidCallEvents setDTMFDigitsCompleted(GenericDigits 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 CAP4EventSpecificInformationBCSM.TMidCallSpecificInfo.MidCallEvents setDTMFDigitsTimeOut(GenericDigits 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