com.sun.grizzly.http.webxml.schema
Class WebResourceCollection

java.lang.Object
  extended by com.sun.grizzly.http.webxml.schema.WebResourceCollection

public class WebResourceCollection
extends Object


Field Summary
 List<String> description
           
 List<String> httpMethod
           
 List<String> urlPattern
           
 String webResourceName
           
 
Constructor Summary
WebResourceCollection()
           
 
Method Summary
 List<String> getDescription()
           
 List<String> getHttpMethod()
           
 List<String> getUrlPattern()
           
 String getWebResourceName()
           
 void setDescription(List<String> description)
           
 void setHttpMethod(List<String> httpMethod)
           
 void setUrlPattern(List<String> urlPattern)
           
 void setWebResourceName(String webResourceName)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

webResourceName

public String webResourceName

description

public List<String> description

urlPattern

public List<String> urlPattern

httpMethod

public List<String> httpMethod
Constructor Detail

WebResourceCollection

public WebResourceCollection()
Method Detail

getWebResourceName

public String getWebResourceName()

setWebResourceName

public void setWebResourceName(String webResourceName)

getDescription

public List<String> getDescription()

setDescription

public void setDescription(List<String> description)

getUrlPattern

public List<String> getUrlPattern()

setUrlPattern

public void setUrlPattern(List<String> urlPattern)

getHttpMethod

public List<String> getHttpMethod()

setHttpMethod

public void setHttpMethod(List<String> httpMethod)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012 Oracle Corporation. All Rights Reserved.