|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl.ServiceRefTypeImpl
public class ServiceRefTypeImpl
| Field Summary | |
|---|---|
protected DescriptionType[] |
description
|
protected DisplayNameType[] |
displayName
|
protected ServiceRefHandlerType[] |
handler
|
protected ServiceRefHandlerChainsTypeImpl |
handlerChains
|
protected IconType[] |
icon
|
protected String |
id
|
protected InjectionTargetType[] |
injectionTarget
|
protected PathTypeImpl |
jaxrpcMappingFile
|
protected XsdStringTypeImpl |
mappedName
|
protected 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.prot.indexed.novalueclass.javaee.impl.ServiceRefTypeImpl instance. |
|
ServiceRefTypeImpl(ServiceRefTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl.ServiceRefTypeImpl instance by copying a given instance. |
|
| Method Summary | |
|---|---|
ServiceRefTypeImpl |
clone()
Creates and returns a copy of this object. |
protected void |
copyDescription(DescriptionType[] source)
Copies all values of property Description. |
protected void |
copyDisplayName(DisplayNameType[] source)
Copies all values of property DisplayName. |
protected void |
copyHandler(ServiceRefHandlerType[] source)
Copies all values of property Handler. |
protected void |
copyIcon(IconType[] source)
Copies all values of property Icon. |
protected void |
copyInjectionTarget(InjectionTargetType[] source)
Copies all values of property InjectionTarget. |
protected void |
copyPortComponentRef(PortComponentRefType[] source)
Copies all values of property PortComponentRef. |
DescriptionType[] |
getDescription()
|
DescriptionType |
getDescription(int idx)
|
int |
getDescriptionLength()
|
DisplayNameType[] |
getDisplayName()
|
DisplayNameType |
getDisplayName(int idx)
|
int |
getDisplayNameLength()
|
ServiceRefHandlerType[] |
getHandler()
|
ServiceRefHandlerType |
getHandler(int idx)
|
ServiceRefHandlerChainsType |
getHandlerChains()
Gets the value of the handlerChains property. |
int |
getHandlerLength()
|
IconType[] |
getIcon()
|
IconType |
getIcon(int idx)
|
int |
getIconLength()
|
String |
getId()
Gets the value of the id property. |
InjectionTargetType[] |
getInjectionTarget()
|
InjectionTargetType |
getInjectionTarget(int idx)
|
int |
getInjectionTargetLength()
|
PathType |
getJaxrpcMappingFile()
Gets the value of the jaxrpcMappingFile property. |
XsdStringType |
getMappedName()
Gets the value of the mappedName property. |
PortComponentRefType[] |
getPortComponentRef()
|
PortComponentRefType |
getPortComponentRef(int idx)
|
int |
getPortComponentRefLength()
|
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 |
setDescription(DescriptionType[] values)
|
DescriptionType |
setDescription(int idx,
DescriptionType value)
|
void |
setDisplayName(DisplayNameType[] values)
|
DisplayNameType |
setDisplayName(int idx,
DisplayNameType value)
|
ServiceRefHandlerType |
setHandler(int idx,
ServiceRefHandlerType value)
|
void |
setHandler(ServiceRefHandlerType[] values)
|
void |
setHandlerChains(ServiceRefHandlerChainsType value)
Sets the value of the handlerChains property. |
void |
setIcon(IconType[] values)
|
IconType |
setIcon(int idx,
IconType value)
|
void |
setId(String value)
Sets the value of the id property. |
void |
setInjectionTarget(InjectionTargetType[] values)
|
InjectionTargetType |
setInjectionTarget(int idx,
InjectionTargetType value)
|
void |
setJaxrpcMappingFile(PathType value)
Sets the value of the jaxrpcMappingFile property. |
void |
setMappedName(XsdStringType value)
Sets the value of the mappedName property. |
PortComponentRefType |
setPortComponentRef(int idx,
PortComponentRefType value)
|
void |
setPortComponentRef(PortComponentRefType[] values)
|
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 DescriptionType[] description
protected DisplayNameType[] displayName
protected IconType[] icon
protected JndiNameTypeImpl serviceRefName
protected FullyQualifiedClassTypeImpl serviceInterface
protected FullyQualifiedClassTypeImpl serviceRefType
protected XsdAnyURITypeImpl wsdlFile
protected PathTypeImpl jaxrpcMappingFile
protected XsdQNameTypeImpl serviceQname
protected PortComponentRefType[] portComponentRef
protected ServiceRefHandlerType[] handler
protected ServiceRefHandlerChainsTypeImpl handlerChains
protected XsdStringTypeImpl mappedName
protected InjectionTargetType[] injectionTarget
protected String id
| Constructor Detail |
|---|
public ServiceRefTypeImpl()
net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl.ServiceRefTypeImpl instance.
public ServiceRefTypeImpl(ServiceRefTypeImpl o)
net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl.ServiceRefTypeImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public DescriptionType[] getDescription()
getDescription in interface ServiceRefTypeDescriptionTypepublic DescriptionType getDescription(int idx)
getDescription in interface ServiceRefTypeDescriptionTypepublic int getDescriptionLength()
getDescriptionLength in interface ServiceRefTypepublic void setDescription(DescriptionType[] values)
setDescription in interface ServiceRefTypevalues - allowed objects are
DescriptionType
public DescriptionType setDescription(int idx,
DescriptionType value)
setDescription in interface ServiceRefTypevalue - allowed object is
DescriptionTypepublic DisplayNameType[] getDisplayName()
getDisplayName in interface ServiceRefTypeDisplayNameTypepublic DisplayNameType getDisplayName(int idx)
getDisplayName in interface ServiceRefTypeDisplayNameTypepublic int getDisplayNameLength()
getDisplayNameLength in interface ServiceRefTypepublic void setDisplayName(DisplayNameType[] values)
setDisplayName in interface ServiceRefTypevalues - allowed objects are
DisplayNameType
public DisplayNameType setDisplayName(int idx,
DisplayNameType value)
setDisplayName in interface ServiceRefTypevalue - allowed object is
DisplayNameTypepublic IconType[] getIcon()
getIcon in interface ServiceRefTypeIconTypepublic IconType getIcon(int idx)
getIcon in interface ServiceRefTypeIconTypepublic int getIconLength()
getIconLength in interface ServiceRefTypepublic void setIcon(IconType[] values)
setIcon in interface ServiceRefTypevalues - allowed objects are
IconType
public IconType setIcon(int idx,
IconType value)
setIcon in interface ServiceRefTypevalue - allowed object is
IconTypepublic 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 PortComponentRefType[] getPortComponentRef()
getPortComponentRef in interface ServiceRefTypePortComponentRefTypepublic PortComponentRefType getPortComponentRef(int idx)
getPortComponentRef in interface ServiceRefTypePortComponentRefTypepublic int getPortComponentRefLength()
getPortComponentRefLength in interface ServiceRefTypepublic void setPortComponentRef(PortComponentRefType[] values)
setPortComponentRef in interface ServiceRefTypevalues - allowed objects are
PortComponentRefType
public PortComponentRefType setPortComponentRef(int idx,
PortComponentRefType value)
setPortComponentRef in interface ServiceRefTypevalue - allowed object is
PortComponentRefTypepublic ServiceRefHandlerType[] getHandler()
getHandler in interface ServiceRefTypeServiceRefHandlerTypepublic ServiceRefHandlerType getHandler(int idx)
getHandler in interface ServiceRefTypeServiceRefHandlerTypepublic int getHandlerLength()
getHandlerLength in interface ServiceRefTypepublic void setHandler(ServiceRefHandlerType[] values)
setHandler in interface ServiceRefTypevalues - allowed objects are
ServiceRefHandlerType
public ServiceRefHandlerType setHandler(int idx,
ServiceRefHandlerType value)
setHandler in interface ServiceRefTypevalue - allowed object is
ServiceRefHandlerTypepublic 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 InjectionTargetType[] getInjectionTarget()
getInjectionTarget in interface ServiceRefTypeInjectionTargetTypepublic InjectionTargetType getInjectionTarget(int idx)
getInjectionTarget in interface ServiceRefTypeInjectionTargetTypepublic int getInjectionTargetLength()
getInjectionTargetLength in interface ServiceRefTypepublic void setInjectionTarget(InjectionTargetType[] values)
setInjectionTarget in interface ServiceRefTypevalues - allowed objects are
InjectionTargetType
public InjectionTargetType setInjectionTarget(int idx,
InjectionTargetType value)
setInjectionTarget in interface ServiceRefTypevalue - allowed object is
InjectionTargetTypepublic String getId()
ServiceRefType
getId in interface ServiceRefTypeStringpublic void setId(String value)
ServiceRefType
setId in interface ServiceRefTypevalue - allowed object is
Stringprotected void copyDescription(DescriptionType[] source)
Description.
source - The source to copy from.
NullPointerException - if source is null.protected void copyDisplayName(DisplayNameType[] source)
DisplayName.
source - The source to copy from.
NullPointerException - if source is null.protected void copyIcon(IconType[] source)
Icon.
source - The source to copy from.
NullPointerException - if source is null.protected void copyPortComponentRef(PortComponentRefType[] source)
PortComponentRef.
source - The source to copy from.
NullPointerException - if source is null.protected void copyHandler(ServiceRefHandlerType[] source)
Handler.
source - The source to copy from.
NullPointerException - if source is null.protected void copyInjectionTarget(InjectionTargetType[] source)
InjectionTarget.
source - The source to copy from.
NullPointerException - if source is null.public ServiceRefTypeImpl clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||