Class CAP2EventSpecificInformationBCSM
- java.lang.Object
-
- com.opencloud.util.AbstractDataObject
-
- com.opencloud.util.AbstractFieldsObject
-
- CCEventSpecificInformationBCSM
-
- CAP2EventSpecificInformationBCSM
-
- All Implemented Interfaces:
DataObject
,Serializable
- Direct Known Subclasses:
CAP3EventSpecificInformationBCSM
public class CAP2EventSpecificInformationBCSM extends CCEventSpecificInformationBCSM
API for CAP-DataTypes.EventSpecificInformationBCSM. Generated from the following ASN.1 type definition and the adaptations below.EventSpecificInformationBCSM ::= CHOICE { routeSelectFailureSpecificInfo SEQUENCE { failureCause Cause OPTIONAL, ... }, oCalledPartyBusySpecificInfo SEQUENCE { busyCause Cause OPTIONAL, ... }, oNoAnswerSpecificInfo SEQUENCE { ... }, oAnswerSpecificInfo SEQUENCE { ... }, oDisconnectSpecificInfo SEQUENCE { releaseCause Cause OPTIONAL, ... }, tBusySpecificInfo SEQUENCE { busyCause Cause OPTIONAL, callForwarded NULL OPTIONAL, ... }, tNoAnswerSpecificInfo SEQUENCE { callForwarded NULL OPTIONAL, ... }, tAnswerSpecificInfo SEQUENCE { ... }, tDisconnectSpecificInfo SEQUENCE { releaseCause Cause OPTIONAL, ... } } CAP-DataTypes { EventSpecificInformationBCSM { @parentType com.opencloud.slee.resources.cgin.callcontrol.CCEventSpecificInformationBCSM tBusySpecificInfo { @rename tCalledPartyBusySpecificInfo } } }
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CAP2EventSpecificInformationBCSM.Choice
API for CAP-DataTypes.EventSpecificInformationBCSM.Choice.static class
CAP2EventSpecificInformationBCSM.TCalledPartyBusySpecificInfo
API for CAP-DataTypes.EventSpecificInformationBCSM.tBusySpecificInfo.static class
CAP2EventSpecificInformationBCSM.TNoAnswerSpecificInfo
API for CAP-DataTypes.EventSpecificInformationBCSM.tNoAnswerSpecificInfo.-
Nested classes/interfaces inherited from class com.opencloud.slee.resources.cgin.callcontrol.CCEventSpecificInformationBCSM
CCEventSpecificInformationBCSM.AnalyzedInfoSpecificInfo, CCEventSpecificInformationBCSM.CollectedInfoSpecificInfo, CCEventSpecificInformationBCSM.OAnswerSpecificInfo, CCEventSpecificInformationBCSM.OCalledPartyBusySpecificInfo, CCEventSpecificInformationBCSM.ODisconnectSpecificInfo, CCEventSpecificInformationBCSM.OMidCallSpecificInfo, CCEventSpecificInformationBCSM.ONoAnswerSpecificInfo, CCEventSpecificInformationBCSM.RouteSelectFailureSpecificInfo, CCEventSpecificInformationBCSM.TAnswerSpecificInfo, CCEventSpecificInformationBCSM.TDisconnectSpecificInfo, CCEventSpecificInformationBCSM.TMidCallSpecificInfo
-
-
Field Summary
-
Fields inherited from class com.opencloud.util.AbstractFieldsObject
FIELD_ABSENT, FIELD_UNINITIALISED
-
-
Constructor Summary
Constructors Constructor Description CAP2EventSpecificInformationBCSM()
-
Method Summary
-
Methods inherited from class com.opencloud.slee.resources.cgin.callcontrol.CCEventSpecificInformationBCSM
getAnalyzedInfoSpecificInfo, getChoice, getCollectedInfoSpecificInfo, getOAnswerSpecificInfo, getOCalledPartyBusySpecificInfo, getODisconnectSpecificInfo, getOMidCallSpecificInfo, getONoAnswerSpecificInfo, getRouteSelectFailureSpecificInfo, getTAnswerSpecificInfo, getTCalledPartyBusySpecificInfo, getTDisconnectSpecificInfo, getTMidCallSpecificInfo, getTNoAnswerSpecificInfo, isAnalyzedInfoSpecificInfoChosen, isCollectedInfoSpecificInfoChosen, isOAnswerSpecificInfoChosen, isOCalledPartyBusySpecificInfoChosen, isODisconnectSpecificInfoChosen, isOMidCallSpecificInfoChosen, isONoAnswerSpecificInfoChosen, isRouteSelectFailureSpecificInfoChosen, isTAnswerSpecificInfoChosen, isTCalledPartyBusySpecificInfoChosen, isTDisconnectSpecificInfoChosen, isTMidCallSpecificInfoChosen, isTNoAnswerSpecificInfoChosen, setAnalyzedInfoSpecificInfo, setChoice, setCollectedInfoSpecificInfo, setOMidCallSpecificInfo, setReadOnly, setTCalledPartyBusySpecificInfo, setTMidCallSpecificInfo, setTNoAnswerSpecificInfo
-
Methods inherited from class com.opencloud.util.AbstractFieldsObject
equals, hashCode, toString
-
Methods inherited from class com.opencloud.util.AbstractDataObject
checkModify, isReadOnly
-
-
-
-
Method Detail
-
clone
public CAP2EventSpecificInformationBCSM clone()
Constructs a copy of this object and everything reachable from it.- Specified by:
clone
in interfaceDataObject
- Overrides:
clone
in classCCEventSpecificInformationBCSM
- Returns:
- copy of object
-
copyOf
public static CAP2EventSpecificInformationBCSM copyOf(CCEventSpecificInformationBCSM 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.- Parameters:
from
- the object from which to copy- Returns:
- CAP2EventSpecificInformationBCSM
-
getFieldAccessors
public static FieldAccessor[] getFieldAccessors()
Gets a new array of the accessors for fields of this type.- Returns:
- FieldAccessor[]
-
getFieldsMap
public Map<String,Object> getFieldsMap(boolean withAbsents)
Gets a Map from :discriminant-name to associated-value. For a value of primitive type, the value is boxed. If choice is not set, returns a map from : to AbstractFieldsObject.FIELD_UNINITIALISED.- Overrides:
getFieldsMap
in classCCEventSpecificInformationBCSM
- Parameters:
withAbsents
- ignored, as value cannot be optional- Returns:
- Map from :discriminant-name to associated-value
-
setOAnswerSpecificInfo
public CAP2EventSpecificInformationBCSM setOAnswerSpecificInfo(CCEventSpecificInformationBCSM.OAnswerSpecificInfo value) throws IllegalStateException, NullPointerException
Sets the value of the oAnswerSpecificInfo choice.- Overrides:
setOAnswerSpecificInfo
in classCCEventSpecificInformationBCSM
- Parameters:
value
- the new value for the choice- Returns:
- this
- Throws:
IllegalStateException
- if this instance has been marked as read-onlyNullPointerException
- if the given value is null
-
setOCalledPartyBusySpecificInfo
public CAP2EventSpecificInformationBCSM setOCalledPartyBusySpecificInfo(CCEventSpecificInformationBCSM.OCalledPartyBusySpecificInfo value) throws IllegalStateException, NullPointerException
Sets the value of the oCalledPartyBusySpecificInfo choice.- Overrides:
setOCalledPartyBusySpecificInfo
in classCCEventSpecificInformationBCSM
- Parameters:
value
- the new value for the choice- Returns:
- this
- Throws:
IllegalStateException
- if this instance has been marked as read-onlyNullPointerException
- if the given value is null
-
setODisconnectSpecificInfo
public CAP2EventSpecificInformationBCSM setODisconnectSpecificInfo(CCEventSpecificInformationBCSM.ODisconnectSpecificInfo value) throws IllegalStateException, NullPointerException
Sets the value of the oDisconnectSpecificInfo choice.- Overrides:
setODisconnectSpecificInfo
in classCCEventSpecificInformationBCSM
- Parameters:
value
- the new value for the choice- Returns:
- this
- Throws:
IllegalStateException
- if this instance has been marked as read-onlyNullPointerException
- if the given value is null
-
setONoAnswerSpecificInfo
public CAP2EventSpecificInformationBCSM setONoAnswerSpecificInfo(CCEventSpecificInformationBCSM.ONoAnswerSpecificInfo value) throws IllegalStateException, NullPointerException
Sets the value of the oNoAnswerSpecificInfo choice.- Overrides:
setONoAnswerSpecificInfo
in classCCEventSpecificInformationBCSM
- Parameters:
value
- the new value for the choice- Returns:
- this
- Throws:
IllegalStateException
- if this instance has been marked as read-onlyNullPointerException
- if the given value is null
-
setRouteSelectFailureSpecificInfo
public CAP2EventSpecificInformationBCSM setRouteSelectFailureSpecificInfo(CCEventSpecificInformationBCSM.RouteSelectFailureSpecificInfo value) throws IllegalStateException, NullPointerException
Sets the value of the routeSelectFailureSpecificInfo choice.- Overrides:
setRouteSelectFailureSpecificInfo
in classCCEventSpecificInformationBCSM
- Parameters:
value
- the new value for the choice- Returns:
- this
- Throws:
IllegalStateException
- if this instance has been marked as read-onlyNullPointerException
- if the given value is null
-
setTAnswerSpecificInfo
public CAP2EventSpecificInformationBCSM setTAnswerSpecificInfo(CCEventSpecificInformationBCSM.TAnswerSpecificInfo value) throws IllegalStateException, NullPointerException
Sets the value of the tAnswerSpecificInfo choice.- Overrides:
setTAnswerSpecificInfo
in classCCEventSpecificInformationBCSM
- Parameters:
value
- the new value for the choice- Returns:
- this
- Throws:
IllegalStateException
- if this instance has been marked as read-onlyNullPointerException
- if the given value is null
-
setTCalledPartyBusySpecificInfo
public CAP2EventSpecificInformationBCSM setTCalledPartyBusySpecificInfo(CAP2EventSpecificInformationBCSM.TCalledPartyBusySpecificInfo value) throws IllegalStateException, NullPointerException
Sets the value of the tBusySpecificInfo choice.- Parameters:
value
- the new value for the choice- Returns:
- this
- Throws:
IllegalStateException
- if this instance has been marked as read-onlyNullPointerException
- if the given value is null
-
setTDisconnectSpecificInfo
public CAP2EventSpecificInformationBCSM setTDisconnectSpecificInfo(CCEventSpecificInformationBCSM.TDisconnectSpecificInfo value) throws IllegalStateException, NullPointerException
Sets the value of the tDisconnectSpecificInfo choice.- Overrides:
setTDisconnectSpecificInfo
in classCCEventSpecificInformationBCSM
- Parameters:
value
- the new value for the choice- Returns:
- this
- Throws:
IllegalStateException
- if this instance has been marked as read-onlyNullPointerException
- if the given value is null
-
setTNoAnswerSpecificInfo
public CAP2EventSpecificInformationBCSM setTNoAnswerSpecificInfo(CAP2EventSpecificInformationBCSM.TNoAnswerSpecificInfo value) throws IllegalStateException, NullPointerException
Sets the value of the tNoAnswerSpecificInfo choice.- Parameters:
value
- the new value for the choice- Returns:
- this
- Throws:
IllegalStateException
- if this instance has been marked as read-onlyNullPointerException
- if the given value is null
-
-