public class WebResourceCollection extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected TextMap |
description |
protected List<String> |
httpMethod |
protected List<String> |
httpMethodOmission |
protected String |
id |
protected List<String> |
urlPattern |
protected String |
webResourceName |
| Constructor and Description |
|---|
WebResourceCollection() |
| Modifier and Type | Method and Description |
|---|---|
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) |
protected String webResourceName
protected TextMap description
protected String id
public String getWebResourceName()
public void setWebResourceName(String value)
public Text[] getDescriptions()
public void setDescriptions(Text[] text)
public String getDescription()
public String getId()
public void setId(String value)
Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.