public class WebserviceDescription extends java.lang.Object implements Keyable<java.lang.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 java.lang.String |
description |
protected java.lang.String |
displayName |
protected Icon |
icon |
protected java.lang.String |
id |
protected JavaWsdlMapping |
jaxrpcMapping |
protected java.lang.String |
jaxrpcMappingFile |
protected KeyedCollection<java.lang.String,PortComponent> |
portComponent |
protected java.lang.String |
webserviceDescriptionName |
protected java.lang.String |
wsdlFile |
Constructor and Description |
---|
WebserviceDescription() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
java.lang.String |
getDisplayName() |
Icon |
getIcon() |
java.lang.String |
getId() |
JavaWsdlMapping |
getJaxrpcMapping() |
java.lang.String |
getJaxrpcMappingFile() |
java.lang.String |
getKey()
Gets the immutable key for this object.
|
java.util.Collection<PortComponent> |
getPortComponent() |
java.util.Map<java.lang.String,PortComponent> |
getPortComponentMap() |
java.lang.String |
getWebserviceDescriptionName() |
java.lang.String |
getWsdlFile() |
void |
setDescription(java.lang.String value) |
void |
setDisplayName(java.lang.String value) |
void |
setIcon(Icon value) |
void |
setId(java.lang.String value) |
void |
setJaxrpcMapping(JavaWsdlMapping jaxrpcMapping) |
void |
setJaxrpcMappingFile(java.lang.String value) |
void |
setWebserviceDescriptionName(java.lang.String value) |
void |
setWsdlFile(java.lang.String value) |
protected java.lang.String description
protected java.lang.String displayName
protected Icon icon
protected java.lang.String webserviceDescriptionName
protected java.lang.String wsdlFile
protected java.lang.String jaxrpcMappingFile
protected JavaWsdlMapping jaxrpcMapping
protected KeyedCollection<java.lang.String,PortComponent> portComponent
protected java.lang.String id
public java.lang.String getKey()
Keyable
public java.lang.String getDescription()
public void setDescription(java.lang.String value)
public java.lang.String getDisplayName()
public void setDisplayName(java.lang.String value)
public Icon getIcon()
public void setIcon(Icon value)
public java.lang.String getWebserviceDescriptionName()
public void setWebserviceDescriptionName(java.lang.String value)
public java.lang.String getWsdlFile()
public void setWsdlFile(java.lang.String value)
public java.lang.String getJaxrpcMappingFile()
public void setJaxrpcMappingFile(java.lang.String value)
public JavaWsdlMapping getJaxrpcMapping()
public void setJaxrpcMapping(JavaWsdlMapping jaxrpcMapping)
public java.util.Collection<PortComponent> getPortComponent()
public java.util.Map<java.lang.String,PortComponent> getPortComponentMap()
public java.lang.String getId()
public void setId(java.lang.String value)