Class ProvisioningType

java.lang.Object
com.tremolosecurity.config.xml.ProvisioningType

public class ProvisioningType extends Object
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 Details

  • Constructor Details

    • ProvisioningType

      public ProvisioningType()
  • Method Details

    • getTargets

      public TargetsType getTargets()
      Gets the value of the targets property.
      Returns:
      possible object is TargetsType
    • setTargets

      public void setTargets(TargetsType value)
      Sets the value of the targets property.
      Parameters:
      value - allowed object is TargetsType
    • getWorkflows

      public WorkflowsType getWorkflows()
      Gets the value of the workflows property.
      Returns:
      possible object is WorkflowsType
    • setWorkflows

      public void setWorkflows(WorkflowsType value)
      Sets the value of the workflows property.
      Parameters:
      value - allowed object is WorkflowsType
    • getApprovalDB

      public ApprovalDBType getApprovalDB()
      Gets the value of the approvalDB property.
      Returns:
      possible object is ApprovalDBType
    • setApprovalDB

      public void setApprovalDB(ApprovalDBType value)
      Sets the value of the approvalDB property.
      Parameters:
      value - allowed object is ApprovalDBType
    • getOrg

      public OrgType getOrg()
      Gets the value of the org property.
      Returns:
      possible object is OrgType
    • setOrg

      public void setOrg(OrgType value)
      Sets the value of the org property.
      Parameters:
      value - allowed object is OrgType
    • getQueueConfig

      public QueueConfigType getQueueConfig()
      Gets the value of the queueConfig property.
      Returns:
      possible object is QueueConfigType
    • setQueueConfig

      public void setQueueConfig(QueueConfigType value)
      Sets the value of the queueConfig property.
      Parameters:
      value - allowed object is QueueConfigType
    • getPortal

      public PortalUrlsType getPortal()
      Gets the value of the portal property.
      Returns:
      possible object is PortalUrlsType
    • setPortal

      public void setPortal(PortalUrlsType value)
      Sets the value of the portal property.
      Parameters:
      value - allowed object is PortalUrlsType
    • getScheduler

      public SchedulingType getScheduler()
      Gets the value of the scheduler property.
      Returns:
      possible object is SchedulingType
    • setScheduler

      public void setScheduler(SchedulingType value)
      Sets the value of the scheduler property.
      Parameters:
      value - allowed object is SchedulingType
    • getListeners

      public MessageListenersType getListeners()
      Gets the value of the listeners property.
      Returns:
      possible object is MessageListenersType
    • setListeners

      public void setListeners(MessageListenersType value)
      Sets the value of the listeners property.
      Parameters:
      value - allowed object is MessageListenersType
    • getReports

      public ReportsType getReports()
      Gets the value of the reports property.
      Returns:
      possible object is ReportsType
    • setReports

      public void setReports(ReportsType value)
      Sets the value of the reports property.
      Parameters:
      value - allowed object is ReportsType