public class WebserviceDescriptionType extends Object
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 DescriptionType |
description |
protected DisplayNameType |
displayName |
protected IconType |
icon |
protected String |
id |
protected PathType |
jaxrpcMappingFile |
protected List<PortComponentType> |
portComponent |
protected CString |
webserviceDescriptionName |
protected PathType |
wsdlFile |
Constructor and Description |
---|
WebserviceDescriptionType() |
Modifier and Type | Method and Description |
---|---|
DescriptionType |
getDescription()
Gets the value of the description property.
|
DisplayNameType |
getDisplayName()
Gets the value of the displayName property.
|
IconType |
getIcon()
Gets the value of the icon property.
|
String |
getId()
Gets the value of the id property.
|
PathType |
getJaxrpcMappingFile()
Gets the value of the jaxrpcMappingFile property.
|
List<PortComponentType> |
getPortComponent()
Gets the value of the portComponent property.
|
CString |
getWebserviceDescriptionName()
Gets the value of the webserviceDescriptionName property.
|
PathType |
getWsdlFile()
Gets the value of the wsdlFile property.
|
void |
setDescription(DescriptionType value)
Sets the value of the description property.
|
void |
setDisplayName(DisplayNameType value)
Sets the value of the displayName property.
|
void |
setIcon(IconType value)
Sets the value of the icon property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setJaxrpcMappingFile(PathType value)
Sets the value of the jaxrpcMappingFile property.
|
void |
setWebserviceDescriptionName(CString value)
Sets the value of the webserviceDescriptionName property.
|
void |
setWsdlFile(PathType value)
Sets the value of the wsdlFile property.
|
protected DescriptionType description
protected DisplayNameType displayName
protected IconType icon
protected CString webserviceDescriptionName
protected PathType wsdlFile
protected PathType jaxrpcMappingFile
protected List<PortComponentType> portComponent
protected String id
public DescriptionType getDescription()
DescriptionType
public void setDescription(DescriptionType value)
value
- allowed object is
DescriptionType
public DisplayNameType getDisplayName()
DisplayNameType
public void setDisplayName(DisplayNameType value)
value
- allowed object is
DisplayNameType
public IconType getIcon()
IconType
public void setIcon(IconType value)
value
- allowed object is
IconType
public CString getWebserviceDescriptionName()
CString
public void setWebserviceDescriptionName(CString value)
value
- allowed object is
CString
public PathType getWsdlFile()
PathType
public void setWsdlFile(PathType value)
value
- allowed object is
PathType
public PathType getJaxrpcMappingFile()
PathType
public void setJaxrpcMappingFile(PathType value)
value
- allowed object is
PathType
public List<PortComponentType> getPortComponent()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the portComponent property.
For example, to add a new item, do as follows:
getPortComponent().add(newItem);
Objects of the following type(s) are allowed in the list
PortComponentType
Apache CXF