Package org.apache.openejb.jee
Class WebResourceCollection
- java.lang.Object
-
- org.apache.openejb.jee.WebResourceCollection
-
public class WebResourceCollection extends Object
web-common_3_0.xsdJava 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
Fields Modifier and Type Field Description protected TextMapdescriptionprotected List<String>httpMethodprotected List<String>httpMethodOmissionprotected Stringidprotected List<String>urlPatternprotected StringwebResourceName
-
Constructor Summary
Constructors Constructor Description WebResourceCollection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()Text[]getDescriptions()List<String>getHttpMethod()List<String>getHttpMethodOmission()StringgetId()List<String>getUrlPattern()StringgetWebResourceName()voidsetDescriptions(Text[] text)voidsetId(String value)voidsetWebResourceName(String value)
-
-
-
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()
-
getId
public String getId()
-
setId
public void setId(String value)
-
-