|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.prot.collections.valueclass.javaee.WebserviceDescriptionType
public class WebserviceDescriptionType
The webservice-description element defines a WSDL document file and the set of Port components associated with the WSDL ports defined in the WSDL document. There may be multiple webservice-descriptions defined within a module. All WSDL file ports must have a corresponding port-component element defined. Used in: webservices
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>
| Field Summary | |
|---|---|
protected DescriptionType |
description
|
protected DisplayNameType |
displayName
|
protected IconType |
icon
|
protected String |
id
|
protected PathType |
jaxrpcMappingFile
|
protected List<PortComponentType> |
portComponent
|
protected String |
webserviceDescriptionName
|
protected PathType |
wsdlFile
|
| Constructor Summary | |
|---|---|
WebserviceDescriptionType()
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.valueclass.javaee.WebserviceDescriptionType instance. |
|
WebserviceDescriptionType(WebserviceDescriptionType o)
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.valueclass.javaee.WebserviceDescriptionType instance by copying a given instance. |
|
| Method Summary | |
|---|---|
WebserviceDescriptionType |
clone()
Creates and returns a copy of this object. |
protected static void |
copyPortComponent(List<PortComponentType> source,
List<PortComponentType> target)
Copies all values of property PortComponent. |
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. |
String |
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(String value)
Sets the value of the webserviceDescriptionName property. |
void |
setWsdlFile(PathType value)
Sets the value of the wsdlFile property. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected DescriptionType description
protected DisplayNameType displayName
protected IconType icon
protected String webserviceDescriptionName
protected PathType wsdlFile
protected PathType jaxrpcMappingFile
protected List<PortComponentType> portComponent
protected String id
| Constructor Detail |
|---|
public WebserviceDescriptionType()
net.sourceforge.ccxjc.it.model.prot.collections.valueclass.javaee.WebserviceDescriptionType instance.
public WebserviceDescriptionType(WebserviceDescriptionType o)
net.sourceforge.ccxjc.it.model.prot.collections.valueclass.javaee.WebserviceDescriptionType instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public DescriptionType getDescription()
DescriptionTypepublic void setDescription(DescriptionType value)
value - allowed object is
DescriptionTypepublic DisplayNameType getDisplayName()
DisplayNameTypepublic void setDisplayName(DisplayNameType value)
value - allowed object is
DisplayNameTypepublic IconType getIcon()
IconTypepublic void setIcon(IconType value)
value - allowed object is
IconTypepublic String getWebserviceDescriptionName()
Stringpublic void setWebserviceDescriptionName(String value)
value - allowed object is
Stringpublic PathType getWsdlFile()
PathTypepublic void setWsdlFile(PathType value)
value - allowed object is
PathTypepublic PathType getJaxrpcMappingFile()
PathTypepublic void setJaxrpcMappingFile(PathType value)
value - allowed object is
PathTypepublic 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
public String getId()
Stringpublic void setId(String value)
value - allowed object is
String
protected static void copyPortComponent(List<PortComponentType> source,
List<PortComponentType> target)
PortComponent.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.public WebserviceDescriptionType clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||