Class ProvisioningType
java.lang.Object
com.tremolosecurity.config.xml.ProvisioningType
Top level provisioning configuration
Java class for provisioningType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="provisioningType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="targets" type="{http://www.tremolosecurity.com/tremoloConfig}targetsType"/> <element name="workflows" type="{http://www.tremolosecurity.com/tremoloConfig}workflowsType"/> <element name="approvalDB" type="{http://www.tremolosecurity.com/tremoloConfig}approvalDBType" minOccurs="0"/> <element name="org" type="{http://www.tremolosecurity.com/tremoloConfig}orgType"/> <element name="queueConfig" type="{http://www.tremolosecurity.com/tremoloConfig}queueConfigType" minOccurs="0"/> <element name="portal" type="{http://www.tremolosecurity.com/tremoloConfig}portalUrlsType" minOccurs="0"/> <element name="scheduler" type="{http://www.tremolosecurity.com/tremoloConfig}schedulingType" minOccurs="0"/> <element name="listeners" type="{http://www.tremolosecurity.com/tremoloConfig}messageListenersType" minOccurs="0"/> <element name="reports" type="{http://www.tremolosecurity.com/tremoloConfig}reportsType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected ApprovalDBType
protected MessageListenersType
protected OrgType
protected PortalUrlsType
protected QueueConfigType
protected ReportsType
protected SchedulingType
protected TargetsType
protected WorkflowsType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the approvalDB property.Gets the value of the listeners property.getOrg()
Gets the value of the org property.Gets the value of the portal property.Gets the value of the queueConfig property.Gets the value of the reports property.Gets the value of the scheduler property.Gets the value of the targets property.Gets the value of the workflows property.void
setApprovalDB
(ApprovalDBType value) Sets the value of the approvalDB property.void
setListeners
(MessageListenersType value) Sets the value of the listeners property.void
Sets the value of the org property.void
setPortal
(PortalUrlsType value) Sets the value of the portal property.void
setQueueConfig
(QueueConfigType value) Sets the value of the queueConfig property.void
setReports
(ReportsType value) Sets the value of the reports property.void
setScheduler
(SchedulingType value) Sets the value of the scheduler property.void
setTargets
(TargetsType value) Sets the value of the targets property.void
setWorkflows
(WorkflowsType value) Sets the value of the workflows property.
-
Field Details
-
targets
-
workflows
-
approvalDB
-
org
-
queueConfig
-
portal
-
scheduler
-
listeners
-
reports
-
-
Constructor Details
-
ProvisioningType
public ProvisioningType()
-
-
Method Details
-
getTargets
Gets the value of the targets property.- Returns:
- possible object is
TargetsType
-
setTargets
Sets the value of the targets property.- Parameters:
value
- allowed object isTargetsType
-
getWorkflows
Gets the value of the workflows property.- Returns:
- possible object is
WorkflowsType
-
setWorkflows
Sets the value of the workflows property.- Parameters:
value
- allowed object isWorkflowsType
-
getApprovalDB
Gets the value of the approvalDB property.- Returns:
- possible object is
ApprovalDBType
-
setApprovalDB
Sets the value of the approvalDB property.- Parameters:
value
- allowed object isApprovalDBType
-
getOrg
-
setOrg
-
getQueueConfig
Gets the value of the queueConfig property.- Returns:
- possible object is
QueueConfigType
-
setQueueConfig
Sets the value of the queueConfig property.- Parameters:
value
- allowed object isQueueConfigType
-
getPortal
Gets the value of the portal property.- Returns:
- possible object is
PortalUrlsType
-
setPortal
Sets the value of the portal property.- Parameters:
value
- allowed object isPortalUrlsType
-
getScheduler
Gets the value of the scheduler property.- Returns:
- possible object is
SchedulingType
-
setScheduler
Sets the value of the scheduler property.- Parameters:
value
- allowed object isSchedulingType
-
getListeners
Gets the value of the listeners property.- Returns:
- possible object is
MessageListenersType
-
setListeners
Sets the value of the listeners property.- Parameters:
value
- allowed object isMessageListenersType
-
getReports
Gets the value of the reports property.- Returns:
- possible object is
ReportsType
-
setReports
Sets the value of the reports property.- Parameters:
value
- allowed object isReportsType
-