org.apache.openejb.jee
Class WebserviceDescription
java.lang.Object
org.apache.openejb.jee.WebserviceDescription
- All Implemented Interfaces:
- Keyable<String>
public class WebserviceDescription
- extends Object
- implements Keyable<String>
javaee_web_services_1_3.xsd
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
description
protected String description
displayName
protected String displayName
icon
protected Icon icon
webserviceDescriptionName
protected String webserviceDescriptionName
wsdlFile
protected String wsdlFile
jaxrpcMappingFile
protected String jaxrpcMappingFile
jaxrpcMapping
protected JavaWsdlMapping jaxrpcMapping
portComponent
protected KeyedCollection<String,PortComponent> portComponent
id
protected String id
WebserviceDescription
public WebserviceDescription()
getKey
public String getKey()
- Description copied from interface:
Keyable
- Gets the immutable key for this object.
- Specified by:
getKey in interface Keyable<String>
- Returns:
- gets the immutable key for this object
getDescription
public String getDescription()
setDescription
public void setDescription(String value)
getDisplayName
public String getDisplayName()
setDisplayName
public void setDisplayName(String value)
getIcon
public Icon getIcon()
setIcon
public void setIcon(Icon value)
getWebserviceDescriptionName
public String getWebserviceDescriptionName()
setWebserviceDescriptionName
public void setWebserviceDescriptionName(String value)
getWsdlFile
public String getWsdlFile()
setWsdlFile
public void setWsdlFile(String value)
getJaxrpcMappingFile
public String getJaxrpcMappingFile()
setJaxrpcMappingFile
public void setJaxrpcMappingFile(String value)
getJaxrpcMapping
public JavaWsdlMapping getJaxrpcMapping()
setJaxrpcMapping
public void setJaxrpcMapping(JavaWsdlMapping jaxrpcMapping)
getPortComponent
public Collection<PortComponent> getPortComponent()
getPortComponentMap
public Map<String,PortComponent> getPortComponentMap()
getId
public String getId()
setId
public void setId(String value)
Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.