public class WebserviceDescription extends Object implements Keyable<String>
Java class for webservice-descriptionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="webservice-descriptionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="description" type="{http://java.sun.com/xml/ns/javaee}descriptionType" minOccurs="0"/>
<element name="display-name" type="{http://java.sun.com/xml/ns/javaee}display-nameType" minOccurs="0"/>
<element name="icon" type="{http://java.sun.com/xml/ns/javaee}iconType" minOccurs="0"/>
<element name="webservice-description-name" type="{http://java.sun.com/xml/ns/javaee}string"/>
<element name="wsdl-file" type="{http://java.sun.com/xml/ns/javaee}pathType" minOccurs="0"/>
<element name="jaxrpc-mapping-file" type="{http://java.sun.com/xml/ns/javaee}pathType" minOccurs="0"/>
<element name="port-component" type="{http://java.sun.com/xml/ns/javaee}port-componentType" maxOccurs="unbounded"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected String |
displayName |
protected Icon |
icon |
protected String |
id |
protected JavaWsdlMapping |
jaxrpcMapping |
protected String |
jaxrpcMappingFile |
protected KeyedCollection<String,PortComponent> |
portComponent |
protected String |
webserviceDescriptionName |
protected String |
wsdlFile |
| Constructor and Description |
|---|
WebserviceDescription() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getDisplayName() |
Icon |
getIcon() |
String |
getId() |
JavaWsdlMapping |
getJaxrpcMapping() |
String |
getJaxrpcMappingFile() |
String |
getKey()
Gets the immutable key for this object.
|
Collection<PortComponent> |
getPortComponent() |
Map<String,PortComponent> |
getPortComponentMap() |
String |
getWebserviceDescriptionName() |
String |
getWsdlFile() |
void |
setDescription(String value) |
void |
setDisplayName(String value) |
void |
setIcon(Icon value) |
void |
setId(String value) |
void |
setJaxrpcMapping(JavaWsdlMapping jaxrpcMapping) |
void |
setJaxrpcMappingFile(String value) |
void |
setWebserviceDescriptionName(String value) |
void |
setWsdlFile(String value) |
protected String description
protected String displayName
protected Icon icon
protected String webserviceDescriptionName
protected String wsdlFile
protected String jaxrpcMappingFile
protected JavaWsdlMapping jaxrpcMapping
protected KeyedCollection<String,PortComponent> portComponent
protected String id
public String getKey()
Keyablepublic String getDescription()
public void setDescription(String value)
public String getDisplayName()
public void setDisplayName(String value)
public Icon getIcon()
public void setIcon(Icon value)
public String getWebserviceDescriptionName()
public void setWebserviceDescriptionName(String value)
public String getWsdlFile()
public void setWsdlFile(String value)
public String getJaxrpcMappingFile()
public void setJaxrpcMappingFile(String value)
public JavaWsdlMapping getJaxrpcMapping()
public void setJaxrpcMapping(JavaWsdlMapping jaxrpcMapping)
public Collection<PortComponent> getPortComponent()
public Map<String,PortComponent> getPortComponentMap()
public String getId()
public void setId(String value)
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.