Class OrgType
java.lang.Object
com.tremolosecurity.config.xml.OrgType
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 Summary
Modifier and TypeFieldDescriptionprotected AzRulesType
protected String
protected DynamicPortalUrlsType
protected String
protected Boolean
protected Boolean
protected Boolean
protected String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the azRules property.Gets the value of the description property.Gets the value of the dynamicOrgs property.getName()
Gets the value of the name property.getOrgs()
Gets the value of the orgs property.getUuid()
Gets the value of the uuid property.boolean
Gets the value of the showInPortal property.boolean
Gets the value of the showInReports property.boolean
Gets the value of the showInRequestsAccess property.void
setAzRules
(AzRulesType value) Sets the value of the azRules property.void
setDescription
(String value) Sets the value of the description property.void
Sets the value of the dynamicOrgs property.void
Sets the value of the name property.void
setShowInPortal
(Boolean value) Sets the value of the showInPortal property.void
setShowInReports
(Boolean value) Sets the value of the showInReports property.void
setShowInRequestsAccess
(Boolean value) Sets the value of the showInRequestsAccess property.void
Sets the value of the uuid property.
-
Field Details
-
dynamicOrgs
-
orgs
-
azRules
-
name
-
description
-
uuid
-
showInPortal
-
showInRequestsAccess
-
showInReports
-
-
Constructor Details
-
OrgType
public OrgType()
-
-
Method Details
-
getDynamicOrgs
Gets the value of the dynamicOrgs property.- Returns:
- possible object is
DynamicPortalUrlsType
-
setDynamicOrgs
Sets the value of the dynamicOrgs property.- Parameters:
value
- allowed object isDynamicPortalUrlsType
-
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
Gets the value of the azRules property.- Returns:
- possible object is
AzRulesType
-
setAzRules
Sets the value of the azRules property.- Parameters:
value
- allowed object isAzRulesType
-
getName
-
setName
-
getDescription
-
setDescription
-
getUuid
-
setUuid
-
isShowInPortal
public boolean isShowInPortal()Gets the value of the showInPortal property.- Returns:
- possible object is
Boolean
-
setShowInPortal
-
isShowInRequestsAccess
public boolean isShowInRequestsAccess()Gets the value of the showInRequestsAccess property.- Returns:
- possible object is
Boolean
-
setShowInRequestsAccess
-
isShowInReports
public boolean isShowInReports()Gets the value of the showInReports property.- Returns:
- possible object is
Boolean
-
setShowInReports
-