net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.javaee.impl
Class WebserviceDescriptionTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.javaee.impl.WebserviceDescriptionTypeImpl
All Implemented Interfaces:
Serializable, Cloneable, WebserviceDescriptionType

public class WebserviceDescriptionTypeImpl
extends Object
implements Serializable, Cloneable, WebserviceDescriptionType

See Also:
Serialized Form

Field Summary
protected  DescriptionTypeImpl description
           
protected  DisplayNameTypeImpl displayName
           
protected  IconTypeImpl icon
           
protected  String id
           
protected  PathTypeImpl jaxrpcMappingFile
           
protected  PortComponentType[] portComponent
           
protected  StringImpl webserviceDescriptionName
           
protected  PathTypeImpl wsdlFile
           
 
Constructor Summary
WebserviceDescriptionTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.javaee.impl.WebserviceDescriptionTypeImpl instance.
WebserviceDescriptionTypeImpl(WebserviceDescriptionTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.javaee.impl.WebserviceDescriptionTypeImpl instance by copying a given instance.
 
Method Summary
 WebserviceDescriptionTypeImpl clone()
          Creates and returns a copy of this object.
 DescriptionType getDescription()
          Gets the value of the description property.
 DisplayNameType getDisplayName()
          Gets the value of the displayName property.
 IconType getIcon()
          Gets the value of the icon property.
 String getId()
          Gets the value of the id property.
 PathType getJaxrpcMappingFile()
          Gets the value of the jaxrpcMappingFile property.
 PortComponentType[] getPortComponent()
           
 PortComponentType getPortComponent(int idx)
           
 int getPortComponentLength()
           
 String getWebserviceDescriptionName()
          Gets the value of the webserviceDescriptionName property.
 PathType getWsdlFile()
          Gets the value of the wsdlFile property.
 void setDescription(DescriptionType value)
          Sets the value of the description property.
 void setDisplayName(DisplayNameType value)
          Sets the value of the displayName property.
 void setIcon(IconType value)
          Sets the value of the icon property.
 void setId(String value)
          Sets the value of the id property.
 void setJaxrpcMappingFile(PathType value)
          Sets the value of the jaxrpcMappingFile property.
 PortComponentType setPortComponent(int idx, PortComponentType value)
           
 void setPortComponent(PortComponentType[] values)
           
 void setWebserviceDescriptionName(String value)
          Sets the value of the webserviceDescriptionName property.
 void setWsdlFile(PathType value)
          Sets the value of the wsdlFile property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

description

protected DescriptionTypeImpl description

displayName

protected DisplayNameTypeImpl displayName

icon

protected IconTypeImpl icon

webserviceDescriptionName

protected StringImpl webserviceDescriptionName

wsdlFile

protected PathTypeImpl wsdlFile

jaxrpcMappingFile

protected PathTypeImpl jaxrpcMappingFile

portComponent

protected PortComponentType[] portComponent

id

protected String id
Constructor Detail

WebserviceDescriptionTypeImpl

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


WebserviceDescriptionTypeImpl

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

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

getDescription

public DescriptionType getDescription()
Description copied from interface: WebserviceDescriptionType
Gets the value of the description property.

Specified by:
getDescription in interface WebserviceDescriptionType
Returns:
possible object is DescriptionType

setDescription

public void setDescription(DescriptionType value)
Description copied from interface: WebserviceDescriptionType
Sets the value of the description property.

Specified by:
setDescription in interface WebserviceDescriptionType
Parameters:
value - allowed object is DescriptionType

getDisplayName

public DisplayNameType getDisplayName()
Description copied from interface: WebserviceDescriptionType
Gets the value of the displayName property.

Specified by:
getDisplayName in interface WebserviceDescriptionType
Returns:
possible object is DisplayNameType

setDisplayName

public void setDisplayName(DisplayNameType value)
Description copied from interface: WebserviceDescriptionType
Sets the value of the displayName property.

Specified by:
setDisplayName in interface WebserviceDescriptionType
Parameters:
value - allowed object is DisplayNameType

getIcon

public IconType getIcon()
Description copied from interface: WebserviceDescriptionType
Gets the value of the icon property.

Specified by:
getIcon in interface WebserviceDescriptionType
Returns:
possible object is IconType

setIcon

public void setIcon(IconType value)
Description copied from interface: WebserviceDescriptionType
Sets the value of the icon property.

Specified by:
setIcon in interface WebserviceDescriptionType
Parameters:
value - allowed object is IconType

getWebserviceDescriptionName

public String getWebserviceDescriptionName()
Description copied from interface: WebserviceDescriptionType
Gets the value of the webserviceDescriptionName property.

Specified by:
getWebserviceDescriptionName in interface WebserviceDescriptionType
Returns:
possible object is String

setWebserviceDescriptionName

public void setWebserviceDescriptionName(String value)
Description copied from interface: WebserviceDescriptionType
Sets the value of the webserviceDescriptionName property.

Specified by:
setWebserviceDescriptionName in interface WebserviceDescriptionType
Parameters:
value - allowed object is String

getWsdlFile

public PathType getWsdlFile()
Description copied from interface: WebserviceDescriptionType
Gets the value of the wsdlFile property.

Specified by:
getWsdlFile in interface WebserviceDescriptionType
Returns:
possible object is PathType

setWsdlFile

public void setWsdlFile(PathType value)
Description copied from interface: WebserviceDescriptionType
Sets the value of the wsdlFile property.

Specified by:
setWsdlFile in interface WebserviceDescriptionType
Parameters:
value - allowed object is PathType

getJaxrpcMappingFile

public PathType getJaxrpcMappingFile()
Description copied from interface: WebserviceDescriptionType
Gets the value of the jaxrpcMappingFile property.

Specified by:
getJaxrpcMappingFile in interface WebserviceDescriptionType
Returns:
possible object is PathType

setJaxrpcMappingFile

public void setJaxrpcMappingFile(PathType value)
Description copied from interface: WebserviceDescriptionType
Sets the value of the jaxrpcMappingFile property.

Specified by:
setJaxrpcMappingFile in interface WebserviceDescriptionType
Parameters:
value - allowed object is PathType

getPortComponent

public PortComponentType[] getPortComponent()
Specified by:
getPortComponent in interface WebserviceDescriptionType
Returns:
array of PortComponentType

getPortComponent

public PortComponentType getPortComponent(int idx)
Specified by:
getPortComponent in interface WebserviceDescriptionType
Returns:
one of PortComponentType

getPortComponentLength

public int getPortComponentLength()
Specified by:
getPortComponentLength in interface WebserviceDescriptionType

setPortComponent

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

setPortComponent

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

getId

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

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

setId

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

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

clone

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