|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl.ServiceRefTypeImpl
public class ServiceRefTypeImpl
| 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.pkg.collections.novalueclass.javaee.impl.ServiceRefTypeImpl instance. |
|
ServiceRefTypeImpl(ServiceRefTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl.ServiceRefTypeImpl instance by copying a given instance. |
|
| Method Summary | |
|---|---|
ServiceRefTypeImpl |
clone()
Creates and returns a copy of this object. |
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 |
|---|
protected List<DescriptionType> description
protected List<DisplayNameType> displayName
protected List<IconType> icon
protected JndiNameTypeImpl serviceRefName
protected FullyQualifiedClassTypeImpl serviceInterface
protected FullyQualifiedClassTypeImpl serviceRefType
protected XsdAnyURITypeImpl wsdlFile
protected PathTypeImpl jaxrpcMappingFile
protected XsdQNameTypeImpl serviceQname
protected List<PortComponentRefType> portComponentRef
protected List<ServiceRefHandlerType> handler
protected ServiceRefHandlerChainsTypeImpl handlerChains
protected XsdStringTypeImpl mappedName
protected List<InjectionTargetType> injectionTarget
protected String id
| Constructor Detail |
|---|
public ServiceRefTypeImpl()
net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl.ServiceRefTypeImpl instance.
public ServiceRefTypeImpl(ServiceRefTypeImpl o)
net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl.ServiceRefTypeImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public List<DescriptionType> getDescription()
ServiceRefType
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
getDescription in interface ServiceRefTypepublic List<DisplayNameType> getDisplayName()
ServiceRefType
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
getDisplayName in interface ServiceRefTypepublic List<IconType> getIcon()
ServiceRefType
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
getIcon in interface ServiceRefTypepublic JndiNameType getServiceRefName()
ServiceRefType
getServiceRefName in interface ServiceRefTypeJndiNameTypepublic void setServiceRefName(JndiNameType value)
ServiceRefType
setServiceRefName in interface ServiceRefTypevalue - allowed object is
JndiNameTypepublic FullyQualifiedClassType getServiceInterface()
ServiceRefType
getServiceInterface in interface ServiceRefTypeFullyQualifiedClassTypepublic void setServiceInterface(FullyQualifiedClassType value)
ServiceRefType
setServiceInterface in interface ServiceRefTypevalue - allowed object is
FullyQualifiedClassTypepublic FullyQualifiedClassType getServiceRefType()
ServiceRefType
getServiceRefType in interface ServiceRefTypeFullyQualifiedClassTypepublic void setServiceRefType(FullyQualifiedClassType value)
ServiceRefType
setServiceRefType in interface ServiceRefTypevalue - allowed object is
FullyQualifiedClassTypepublic XsdAnyURIType getWsdlFile()
ServiceRefType
getWsdlFile in interface ServiceRefTypeXsdAnyURITypepublic void setWsdlFile(XsdAnyURIType value)
ServiceRefType
setWsdlFile in interface ServiceRefTypevalue - allowed object is
XsdAnyURITypepublic PathType getJaxrpcMappingFile()
ServiceRefType
getJaxrpcMappingFile in interface ServiceRefTypePathTypepublic void setJaxrpcMappingFile(PathType value)
ServiceRefType
setJaxrpcMappingFile in interface ServiceRefTypevalue - allowed object is
PathTypepublic XsdQNameType getServiceQname()
ServiceRefType
getServiceQname in interface ServiceRefTypeXsdQNameTypepublic void setServiceQname(XsdQNameType value)
ServiceRefType
setServiceQname in interface ServiceRefTypevalue - allowed object is
XsdQNameTypepublic List<PortComponentRefType> getPortComponentRef()
ServiceRefType
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
getPortComponentRef in interface ServiceRefTypepublic List<ServiceRefHandlerType> getHandler()
ServiceRefType
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
getHandler in interface ServiceRefTypepublic ServiceRefHandlerChainsType getHandlerChains()
ServiceRefType
getHandlerChains in interface ServiceRefTypeServiceRefHandlerChainsTypepublic void setHandlerChains(ServiceRefHandlerChainsType value)
ServiceRefType
setHandlerChains in interface ServiceRefTypevalue - allowed object is
ServiceRefHandlerChainsTypepublic XsdStringType getMappedName()
ServiceRefType
getMappedName in interface ServiceRefTypeXsdStringTypepublic void setMappedName(XsdStringType value)
ServiceRefType
setMappedName in interface ServiceRefTypevalue - allowed object is
XsdStringTypepublic List<InjectionTargetType> getInjectionTarget()
ServiceRefType
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
getInjectionTarget in interface ServiceRefTypepublic String getId()
ServiceRefType
getId in interface ServiceRefTypeStringpublic void setId(String value)
ServiceRefType
setId in interface ServiceRefTypevalue - allowed object is
Stringpublic ServiceRefTypeImpl clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||