|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl.WebResourceCollectionTypeImpl
public class WebResourceCollectionTypeImpl
| Field Summary | |
|---|---|
protected List<DescriptionType> |
description
|
protected List<String> |
httpMethod
|
protected String |
id
|
protected List<UrlPatternType> |
urlPattern
|
protected StringImpl |
webResourceName
|
| Constructor Summary | |
|---|---|
WebResourceCollectionTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl.WebResourceCollectionTypeImpl instance. |
|
WebResourceCollectionTypeImpl(WebResourceCollectionTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl.WebResourceCollectionTypeImpl instance by copying a given instance. |
|
| Method Summary | |
|---|---|
WebResourceCollectionTypeImpl |
clone()
Creates and returns a copy of this object. |
List<DescriptionType> |
getDescription()
Gets the value of the description property. |
List<String> |
getHttpMethod()
Gets the value of the httpMethod property. |
String |
getId()
Gets the value of the id property. |
List<UrlPatternType> |
getUrlPattern()
Gets the value of the urlPattern property. |
String |
getWebResourceName()
Gets the value of the webResourceName property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setWebResourceName(String value)
Sets the value of the webResourceName property. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected StringImpl webResourceName
protected List<DescriptionType> description
protected List<UrlPatternType> urlPattern
protected List<String> httpMethod
protected String id
| Constructor Detail |
|---|
public WebResourceCollectionTypeImpl()
net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl.WebResourceCollectionTypeImpl instance.
public WebResourceCollectionTypeImpl(WebResourceCollectionTypeImpl o)
net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl.WebResourceCollectionTypeImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public String getWebResourceName()
WebResourceCollectionType
getWebResourceName in interface WebResourceCollectionTypeStringpublic void setWebResourceName(String value)
WebResourceCollectionType
setWebResourceName in interface WebResourceCollectionTypevalue - allowed object is
Stringpublic List<DescriptionType> getDescription()
WebResourceCollectionType
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 description property.
For example, to add a new item, do as follows:
getDescription().add(newItem);
Objects of the following type(s) are allowed in the list
DescriptionType
getDescription in interface WebResourceCollectionTypepublic List<UrlPatternType> getUrlPattern()
WebResourceCollectionType
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
UrlPatternType
getUrlPattern in interface WebResourceCollectionTypepublic List<String> getHttpMethod()
WebResourceCollectionType
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
String
getHttpMethod in interface WebResourceCollectionTypepublic String getId()
WebResourceCollectionType
getId in interface WebResourceCollectionTypeStringpublic void setId(String value)
WebResourceCollectionType
setId in interface WebResourceCollectionTypevalue - allowed object is
Stringpublic WebResourceCollectionTypeImpl clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||