net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl
Class PortComponentTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl.PortComponentTypeImpl
All Implemented Interfaces:
Serializable, Cloneable, PortComponentType

public class PortComponentTypeImpl
extends Object
implements Serializable, Cloneable, PortComponentType

See Also:
Serialized Form

Field Summary
protected  DescriptionTypeImpl description
           
protected  DisplayNameTypeImpl displayName
           
protected  TrueFalseTypeImpl enableMtom
           
protected  List<PortComponentHandlerType> handler
           
protected  HandlerChainsTypeImpl handlerChains
           
protected  IconTypeImpl icon
           
protected  String id
           
protected  StringImpl portComponentName
           
protected  String protocolBinding
           
protected  FullyQualifiedClassTypeImpl serviceEndpointInterface
           
protected  ServiceImplBeanTypeImpl serviceImplBean
           
protected  XsdQNameTypeImpl wsdlPort
           
protected  XsdQNameTypeImpl wsdlService
           
 
Constructor Summary
PortComponentTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl.PortComponentTypeImpl instance.
PortComponentTypeImpl(PortComponentTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl.PortComponentTypeImpl instance by copying a given instance.
 
Method Summary
 PortComponentTypeImpl clone()
          Creates and returns a copy of this object.
protected static void copyHandler(List<PortComponentHandlerType> source, List<PortComponentHandlerType> target)
          Copies all values of property Handler.
 DescriptionType getDescription()
          Gets the value of the description property.
 DisplayNameType getDisplayName()
          Gets the value of the displayName property.
 TrueFalseType getEnableMtom()
          Gets the value of the enableMtom property.
 List<PortComponentHandlerType> getHandler()
          Gets the value of the handler property.
 HandlerChainsType getHandlerChains()
          Gets the value of the handlerChains property.
 IconType getIcon()
          Gets the value of the icon property.
 String getId()
          Gets the value of the id property.
 String getPortComponentName()
          Gets the value of the portComponentName property.
 String getProtocolBinding()
          Gets the value of the protocolBinding property.
 FullyQualifiedClassType getServiceEndpointInterface()
          Gets the value of the serviceEndpointInterface property.
 ServiceImplBeanType getServiceImplBean()
          Gets the value of the serviceImplBean property.
 XsdQNameType getWsdlPort()
          Gets the value of the wsdlPort property.
 XsdQNameType getWsdlService()
          Gets the value of the wsdlService property.
 void setDescription(DescriptionType value)
          Sets the value of the description property.
 void setDisplayName(DisplayNameType value)
          Sets the value of the displayName property.
 void setEnableMtom(TrueFalseType value)
          Sets the value of the enableMtom property.
 void setHandlerChains(HandlerChainsType value)
          Sets the value of the handlerChains property.
 void setIcon(IconType value)
          Sets the value of the icon property.
 void setId(String value)
          Sets the value of the id property.
 void setPortComponentName(String value)
          Sets the value of the portComponentName property.
 void setProtocolBinding(String value)
          Sets the value of the protocolBinding property.
 void setServiceEndpointInterface(FullyQualifiedClassType value)
          Sets the value of the serviceEndpointInterface property.
 void setServiceImplBean(ServiceImplBeanType value)
          Sets the value of the serviceImplBean property.
 void setWsdlPort(XsdQNameType value)
          Sets the value of the wsdlPort property.
 void setWsdlService(XsdQNameType value)
          Sets the value of the wsdlService 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

portComponentName

protected StringImpl portComponentName

wsdlService

protected XsdQNameTypeImpl wsdlService

wsdlPort

protected XsdQNameTypeImpl wsdlPort

enableMtom

protected TrueFalseTypeImpl enableMtom

protocolBinding

protected String protocolBinding

serviceEndpointInterface

protected FullyQualifiedClassTypeImpl serviceEndpointInterface

serviceImplBean

protected ServiceImplBeanTypeImpl serviceImplBean

handler

protected List<PortComponentHandlerType> handler

handlerChains

protected HandlerChainsTypeImpl handlerChains

id

protected String id
Constructor Detail

PortComponentTypeImpl

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


PortComponentTypeImpl

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

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

getDescription

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

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

setDescription

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

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

getDisplayName

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

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

setDisplayName

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

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

getIcon

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

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

setIcon

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

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

getPortComponentName

public String getPortComponentName()
Description copied from interface: PortComponentType
Gets the value of the portComponentName property.

Specified by:
getPortComponentName in interface PortComponentType
Returns:
possible object is String

setPortComponentName

public void setPortComponentName(String value)
Description copied from interface: PortComponentType
Sets the value of the portComponentName property.

Specified by:
setPortComponentName in interface PortComponentType
Parameters:
value - allowed object is String

getWsdlService

public XsdQNameType getWsdlService()
Description copied from interface: PortComponentType
Gets the value of the wsdlService property.

Specified by:
getWsdlService in interface PortComponentType
Returns:
possible object is XsdQNameType

setWsdlService

public void setWsdlService(XsdQNameType value)
Description copied from interface: PortComponentType
Sets the value of the wsdlService property.

Specified by:
setWsdlService in interface PortComponentType
Parameters:
value - allowed object is XsdQNameType

getWsdlPort

public XsdQNameType getWsdlPort()
Description copied from interface: PortComponentType
Gets the value of the wsdlPort property.

Specified by:
getWsdlPort in interface PortComponentType
Returns:
possible object is XsdQNameType

setWsdlPort

public void setWsdlPort(XsdQNameType value)
Description copied from interface: PortComponentType
Sets the value of the wsdlPort property.

Specified by:
setWsdlPort in interface PortComponentType
Parameters:
value - allowed object is XsdQNameType

getEnableMtom

public TrueFalseType getEnableMtom()
Description copied from interface: PortComponentType
Gets the value of the enableMtom property.

Specified by:
getEnableMtom in interface PortComponentType
Returns:
possible object is TrueFalseType

setEnableMtom

public void setEnableMtom(TrueFalseType value)
Description copied from interface: PortComponentType
Sets the value of the enableMtom property.

Specified by:
setEnableMtom in interface PortComponentType
Parameters:
value - allowed object is TrueFalseType

getProtocolBinding

public String getProtocolBinding()
Description copied from interface: PortComponentType
Gets the value of the protocolBinding property.

Specified by:
getProtocolBinding in interface PortComponentType
Returns:
possible object is String

setProtocolBinding

public void setProtocolBinding(String value)
Description copied from interface: PortComponentType
Sets the value of the protocolBinding property.

Specified by:
setProtocolBinding in interface PortComponentType
Parameters:
value - allowed object is String

getServiceEndpointInterface

public FullyQualifiedClassType getServiceEndpointInterface()
Description copied from interface: PortComponentType
Gets the value of the serviceEndpointInterface property.

Specified by:
getServiceEndpointInterface in interface PortComponentType
Returns:
possible object is FullyQualifiedClassType

setServiceEndpointInterface

public void setServiceEndpointInterface(FullyQualifiedClassType value)
Description copied from interface: PortComponentType
Sets the value of the serviceEndpointInterface property.

Specified by:
setServiceEndpointInterface in interface PortComponentType
Parameters:
value - allowed object is FullyQualifiedClassType

getServiceImplBean

public ServiceImplBeanType getServiceImplBean()
Description copied from interface: PortComponentType
Gets the value of the serviceImplBean property.

Specified by:
getServiceImplBean in interface PortComponentType
Returns:
possible object is ServiceImplBeanType

setServiceImplBean

public void setServiceImplBean(ServiceImplBeanType value)
Description copied from interface: PortComponentType
Sets the value of the serviceImplBean property.

Specified by:
setServiceImplBean in interface PortComponentType
Parameters:
value - allowed object is ServiceImplBeanType

getHandler

public List<PortComponentHandlerType> getHandler()
Description copied from interface: PortComponentType
Gets the value of the handler property.

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 handler property.

For example, to add a new item, do as follows:

    getHandler().add(newItem);
 

Objects of the following type(s) are allowed in the list PortComponentHandlerType

Specified by:
getHandler in interface PortComponentType

getHandlerChains

public HandlerChainsType getHandlerChains()
Description copied from interface: PortComponentType
Gets the value of the handlerChains property.

Specified by:
getHandlerChains in interface PortComponentType
Returns:
possible object is HandlerChainsType

setHandlerChains

public void setHandlerChains(HandlerChainsType value)
Description copied from interface: PortComponentType
Sets the value of the handlerChains property.

Specified by:
setHandlerChains in interface PortComponentType
Parameters:
value - allowed object is HandlerChainsType

getId

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

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

setId

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

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

copyHandler

protected static void copyHandler(List<PortComponentHandlerType> source,
                                  List<PortComponentHandlerType> target)
Copies all values of property Handler.

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

clone

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