net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl
Class WebservicesTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl.WebservicesTypeImpl
All Implemented Interfaces:
Serializable, Cloneable, WebservicesType

public class WebservicesTypeImpl
extends Object
implements Serializable, Cloneable, WebservicesType

See Also:
Serialized Form

Field Summary
protected  DescriptionType[] description
           
protected  DisplayNameType[] displayName
           
protected  IconType[] icon
           
protected  String id
           
protected  String version
           
protected  WebserviceDescriptionType[] webserviceDescription
           
 
Constructor Summary
WebservicesTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl.WebservicesTypeImpl instance.
WebservicesTypeImpl(WebservicesTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl.WebservicesTypeImpl instance by copying a given instance.
 
Method Summary
 WebservicesTypeImpl clone()
          Creates and returns a copy of this object.
protected  void copyDescription(DescriptionType[] source)
          Copies all values of property Description.
protected  void copyDisplayName(DisplayNameType[] source)
          Copies all values of property DisplayName.
protected  void copyIcon(IconType[] source)
          Copies all values of property Icon.
protected  void copyWebserviceDescription(WebserviceDescriptionType[] source)
          Copies all values of property WebserviceDescription.
 DescriptionType[] getDescription()
           
 DescriptionType getDescription(int idx)
           
 int getDescriptionLength()
           
 DisplayNameType[] getDisplayName()
           
 DisplayNameType getDisplayName(int idx)
           
 int getDisplayNameLength()
           
 IconType[] getIcon()
           
 IconType getIcon(int idx)
           
 int getIconLength()
           
 String getId()
          Gets the value of the id property.
 String getVersion()
          Gets the value of the version property.
 WebserviceDescriptionType[] getWebserviceDescription()
           
 WebserviceDescriptionType getWebserviceDescription(int idx)
           
 int getWebserviceDescriptionLength()
           
 void setDescription(DescriptionType[] values)
           
 DescriptionType setDescription(int idx, DescriptionType value)
           
 void setDisplayName(DisplayNameType[] values)
           
 DisplayNameType setDisplayName(int idx, DisplayNameType value)
           
 void setIcon(IconType[] values)
           
 IconType setIcon(int idx, IconType value)
           
 void setId(String value)
          Sets the value of the id property.
 void setVersion(String value)
          Sets the value of the version property.
 WebserviceDescriptionType setWebserviceDescription(int idx, WebserviceDescriptionType value)
           
 void setWebserviceDescription(WebserviceDescriptionType[] values)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

description

protected DescriptionType[] description

displayName

protected DisplayNameType[] displayName

icon

protected IconType[] icon

webserviceDescription

protected WebserviceDescriptionType[] webserviceDescription

version

protected String version

id

protected String id
Constructor Detail

WebservicesTypeImpl

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


WebservicesTypeImpl

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

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

getDescription

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

getDescription

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

getDescriptionLength

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

setDescription

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

setDescription

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

getDisplayName

public DisplayNameType[] getDisplayName()
Specified by:
getDisplayName in interface WebservicesType
Returns:
array of DisplayNameType

getDisplayName

public DisplayNameType getDisplayName(int idx)
Specified by:
getDisplayName in interface WebservicesType
Returns:
one of DisplayNameType

getDisplayNameLength

public int getDisplayNameLength()
Specified by:
getDisplayNameLength in interface WebservicesType

setDisplayName

public void setDisplayName(DisplayNameType[] values)
Specified by:
setDisplayName in interface WebservicesType
Parameters:
values - allowed objects are DisplayNameType

setDisplayName

public DisplayNameType setDisplayName(int idx,
                                      DisplayNameType value)
Specified by:
setDisplayName in interface WebservicesType
value - allowed object is DisplayNameType

getIcon

public IconType[] getIcon()
Specified by:
getIcon in interface WebservicesType
Returns:
array of IconType

getIcon

public IconType getIcon(int idx)
Specified by:
getIcon in interface WebservicesType
Returns:
one of IconType

getIconLength

public int getIconLength()
Specified by:
getIconLength in interface WebservicesType

setIcon

public void setIcon(IconType[] values)
Specified by:
setIcon in interface WebservicesType
Parameters:
values - allowed objects are IconType

setIcon

public IconType setIcon(int idx,
                        IconType value)
Specified by:
setIcon in interface WebservicesType
value - allowed object is IconType

getWebserviceDescription

public WebserviceDescriptionType[] getWebserviceDescription()
Specified by:
getWebserviceDescription in interface WebservicesType
Returns:
array of WebserviceDescriptionType

getWebserviceDescription

public WebserviceDescriptionType getWebserviceDescription(int idx)
Specified by:
getWebserviceDescription in interface WebservicesType
Returns:
one of WebserviceDescriptionType

getWebserviceDescriptionLength

public int getWebserviceDescriptionLength()
Specified by:
getWebserviceDescriptionLength in interface WebservicesType

setWebserviceDescription

public void setWebserviceDescription(WebserviceDescriptionType[] values)
Specified by:
setWebserviceDescription in interface WebservicesType
Parameters:
values - allowed objects are WebserviceDescriptionType

setWebserviceDescription

public WebserviceDescriptionType setWebserviceDescription(int idx,
                                                          WebserviceDescriptionType value)
Specified by:
setWebserviceDescription in interface WebservicesType
value - allowed object is WebserviceDescriptionType

getVersion

public String getVersion()
Description copied from interface: WebservicesType
Gets the value of the version property.

Specified by:
getVersion in interface WebservicesType
Returns:
possible object is String

setVersion

public void setVersion(String value)
Description copied from interface: WebservicesType
Sets the value of the version property.

Specified by:
setVersion in interface WebservicesType
Parameters:
value - allowed object is String

getId

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

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

setId

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

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

copyDescription

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

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

copyDisplayName

protected void copyDisplayName(DisplayNameType[] source)
Copies all values of property DisplayName.

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

copyIcon

protected void copyIcon(IconType[] source)
Copies all values of property Icon.

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

copyWebserviceDescription

protected void copyWebserviceDescription(WebserviceDescriptionType[] source)
Copies all values of property WebserviceDescription.

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

clone

public WebservicesTypeImpl 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.