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
FieldsModifier and TypeFieldDescriptionprotected AzRulesTypeprotected Stringprotected DynamicPortalUrlsTypeprotected Stringprotected Booleanprotected Booleanprotected Booleanprotected String -
Constructor Summary
Constructors -
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.booleanGets the value of the showInPortal property.booleanGets the value of the showInReports property.booleanGets the value of the showInRequestsAccess property.voidsetAzRules(AzRulesType value) Sets the value of the azRules property.voidsetDescription(String value) Sets the value of the description property.voidSets the value of the dynamicOrgs property.voidSets the value of the name property.voidsetShowInPortal(Boolean value) Sets the value of the showInPortal property.voidsetShowInReports(Boolean value) Sets the value of the showInReports property.voidsetShowInRequestsAccess(Boolean value) Sets the value of the showInRequestsAccess property.voidSets 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
setmethod 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
-