net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.javaee.impl
Class WebResourceCollectionTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.javaee.impl.WebResourceCollectionTypeImpl
All Implemented Interfaces:
Serializable, Cloneable, WebResourceCollectionType

public class WebResourceCollectionTypeImpl
extends Object
implements Serializable, Cloneable, WebResourceCollectionType

See Also:
Serialized Form

Field Summary
protected  DescriptionType[] description
           
protected  String[] httpMethod
           
protected  String id
           
protected  UrlPatternType[] urlPattern
           
protected  StringImpl webResourceName
           
 
Constructor Summary
WebResourceCollectionTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.javaee.impl.WebResourceCollectionTypeImpl instance.
WebResourceCollectionTypeImpl(WebResourceCollectionTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.javaee.impl.WebResourceCollectionTypeImpl instance by copying a given instance.
 
Method Summary
 WebResourceCollectionTypeImpl clone()
          Creates and returns a copy of this object.
 void copyDescription(DescriptionType[] source)
          Copies all values of property Description.
 void copyHttpMethod(String[] source)
          Copies all values of property HttpMethod.
 void copyUrlPattern(UrlPatternType[] source)
          Copies all values of property UrlPattern.
 DescriptionType[] getDescription()
           
 DescriptionType getDescription(int idx)
           
 int getDescriptionLength()
           
 String[] getHttpMethod()
           
 String getHttpMethod(int idx)
           
 int getHttpMethodLength()
           
 String getId()
          Gets the value of the id property.
 UrlPatternType[] getUrlPattern()
           
 UrlPatternType getUrlPattern(int idx)
           
 int getUrlPatternLength()
           
 String getWebResourceName()
          Gets the value of the webResourceName property.
 void setDescription(DescriptionType[] values)
           
 DescriptionType setDescription(int idx, DescriptionType value)
           
 String setHttpMethod(int idx, String value)
           
 void setHttpMethod(String[] values)
           
 void setId(String value)
          Sets the value of the id property.
 UrlPatternType setUrlPattern(int idx, UrlPatternType value)
           
 void setUrlPattern(UrlPatternType[] values)
           
 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

webResourceName

protected StringImpl webResourceName

description

protected DescriptionType[] description

urlPattern

protected UrlPatternType[] urlPattern

httpMethod

protected String[] httpMethod

id

protected String id
Constructor Detail

WebResourceCollectionTypeImpl

public WebResourceCollectionTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.javaee.impl.WebResourceCollectionTypeImpl instance.


WebResourceCollectionTypeImpl

public WebResourceCollectionTypeImpl(WebResourceCollectionTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.javaee.impl.WebResourceCollectionTypeImpl instance by copying a given instance.

Parameters:
o - The instance to copy or null.
Method Detail

getWebResourceName

public String getWebResourceName()
Description copied from interface: WebResourceCollectionType
Gets the value of the webResourceName property.

Specified by:
getWebResourceName in interface WebResourceCollectionType
Returns:
possible object is String

setWebResourceName

public void setWebResourceName(String value)
Description copied from interface: WebResourceCollectionType
Sets the value of the webResourceName property.

Specified by:
setWebResourceName in interface WebResourceCollectionType
Parameters:
value - allowed object is String

getDescription

public DescriptionType[] getDescription()
Specified by:
getDescription in interface WebResourceCollectionType
Returns:
array of DescriptionType

getDescription

public DescriptionType getDescription(int idx)
Specified by:
getDescription in interface WebResourceCollectionType
Returns:
one of DescriptionType

getDescriptionLength

public int getDescriptionLength()
Specified by:
getDescriptionLength in interface WebResourceCollectionType

setDescription

public void setDescription(DescriptionType[] values)
Specified by:
setDescription in interface WebResourceCollectionType
Parameters:
values - allowed objects are DescriptionType

setDescription

public DescriptionType setDescription(int idx,
                                      DescriptionType value)
Specified by:
setDescription in interface WebResourceCollectionType
value - allowed object is DescriptionType

getUrlPattern

public UrlPatternType[] getUrlPattern()
Specified by:
getUrlPattern in interface WebResourceCollectionType
Returns:
array of UrlPatternType

getUrlPattern

public UrlPatternType getUrlPattern(int idx)
Specified by:
getUrlPattern in interface WebResourceCollectionType
Returns:
one of UrlPatternType

getUrlPatternLength

public int getUrlPatternLength()
Specified by:
getUrlPatternLength in interface WebResourceCollectionType

setUrlPattern

public void setUrlPattern(UrlPatternType[] values)
Specified by:
setUrlPattern in interface WebResourceCollectionType
Parameters:
values - allowed objects are UrlPatternType

setUrlPattern

public UrlPatternType setUrlPattern(int idx,
                                    UrlPatternType value)
Specified by:
setUrlPattern in interface WebResourceCollectionType
value - allowed object is UrlPatternType

getHttpMethod

public String[] getHttpMethod()
Specified by:
getHttpMethod in interface WebResourceCollectionType
Returns:
array of String

getHttpMethod

public String getHttpMethod(int idx)
Specified by:
getHttpMethod in interface WebResourceCollectionType
Returns:
one of String

getHttpMethodLength

public int getHttpMethodLength()
Specified by:
getHttpMethodLength in interface WebResourceCollectionType

setHttpMethod

public void setHttpMethod(String[] values)
Specified by:
setHttpMethod in interface WebResourceCollectionType
Parameters:
values - allowed objects are String

setHttpMethod

public String setHttpMethod(int idx,
                            String value)
Specified by:
setHttpMethod in interface WebResourceCollectionType
value - allowed object is String

getId

public String getId()
Description copied from interface: WebResourceCollectionType
Gets the value of the id property.

Specified by:
getId in interface WebResourceCollectionType
Returns:
possible object is String

setId

public void setId(String value)
Description copied from interface: WebResourceCollectionType
Sets the value of the id property.

Specified by:
setId in interface WebResourceCollectionType
Parameters:
value - allowed object is String

copyDescription

public void copyDescription(DescriptionType[] source)
Copies all values of property Description.

Parameters:
source - The source to copy from.
Throws:
NullPointerException - if source is null.

copyUrlPattern

public void copyUrlPattern(UrlPatternType[] source)
Copies all values of property UrlPattern.

Parameters:
source - The source to copy from.
Throws:
NullPointerException - if source is null.

copyHttpMethod

public void copyHttpMethod(String[] source)
Copies all values of property HttpMethod.

Parameters:
source - The source to copy from.
Throws:
NullPointerException - if source is null.

clone

public WebResourceCollectionTypeImpl clone()
Creates and returns a copy of this object.

Overrides:
clone in class Object
Returns:
A clone of this instance.


Copyright © 2009 The CC-XJC Community. All Rights Reserved.