Class OrgType

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

public class OrgType extends Object
An organization can be used to organize workflows and portal links

Java class for orgType complex type.

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

 <complexType name="orgType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="dynamicOrgs" type="{http://www.tremolosecurity.com/tremoloConfig}dynamicPortalUrlsType" minOccurs="0"/>
         <element name="orgs" type="{http://www.tremolosecurity.com/tremoloConfig}orgType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="azRules" type="{http://www.tremolosecurity.com/tremoloConfig}azRulesType" minOccurs="0"/>
       </sequence>
       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="description" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="uuid" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="showInPortal" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
       <attribute name="showInRequestsAccess" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
       <attribute name="showInReports" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • OrgType

      public OrgType()
  • Method Details

    • getDynamicOrgs

      public DynamicPortalUrlsType getDynamicOrgs()
      Gets the value of the dynamicOrgs property.
      Returns:
      possible object is DynamicPortalUrlsType
    • setDynamicOrgs

      public void setDynamicOrgs(DynamicPortalUrlsType value)
      Sets the value of the dynamicOrgs property.
      Parameters:
      value - allowed object is DynamicPortalUrlsType
    • getOrgs

      public List<OrgType> getOrgs()
      Gets the value of the orgs property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the orgs property.

      For example, to add a new item, do as follows:

          getOrgs().add(newItem);
       

      Objects of the following type(s) are allowed in the list OrgType

    • getAzRules

      public AzRulesType getAzRules()
      Gets the value of the azRules property.
      Returns:
      possible object is AzRulesType
    • setAzRules

      public void setAzRules(AzRulesType value)
      Sets the value of the azRules property.
      Parameters:
      value - allowed object is AzRulesType
    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • getDescription

      public String getDescription()
      Gets the value of the description property.
      Returns:
      possible object is String
    • setDescription

      public void setDescription(String value)
      Sets the value of the description property.
      Parameters:
      value - allowed object is String
    • getUuid

      public String getUuid()
      Gets the value of the uuid property.
      Returns:
      possible object is String
    • setUuid

      public void setUuid(String value)
      Sets the value of the uuid property.
      Parameters:
      value - allowed object is String
    • isShowInPortal

      public boolean isShowInPortal()
      Gets the value of the showInPortal property.
      Returns:
      possible object is Boolean
    • setShowInPortal

      public void setShowInPortal(Boolean value)
      Sets the value of the showInPortal property.
      Parameters:
      value - allowed object is Boolean
    • isShowInRequestsAccess

      public boolean isShowInRequestsAccess()
      Gets the value of the showInRequestsAccess property.
      Returns:
      possible object is Boolean
    • setShowInRequestsAccess

      public void setShowInRequestsAccess(Boolean value)
      Sets the value of the showInRequestsAccess property.
      Parameters:
      value - allowed object is Boolean
    • isShowInReports

      public boolean isShowInReports()
      Gets the value of the showInReports property.
      Returns:
      possible object is Boolean
    • setShowInReports

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