net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.javaee.impl
Class ServiceRefTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.javaee.impl.ServiceRefTypeImpl
All Implemented Interfaces:
Serializable, Cloneable, ServiceRefType

public class ServiceRefTypeImpl
extends Object
implements Serializable, Cloneable, ServiceRefType

See Also:
Serialized Form

Field Summary
protected  List<DescriptionType> description
           
protected  List<DisplayNameType> displayName
           
protected  List<ServiceRefHandlerType> handler
           
protected  ServiceRefHandlerChainsTypeImpl handlerChains
           
protected  List<IconType> icon
           
protected  String id
           
protected  List<InjectionTargetType> injectionTarget
           
protected  PathTypeImpl jaxrpcMappingFile
           
protected  XsdStringTypeImpl mappedName
           
protected  List<PortComponentRefType> portComponentRef
           
protected  FullyQualifiedClassTypeImpl serviceInterface
           
protected  XsdQNameTypeImpl serviceQname
           
protected  JndiNameTypeImpl serviceRefName
           
protected  FullyQualifiedClassTypeImpl serviceRefType
           
protected  XsdAnyURITypeImpl wsdlFile
           
 
Constructor Summary
ServiceRefTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.javaee.impl.ServiceRefTypeImpl instance.
ServiceRefTypeImpl(ServiceRefTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.javaee.impl.ServiceRefTypeImpl instance by copying a given instance.
 
Method Summary
 ServiceRefTypeImpl clone()
          Creates and returns a copy of this object.
static void copyDescription(List<DescriptionType> source, List<DescriptionType> target)
          Copies all values of property Description.
static void copyDisplayName(List<DisplayNameType> source, List<DisplayNameType> target)
          Copies all values of property DisplayName.
static void copyHandler(List<ServiceRefHandlerType> source, List<ServiceRefHandlerType> target)
          Copies all values of property Handler.
static void copyIcon(List<IconType> source, List<IconType> target)
          Copies all values of property Icon.
static void copyInjectionTarget(List<InjectionTargetType> source, List<InjectionTargetType> target)
          Copies all values of property InjectionTarget.
static void copyPortComponentRef(List<PortComponentRefType> source, List<PortComponentRefType> target)
          Copies all values of property PortComponentRef.
 List<DescriptionType> getDescription()
          Gets the value of the description property.
 List<DisplayNameType> getDisplayName()
          Gets the value of the displayName property.
 List<ServiceRefHandlerType> getHandler()
          Gets the value of the handler property.
 ServiceRefHandlerChainsType getHandlerChains()
          Gets the value of the handlerChains property.
 List<IconType> getIcon()
          Gets the value of the icon property.
 String getId()
          Gets the value of the id property.
 List<InjectionTargetType> getInjectionTarget()
          Gets the value of the injectionTarget property.
 PathType getJaxrpcMappingFile()
          Gets the value of the jaxrpcMappingFile property.
 XsdStringType getMappedName()
          Gets the value of the mappedName property.
 List<PortComponentRefType> getPortComponentRef()
          Gets the value of the portComponentRef property.
 FullyQualifiedClassType getServiceInterface()
          Gets the value of the serviceInterface property.
 XsdQNameType getServiceQname()
          Gets the value of the serviceQname property.
 JndiNameType getServiceRefName()
          Gets the value of the serviceRefName property.
 FullyQualifiedClassType getServiceRefType()
          Gets the value of the serviceRefType property.
 XsdAnyURIType getWsdlFile()
          Gets the value of the wsdlFile property.
 void setHandlerChains(ServiceRefHandlerChainsType value)
          Sets the value of the handlerChains property.
 void setId(String value)
          Sets the value of the id property.
 void setJaxrpcMappingFile(PathType value)
          Sets the value of the jaxrpcMappingFile property.
 void setMappedName(XsdStringType value)
          Sets the value of the mappedName property.
 void setServiceInterface(FullyQualifiedClassType value)
          Sets the value of the serviceInterface property.
 void setServiceQname(XsdQNameType value)
          Sets the value of the serviceQname property.
 void setServiceRefName(JndiNameType value)
          Sets the value of the serviceRefName property.
 void setServiceRefType(FullyQualifiedClassType value)
          Sets the value of the serviceRefType property.
 void setWsdlFile(XsdAnyURIType 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 List<DescriptionType> description

displayName

protected List<DisplayNameType> displayName

icon

protected List<IconType> icon

serviceRefName

protected JndiNameTypeImpl serviceRefName

serviceInterface

protected FullyQualifiedClassTypeImpl serviceInterface

serviceRefType

protected FullyQualifiedClassTypeImpl serviceRefType

wsdlFile

protected XsdAnyURITypeImpl wsdlFile

jaxrpcMappingFile

protected PathTypeImpl jaxrpcMappingFile

serviceQname

protected XsdQNameTypeImpl serviceQname

portComponentRef

protected List<PortComponentRefType> portComponentRef

handler

protected List<ServiceRefHandlerType> handler

handlerChains

protected ServiceRefHandlerChainsTypeImpl handlerChains

mappedName

protected XsdStringTypeImpl mappedName

injectionTarget

protected List<InjectionTargetType> injectionTarget

id

protected String id
Constructor Detail

ServiceRefTypeImpl

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


ServiceRefTypeImpl

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

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

getDescription

public List<DescriptionType> getDescription()
Description copied from interface: ServiceRefType
Gets the value of the description 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 description property.

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

    getDescription().add(newItem);
 

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

Specified by:
getDescription in interface ServiceRefType

getDisplayName

public List<DisplayNameType> getDisplayName()
Description copied from interface: ServiceRefType
Gets the value of the displayName 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 displayName property.

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

    getDisplayName().add(newItem);
 

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

Specified by:
getDisplayName in interface ServiceRefType

getIcon

public List<IconType> getIcon()
Description copied from interface: ServiceRefType
Gets the value of the icon 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 icon property.

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

    getIcon().add(newItem);
 

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

Specified by:
getIcon in interface ServiceRefType

getServiceRefName

public JndiNameType getServiceRefName()
Description copied from interface: ServiceRefType
Gets the value of the serviceRefName property.

Specified by:
getServiceRefName in interface ServiceRefType
Returns:
possible object is JndiNameType

setServiceRefName

public void setServiceRefName(JndiNameType value)
Description copied from interface: ServiceRefType
Sets the value of the serviceRefName property.

Specified by:
setServiceRefName in interface ServiceRefType
Parameters:
value - allowed object is JndiNameType

getServiceInterface

public FullyQualifiedClassType getServiceInterface()
Description copied from interface: ServiceRefType
Gets the value of the serviceInterface property.

Specified by:
getServiceInterface in interface ServiceRefType
Returns:
possible object is FullyQualifiedClassType

setServiceInterface

public void setServiceInterface(FullyQualifiedClassType value)
Description copied from interface: ServiceRefType
Sets the value of the serviceInterface property.

Specified by:
setServiceInterface in interface ServiceRefType
Parameters:
value - allowed object is FullyQualifiedClassType

getServiceRefType

public FullyQualifiedClassType getServiceRefType()
Description copied from interface: ServiceRefType
Gets the value of the serviceRefType property.

Specified by:
getServiceRefType in interface ServiceRefType
Returns:
possible object is FullyQualifiedClassType

setServiceRefType

public void setServiceRefType(FullyQualifiedClassType value)
Description copied from interface: ServiceRefType
Sets the value of the serviceRefType property.

Specified by:
setServiceRefType in interface ServiceRefType
Parameters:
value - allowed object is FullyQualifiedClassType

getWsdlFile

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

Specified by:
getWsdlFile in interface ServiceRefType
Returns:
possible object is XsdAnyURIType

setWsdlFile

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

Specified by:
setWsdlFile in interface ServiceRefType
Parameters:
value - allowed object is XsdAnyURIType

getJaxrpcMappingFile

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

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

setJaxrpcMappingFile

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

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

getServiceQname

public XsdQNameType getServiceQname()
Description copied from interface: ServiceRefType
Gets the value of the serviceQname property.

Specified by:
getServiceQname in interface ServiceRefType
Returns:
possible object is XsdQNameType

setServiceQname

public void setServiceQname(XsdQNameType value)
Description copied from interface: ServiceRefType
Sets the value of the serviceQname property.

Specified by:
setServiceQname in interface ServiceRefType
Parameters:
value - allowed object is XsdQNameType

getPortComponentRef

public List<PortComponentRefType> getPortComponentRef()
Description copied from interface: ServiceRefType
Gets the value of the portComponentRef 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 portComponentRef property.

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

    getPortComponentRef().add(newItem);
 

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

Specified by:
getPortComponentRef in interface ServiceRefType

getHandler

public List<ServiceRefHandlerType> getHandler()
Description copied from interface: ServiceRefType
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 ServiceRefHandlerType

Specified by:
getHandler in interface ServiceRefType

getHandlerChains

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

Specified by:
getHandlerChains in interface ServiceRefType
Returns:
possible object is ServiceRefHandlerChainsType

setHandlerChains

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

Specified by:
setHandlerChains in interface ServiceRefType
Parameters:
value - allowed object is ServiceRefHandlerChainsType

getMappedName

public XsdStringType getMappedName()
Description copied from interface: ServiceRefType
Gets the value of the mappedName property.

Specified by:
getMappedName in interface ServiceRefType
Returns:
possible object is XsdStringType

setMappedName

public void setMappedName(XsdStringType value)
Description copied from interface: ServiceRefType
Sets the value of the mappedName property.

Specified by:
setMappedName in interface ServiceRefType
Parameters:
value - allowed object is XsdStringType

getInjectionTarget

public List<InjectionTargetType> getInjectionTarget()
Description copied from interface: ServiceRefType
Gets the value of the injectionTarget 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 injectionTarget property.

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

    getInjectionTarget().add(newItem);
 

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

Specified by:
getInjectionTarget in interface ServiceRefType

getId

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

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

setId

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

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

copyDescription

public static void copyDescription(List<DescriptionType> source,
                                   List<DescriptionType> target)
Copies all values of property Description.

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

copyDisplayName

public static void copyDisplayName(List<DisplayNameType> source,
                                   List<DisplayNameType> target)
Copies all values of property DisplayName.

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

copyIcon

public static void copyIcon(List<IconType> source,
                            List<IconType> target)
Copies all values of property Icon.

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

copyPortComponentRef

public static void copyPortComponentRef(List<PortComponentRefType> source,
                                        List<PortComponentRefType> target)
Copies all values of property PortComponentRef.

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

copyHandler

public static void copyHandler(List<ServiceRefHandlerType> source,
                               List<ServiceRefHandlerType> 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.

copyInjectionTarget

public static void copyInjectionTarget(List<InjectionTargetType> source,
                                       List<InjectionTargetType> target)
Copies all values of property InjectionTarget.

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

clone

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