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

java.lang.Object
  extended by com.sun.grizzly.http.webxml.schema.version_2_3.WebResourceCollection
All Implemented Interfaces:
Serializable

public class WebResourceCollection
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
protected  Description description
           
protected  List<HttpMethod> httpMethod
           
protected  String id
           
protected  List<UrlPattern> urlPattern
           
protected  WebResourceName webResourceName
           
 
Constructor Summary
WebResourceCollection()
           
 
Method Summary
 void addVetoableChangeListener(String param0, VetoableChangeListener param1)
           
 void addVetoableChangeListener(VetoableChangeListener param0)
           
 Description getDescription()
          Gets the value of the description property.
 List<HttpMethod> getHttpMethod()
          Gets the value of the httpMethod property.
 String getId()
          Gets the value of the id property.
 List<UrlPattern> getUrlPattern()
          Gets the value of the urlPattern property.
 WebResourceName getWebResourceName()
          Gets the value of the webResourceName property.
 void removeVetoableChangeListener(String param0, VetoableChangeListener param1)
           
 void removeVetoableChangeListener(VetoableChangeListener param0)
           
 void setDescription(Description value)
          Sets the value of the description property.
 void setId(String value)
          Sets the value of the id property.
 void setWebResourceName(WebResourceName value)
          Sets the value of the webResourceName property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected String id

webResourceName

protected WebResourceName webResourceName

description

protected Description description

urlPattern

protected List<UrlPattern> urlPattern

httpMethod

protected List<HttpMethod> httpMethod
Constructor Detail

WebResourceCollection

public WebResourceCollection()
Method Detail

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getWebResourceName

public WebResourceName getWebResourceName()
Gets the value of the webResourceName property.

Returns:
possible object is WebResourceName

setWebResourceName

public void setWebResourceName(WebResourceName value)
Sets the value of the webResourceName property.

Parameters:
value - allowed object is WebResourceName

getDescription

public Description getDescription()
Gets the value of the description property.

Returns:
possible object is Description

setDescription

public void setDescription(Description value)
Sets the value of the description property.

Parameters:
value - allowed object is Description

getUrlPattern

public List<UrlPattern> getUrlPattern()
Gets the value of the urlPattern property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the urlPattern property.

For example, to add a new item, do as follows:

    getUrlPattern().add(newItem);
 

Objects of the following type(s) are allowed in the list UrlPattern


getHttpMethod

public List<HttpMethod> getHttpMethod()
Gets the value of the httpMethod property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the httpMethod property.

For example, to add a new item, do as follows:

    getHttpMethod().add(newItem);
 

Objects of the following type(s) are allowed in the list HttpMethod


addVetoableChangeListener

public void addVetoableChangeListener(VetoableChangeListener param0)

addVetoableChangeListener

public void addVetoableChangeListener(String param0,
                                      VetoableChangeListener param1)

removeVetoableChangeListener

public void removeVetoableChangeListener(String param0,
                                         VetoableChangeListener param1)

removeVetoableChangeListener

public void removeVetoableChangeListener(VetoableChangeListener param0)


Copyright © 2012 Oracle Corporation. All Rights Reserved.