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

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

public class PortComponentHandlerTypeImpl
extends Object
implements Serializable, Cloneable, PortComponentHandlerType

See Also:
Serialized Form

Field Summary
protected  DescriptionType[] description
           
protected  DisplayNameType[] displayName
           
protected  FullyQualifiedClassTypeImpl handlerClass
           
protected  StringImpl handlerName
           
protected  IconType[] icon
           
protected  String id
           
protected  ParamValueType[] initParam
           
protected  XsdQNameType[] soapHeader
           
protected  String[] soapRole
           
 
Constructor Summary
PortComponentHandlerTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.javaee.impl.PortComponentHandlerTypeImpl instance.
PortComponentHandlerTypeImpl(PortComponentHandlerTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.javaee.impl.PortComponentHandlerTypeImpl instance by copying a given instance.
 
Method Summary
 PortComponentHandlerTypeImpl clone()
          Creates and returns a copy of this object.
 void copyDescription(DescriptionType[] source)
          Copies all values of property Description.
 void copyDisplayName(DisplayNameType[] source)
          Copies all values of property DisplayName.
 void copyIcon(IconType[] source)
          Copies all values of property Icon.
 void copyInitParam(ParamValueType[] source)
          Copies all values of property InitParam.
 void copySoapHeader(XsdQNameType[] source)
          Copies all values of property SoapHeader.
 void copySoapRole(String[] source)
          Copies all values of property SoapRole.
 DescriptionType[] getDescription()
           
 DescriptionType getDescription(int idx)
           
 int getDescriptionLength()
           
 DisplayNameType[] getDisplayName()
           
 DisplayNameType getDisplayName(int idx)
           
 int getDisplayNameLength()
           
 FullyQualifiedClassType getHandlerClass()
          Gets the value of the handlerClass property.
 String getHandlerName()
          Gets the value of the handlerName property.
 IconType[] getIcon()
           
 IconType getIcon(int idx)
           
 int getIconLength()
           
 String getId()
          Gets the value of the id property.
 ParamValueType[] getInitParam()
           
 ParamValueType getInitParam(int idx)
           
 int getInitParamLength()
           
 XsdQNameType[] getSoapHeader()
           
 XsdQNameType getSoapHeader(int idx)
           
 int getSoapHeaderLength()
           
 String[] getSoapRole()
           
 String getSoapRole(int idx)
           
 int getSoapRoleLength()
           
 void setDescription(DescriptionType[] values)
           
 DescriptionType setDescription(int idx, DescriptionType value)
           
 void setDisplayName(DisplayNameType[] values)
           
 DisplayNameType setDisplayName(int idx, DisplayNameType value)
           
 void setHandlerClass(FullyQualifiedClassType value)
          Sets the value of the handlerClass property.
 void setHandlerName(String value)
          Sets the value of the handlerName property.
 void setIcon(IconType[] values)
           
 IconType setIcon(int idx, IconType value)
           
 void setId(String value)
          Sets the value of the id property.
 ParamValueType setInitParam(int idx, ParamValueType value)
           
 void setInitParam(ParamValueType[] values)
           
 XsdQNameType setSoapHeader(int idx, XsdQNameType value)
           
 void setSoapHeader(XsdQNameType[] values)
           
 String setSoapRole(int idx, String value)
           
 void setSoapRole(String[] 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

handlerName

protected StringImpl handlerName

handlerClass

protected FullyQualifiedClassTypeImpl handlerClass

initParam

protected ParamValueType[] initParam

soapHeader

protected XsdQNameType[] soapHeader

soapRole

protected String[] soapRole

id

protected String id
Constructor Detail

PortComponentHandlerTypeImpl

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


PortComponentHandlerTypeImpl

public PortComponentHandlerTypeImpl(PortComponentHandlerTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.javaee.impl.PortComponentHandlerTypeImpl 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 PortComponentHandlerType
Returns:
array of DescriptionType

getDescription

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

getDescriptionLength

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

setDescription

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

setDescription

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

getDisplayName

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

getDisplayName

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

getDisplayNameLength

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

setDisplayName

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

setDisplayName

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

getIcon

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

getIcon

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

getIconLength

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

setIcon

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

setIcon

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

getHandlerName

public String getHandlerName()
Description copied from interface: PortComponentHandlerType
Gets the value of the handlerName property.

Specified by:
getHandlerName in interface PortComponentHandlerType
Returns:
possible object is String

setHandlerName

public void setHandlerName(String value)
Description copied from interface: PortComponentHandlerType
Sets the value of the handlerName property.

Specified by:
setHandlerName in interface PortComponentHandlerType
Parameters:
value - allowed object is String

getHandlerClass

public FullyQualifiedClassType getHandlerClass()
Description copied from interface: PortComponentHandlerType
Gets the value of the handlerClass property.

Specified by:
getHandlerClass in interface PortComponentHandlerType
Returns:
possible object is FullyQualifiedClassType

setHandlerClass

public void setHandlerClass(FullyQualifiedClassType value)
Description copied from interface: PortComponentHandlerType
Sets the value of the handlerClass property.

Specified by:
setHandlerClass in interface PortComponentHandlerType
Parameters:
value - allowed object is FullyQualifiedClassType

getInitParam

public ParamValueType[] getInitParam()
Specified by:
getInitParam in interface PortComponentHandlerType
Returns:
array of ParamValueType

getInitParam

public ParamValueType getInitParam(int idx)
Specified by:
getInitParam in interface PortComponentHandlerType
Returns:
one of ParamValueType

getInitParamLength

public int getInitParamLength()
Specified by:
getInitParamLength in interface PortComponentHandlerType

setInitParam

public void setInitParam(ParamValueType[] values)
Specified by:
setInitParam in interface PortComponentHandlerType
Parameters:
values - allowed objects are ParamValueType

setInitParam

public ParamValueType setInitParam(int idx,
                                   ParamValueType value)
Specified by:
setInitParam in interface PortComponentHandlerType
value - allowed object is ParamValueType

getSoapHeader

public XsdQNameType[] getSoapHeader()
Specified by:
getSoapHeader in interface PortComponentHandlerType
Returns:
array of XsdQNameType

getSoapHeader

public XsdQNameType getSoapHeader(int idx)
Specified by:
getSoapHeader in interface PortComponentHandlerType
Returns:
one of XsdQNameType

getSoapHeaderLength

public int getSoapHeaderLength()
Specified by:
getSoapHeaderLength in interface PortComponentHandlerType

setSoapHeader

public void setSoapHeader(XsdQNameType[] values)
Specified by:
setSoapHeader in interface PortComponentHandlerType
Parameters:
values - allowed objects are XsdQNameType

setSoapHeader

public XsdQNameType setSoapHeader(int idx,
                                  XsdQNameType value)
Specified by:
setSoapHeader in interface PortComponentHandlerType
value - allowed object is XsdQNameType

getSoapRole

public String[] getSoapRole()
Specified by:
getSoapRole in interface PortComponentHandlerType
Returns:
array of String

getSoapRole

public String getSoapRole(int idx)
Specified by:
getSoapRole in interface PortComponentHandlerType
Returns:
one of String

getSoapRoleLength

public int getSoapRoleLength()
Specified by:
getSoapRoleLength in interface PortComponentHandlerType

setSoapRole

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

setSoapRole

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

getId

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

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

setId

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

Specified by:
setId in interface PortComponentHandlerType
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.

copyDisplayName

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

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

copyIcon

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

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

copyInitParam

public void copyInitParam(ParamValueType[] source)
Copies all values of property InitParam.

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

copySoapHeader

public void copySoapHeader(XsdQNameType[] source)
Copies all values of property SoapHeader.

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

copySoapRole

public void copySoapRole(String[] source)
Copies all values of property SoapRole.

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

clone

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