Class ProvisionType

java.lang.Object
com.tremolosecurity.config.xml.WorkflowTaskType
com.tremolosecurity.config.xml.ProvisionType

public class ProvisionType extends WorkflowTaskType
Workflow task for provisioning an account to a target type, may not have children

Java class for provisionType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="provisionType">
   <complexContent>
     <extension base="{http://www.tremolosecurity.com/tremoloConfig}workflowTaskType">
       <sequence>
         <element name="attributes" type="{http://www.tremolosecurity.com/tremoloConfig}listType" minOccurs="0"/>
       </sequence>
       <attribute name="sync" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="target" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="setPassword" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="onlyPassedInAttributes" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • attributes

      protected ListType attributes
    • sync

      protected Boolean sync
    • target

      protected String target
    • setPassword

      protected Boolean setPassword
    • onlyPassedInAttributes

      protected Boolean onlyPassedInAttributes
  • Constructor Details

    • ProvisionType

      public ProvisionType()
  • Method Details

    • getAttributes

      public ListType getAttributes()
      Gets the value of the attributes property.
      Returns:
      possible object is ListType
    • setAttributes

      public void setAttributes(ListType value)
      Sets the value of the attributes property.
      Parameters:
      value - allowed object is ListType
    • isSync

      public Boolean isSync()
      Gets the value of the sync property.
      Returns:
      possible object is Boolean
    • setSync

      public void setSync(Boolean value)
      Sets the value of the sync property.
      Parameters:
      value - allowed object is Boolean
    • getTarget

      public String getTarget()
      Gets the value of the target property.
      Returns:
      possible object is String
    • setTarget

      public void setTarget(String value)
      Sets the value of the target property.
      Parameters:
      value - allowed object is String
    • isSetPassword

      public boolean isSetPassword()
      Gets the value of the setPassword property.
      Returns:
      possible object is Boolean
    • setSetPassword

      public void setSetPassword(Boolean value)
      Sets the value of the setPassword property.
      Parameters:
      value - allowed object is Boolean
    • isOnlyPassedInAttributes

      public boolean isOnlyPassedInAttributes()
      Gets the value of the onlyPassedInAttributes property.
      Returns:
      possible object is Boolean
    • setOnlyPassedInAttributes

      public void setOnlyPassedInAttributes(Boolean value)
      Sets the value of the onlyPassedInAttributes property.
      Parameters:
      value - allowed object is Boolean