Class UrlsType

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

public class UrlsType extends Object
List of URLs that make an application

Java class for urlsType complex type.

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

 <complexType name="urlsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="url" type="{http://www.tremolosecurity.com/tremoloConfig}urlType" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • UrlsType

      public UrlsType()
  • Method Details

    • getUrl

      public List<UrlType> getUrl()
      Gets the value of the url 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 url property.

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

          getUrl().add(newItem);
       

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