org.apache.openejb.jee
Class WebResourceCollection
java.lang.Object
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
WebResourceCollection
public WebResourceCollection()
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-2013 The Apache Software Foundation. All Rights Reserved.