Class ApplicationType

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

public class ApplicationType extends Object
A combination of URLs grouped into a single application

Java class for applicationType complex type.

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

 <complexType name="applicationType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="results" type="{http://www.tremolosecurity.com/tremoloConfig}resultRefType" minOccurs="0"/>
         <element name="urls" type="{http://www.tremolosecurity.com/tremoloConfig}urlsType"/>
         <element name="cookieConfig" type="{http://www.tremolosecurity.com/tremoloConfig}cookieConfigType" minOccurs="0"/>
       </sequence>
       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="isApp" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
       <attribute name="azTimeoutMillis" type="{http://www.w3.org/2001/XMLSchema}long" default="30000" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • ApplicationType

      public ApplicationType()
  • Method Details

    • getResults

      public ResultRefType getResults()
      Gets the value of the results property.
      Returns:
      possible object is ResultRefType
    • setResults

      public void setResults(ResultRefType value)
      Sets the value of the results property.
      Parameters:
      value - allowed object is ResultRefType
    • getUrls

      public UrlsType getUrls()
      Gets the value of the urls property.
      Returns:
      possible object is UrlsType
    • setUrls

      public void setUrls(UrlsType value)
      Sets the value of the urls property.
      Parameters:
      value - allowed object is UrlsType
    • getCookieConfig

      public CookieConfigType getCookieConfig()
      Gets the value of the cookieConfig property.
      Returns:
      possible object is CookieConfigType
    • setCookieConfig

      public void setCookieConfig(CookieConfigType value)
      Sets the value of the cookieConfig property.
      Parameters:
      value - allowed object is CookieConfigType
    • 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
    • isIsApp

      public boolean isIsApp()
      Gets the value of the isApp property.
      Returns:
      possible object is Boolean
    • setIsApp

      public void setIsApp(Boolean value)
      Sets the value of the isApp property.
      Parameters:
      value - allowed object is Boolean
    • getAzTimeoutMillis

      public long getAzTimeoutMillis()
      Gets the value of the azTimeoutMillis property.
      Returns:
      possible object is Long
    • setAzTimeoutMillis

      public void setAzTimeoutMillis(Long value)
      Sets the value of the azTimeoutMillis property.
      Parameters:
      value - allowed object is Long