Class DeferredAction
java.lang.Object
com.oracle.communications.brm.cc.model.Extension
com.oracle.communications.brm.cc.model.DeferredAction
- All Implemented Interfaces:
Serializable
Java class for anonymous complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<extension base="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}extension">
<sequence>
<element name="actionId" type="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}resourceRef"/>
<element name="actionName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="serviceId" type="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}resourceRef" minOccurs="0"/>
<element name="serviceType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="scheduledDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
<element name="serviceLogin" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="isCollectionsAction" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="actionStatus">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}int">
<enumeration value="0"/>
<enumeration value="1"/>
<enumeration value="2"/>
<enumeration value="3"/>
</restriction>
</simpleType>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ResourceRefprotected StringThe action's name.protected intThe status of the deferred action.protected StringThe deferred action's description.protected BooleanWhether the deferred action is for collections (true) or not (false).protected CalendarThe date and time the deferred action is scheduled to occur.protected ResourceRefprotected StringThe service login information.protected StringThe type of the service associated with the action. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the actionId property.The action's name.intThe status of the deferred action.The deferred action's description.The date and time the deferred action is scheduled to occur.Gets the value of the serviceId property.The service login information.The type of the service associated with the action.Whether the deferred action is for collections (true) or not (false).voidsetActionId(ResourceRef value) Sets the value of the actionId property.voidsetActionName(String value) Sets the value of the actionName property.voidsetActionStatus(int value) Sets the value of the actionStatus property.voidsetDescription(String value) Sets the value of the description property.voidsetIsCollectionsAction(Boolean value) Sets the value of the isCollectionsAction property.voidsetScheduledDate(Calendar value) Sets the value of the scheduledDate property.voidsetServiceId(ResourceRef value) Sets the value of the serviceId property.voidsetServiceLogin(String value) Sets the value of the serviceLogin property.voidsetServiceType(String value) Sets the value of the serviceType property.Methods inherited from class com.oracle.communications.brm.cc.model.Extension
getExtension, setExtension
-
Field Details
-
actionId
-
actionName
The action's name. -
serviceId
-
serviceType
The type of the service associated with the action. -
scheduledDate
The date and time the deferred action is scheduled to occur. -
serviceLogin
The service login information. -
description
The deferred action's description. -
isCollectionsAction
Whether the deferred action is for collections (true) or not (false). -
actionStatus
protected int actionStatusThe status of the deferred action. Possible values are:- 0: Pending
- 1: Done
- 2: Error
- 3: Pending and undeletable
-
-
Constructor Details
-
DeferredAction
public DeferredAction()
-
-
Method Details
-
getActionId
Gets the value of the actionId property.- Returns:
- possible object is
ResourceRef
-
setActionId
Sets the value of the actionId property.- Parameters:
value- allowed object isResourceRef
-
getActionName
The action's name.- Returns:
- possible object is
String
-
setActionName
Sets the value of the actionName property.- Parameters:
value- allowed object isString- See Also:
-
getServiceId
Gets the value of the serviceId property.- Returns:
- possible object is
ResourceRef
-
setServiceId
Sets the value of the serviceId property.- Parameters:
value- allowed object isResourceRef
-
getServiceType
The type of the service associated with the action.- Returns:
- possible object is
String
-
setServiceType
Sets the value of the serviceType property.- Parameters:
value- allowed object isString- See Also:
-
getScheduledDate
The date and time the deferred action is scheduled to occur.- Returns:
- possible object is
String
-
setScheduledDate
Sets the value of the scheduledDate property.- Parameters:
value- allowed object isString- See Also:
-
getServiceLogin
The service login information.- Returns:
- possible object is
String
-
setServiceLogin
Sets the value of the serviceLogin property.- Parameters:
value- allowed object isString- See Also:
-
getDescription
The deferred action's description.- Returns:
- possible object is
String
-
setDescription
Sets the value of the description property.- Parameters:
value- allowed object isString- See Also:
-
isIsCollectionsAction
Whether the deferred action is for collections (true) or not (false).- Returns:
- possible object is
Boolean
-
setIsCollectionsAction
Sets the value of the isCollectionsAction property.- Parameters:
value- allowed object isBoolean- See Also:
-
getActionStatus
public int getActionStatus()The status of the deferred action. Possible values are:- 0: Pending
- 1: Done
- 2: Error
- 3: Pending and undeletable
-
setActionStatus
public void setActionStatus(int value) Sets the value of the actionStatus property.
-