public class WebResourceCollection
extends java.lang.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 java.util.List<java.lang.String> |
httpMethod |
protected java.util.List<java.lang.String> |
httpMethodOmission |
protected java.lang.String |
id |
protected java.util.List<java.lang.String> |
urlPattern |
protected java.lang.String |
webResourceName |
Constructor and Description |
---|
WebResourceCollection() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
Text[] |
getDescriptions() |
java.util.List<java.lang.String> |
getHttpMethod() |
java.util.List<java.lang.String> |
getHttpMethodOmission() |
java.lang.String |
getId() |
java.util.List<java.lang.String> |
getUrlPattern() |
java.lang.String |
getWebResourceName() |
void |
setDescriptions(Text[] text) |
void |
setId(java.lang.String value) |
void |
setWebResourceName(java.lang.String value) |
protected java.lang.String webResourceName
protected TextMap description
protected java.util.List<java.lang.String> urlPattern
protected java.util.List<java.lang.String> httpMethod
protected java.util.List<java.lang.String> httpMethodOmission
protected java.lang.String id
public java.lang.String getWebResourceName()
public void setWebResourceName(java.lang.String value)
public Text[] getDescriptions()
public void setDescriptions(Text[] text)
public java.lang.String getDescription()
public java.util.List<java.lang.String> getUrlPattern()
public java.util.List<java.lang.String> getHttpMethod()
public java.util.List<java.lang.String> getHttpMethodOmission()
public java.lang.String getId()
public void setId(java.lang.String value)