public class ServiceRef extends CompatibilityDescriptionGroup
<complexType name="ServiceRef">
<complexContent>
<extension base="{common.xmi}CompatibilityDescriptionGroup">
<choice>
<choice maxOccurs="unbounded" minOccurs="0">
<element name="serviceInterface" type="{java.xmi}JavaClass"/>
</choice>
<choice maxOccurs="unbounded" minOccurs="0">
<element name="portComponentRefs" type="{webservice_client.xmi}PortComponentRef"/>
</choice>
<choice maxOccurs="unbounded" minOccurs="0">
<element name="handlers" type="{webservice_client.xmi}Handler"/>
</choice>
<choice maxOccurs="unbounded" minOccurs="0">
<element name="serviceQname" type="{common.xmi}QName"/>
</choice>
</choice>
<attribute name="jaxrpcMappingFile" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="serviceInterface" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="serviceRefName" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="wsdlFile" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<Handler> |
handlers |
protected java.lang.String |
jaxrpcMappingFile |
protected java.util.List<PortComponentRef> |
portComponentRefs |
protected java.util.List<JavaClass> |
serviceInterfaces |
protected java.lang.String |
serviceInterfaceString |
protected java.util.List<QName> |
serviceQnames |
protected java.lang.String |
serviceRefName |
protected java.lang.String |
wsdlFile |
description, displayName, largeIcon, smallIcondescriptions, displayNames, extensions, href, icons, id, idref, label, type, uuid, version| Constructor and Description |
|---|
ServiceRef() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Handler> |
getHandlers()
Gets the value of the handlers property.
|
java.lang.String |
getJaxrpcMappingFile()
Gets the value of the jaxrpcMappingFile property.
|
java.util.List<PortComponentRef> |
getPortComponentRefs()
Gets the value of the portComponentRefs property.
|
java.util.List<JavaClass> |
getServiceInterfaces()
Gets the value of the serviceInterfaces property.
|
java.lang.String |
getServiceInterfaceString()
Gets the value of the serviceInterfaceString property.
|
java.util.List<QName> |
getServiceQnames()
Gets the value of the serviceQnames property.
|
java.lang.String |
getServiceRefName()
Gets the value of the serviceRefName property.
|
java.lang.String |
getWsdlFile()
Gets the value of the wsdlFile property.
|
void |
setJaxrpcMappingFile(java.lang.String value)
Sets the value of the jaxrpcMappingFile property.
|
void |
setServiceInterfaceString(java.lang.String value)
Sets the value of the serviceInterfaceString property.
|
void |
setServiceRefName(java.lang.String value)
Sets the value of the serviceRefName property.
|
void |
setWsdlFile(java.lang.String value)
Sets the value of the wsdlFile property.
|
getDescription, getDisplayName, getLargeIcon, getSmallIcon, setDescription, setDisplayName, setLargeIcon, setSmallIcongetDescriptions, getDisplayNames, getExtensions, getHref, getIcons, getId, getIdref, getLabel, getType, getUuid, getVersion, setHref, setId, setIdref, setLabel, setType, setUuid, setVersionprotected java.util.List<JavaClass> serviceInterfaces
protected java.util.List<PortComponentRef> portComponentRefs
protected java.util.List<Handler> handlers
protected java.util.List<QName> serviceQnames
protected java.lang.String jaxrpcMappingFile
protected java.lang.String serviceInterfaceString
protected java.lang.String serviceRefName
protected java.lang.String wsdlFile
public java.util.List<JavaClass> getServiceInterfaces()
set method for the serviceInterfaces property.
For example, to add a new item, do as follows:
getServiceInterfaces().add(newItem);Objects of the following type(s) are allowed in the list
JavaClasspublic java.util.List<PortComponentRef> getPortComponentRefs()
set method for the portComponentRefs property.
For example, to add a new item, do as follows:
getPortComponentRefs().add(newItem);Objects of the following type(s) are allowed in the list
PortComponentRefpublic java.util.List<Handler> getHandlers()
set method for the handlers property.
For example, to add a new item, do as follows:
getHandlers().add(newItem);Objects of the following type(s) are allowed in the list
Handlerpublic java.util.List<QName> getServiceQnames()
set method for the serviceQnames property.
For example, to add a new item, do as follows:
getServiceQnames().add(newItem);Objects of the following type(s) are allowed in the list
QNamepublic java.lang.String getJaxrpcMappingFile()
Stringpublic void setJaxrpcMappingFile(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getServiceInterfaceString()
Stringpublic void setServiceInterfaceString(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getServiceRefName()
Stringpublic void setServiceRefName(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getWsdlFile()
Stringpublic void setWsdlFile(java.lang.String value)
value - allowed object is String