Class WebResourceCollection


  • public class WebResourceCollection
    extends Object
    web-common_3_0.xsd

    Java class for web-resource-collectionType complex type.

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

     <complexType name="web-resource-collectionType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="web-resource-name" type="{http://java.sun.com/xml/ns/javaee}string"/>
             <element name="description" type="{http://java.sun.com/xml/ns/javaee}descriptionType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="url-pattern" type="{http://java.sun.com/xml/ns/javaee}url-patternType" maxOccurs="unbounded"/>
             <choice minOccurs="0">
               <element name="http-method" type="{http://java.sun.com/xml/ns/javaee}http-methodType" maxOccurs="unbounded"/>
               <element name="http-method-omission" type="{http://java.sun.com/xml/ns/javaee}http-methodType" maxOccurs="unbounded"/>
             </choice>
           </sequence>
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • webResourceName

        protected String webResourceName
      • description

        protected TextMap description
      • httpMethodOmission

        protected List<String> httpMethodOmission
    • Constructor Detail

      • WebResourceCollection

        public WebResourceCollection()
    • Method Detail

      • getWebResourceName

        public String getWebResourceName()
      • setWebResourceName

        public void setWebResourceName​(String value)
      • getDescriptions

        public Text[] getDescriptions()
      • setDescriptions

        public void setDescriptions​(Text[] text)
      • getDescription

        public String getDescription()
      • getUrlPattern

        public List<String> getUrlPattern()
      • getHttpMethod

        public List<String> getHttpMethod()
      • getHttpMethodOmission

        public List<String> getHttpMethodOmission()
      • getId

        public String getId()
      • setId

        public void setId​(String value)