org.apache.openejb.jee
Class WebResourceCollection

java.lang.Object
  extended by org.apache.openejb.jee.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 Summary
protected  TextMap description
           
protected  List<String> httpMethod
           
protected  List<String> httpMethodOmission
           
protected  String id
           
protected  List<String> urlPattern
           
protected  String webResourceName
           
 
Constructor Summary
WebResourceCollection()
           
 
Method Summary
 String getDescription()
           
 Text[] getDescriptions()
           
 List<String> getHttpMethod()
           
 List<String> getHttpMethodOmission()
           
 String getId()
           
 List<String> getUrlPattern()
           
 String getWebResourceName()
           
 void setDescriptions(Text[] text)
           
 void setId(String value)
           
 void setWebResourceName(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

webResourceName

protected String webResourceName

description

protected TextMap description

urlPattern

protected List<String> urlPattern

httpMethod

protected List<String> httpMethod

httpMethodOmission

protected List<String> httpMethodOmission

id

protected String id
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)


Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.