|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.dragon.connection.api.to.Endpoint
public class Endpoint
Java class for Endpoint complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Endpoint">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="wsdlDescription" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="wsdlDescriptionImports" type="{http://service.api.connection.dragon.ow2.org/}hashMapType" minOccurs="0"/>
</sequence>
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}QName" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected javax.xml.namespace.QName |
name
|
protected java.lang.String |
wsdlDescription
|
protected HashMapType |
wsdlDescriptionImports
|
| Constructor Summary | |
|---|---|
Endpoint()
|
|
| Method Summary | |
|---|---|
javax.xml.namespace.QName |
getName()
Gets the value of the name property. |
java.lang.String |
getWsdlDescription()
Gets the value of the wsdlDescription property. |
HashMapType |
getWsdlDescriptionImports()
Gets the value of the wsdlDescriptionImports property. |
void |
setName(javax.xml.namespace.QName value)
Sets the value of the name property. |
void |
setWsdlDescription(java.lang.String value)
Sets the value of the wsdlDescription property. |
void |
setWsdlDescriptionImports(HashMapType value)
Sets the value of the wsdlDescriptionImports property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String wsdlDescription
protected HashMapType wsdlDescriptionImports
protected javax.xml.namespace.QName name
| Constructor Detail |
|---|
public Endpoint()
| Method Detail |
|---|
public java.lang.String getWsdlDescription()
Stringpublic void setWsdlDescription(java.lang.String value)
value - allowed object is
Stringpublic HashMapType getWsdlDescriptionImports()
HashMapTypepublic void setWsdlDescriptionImports(HashMapType value)
value - allowed object is
HashMapTypepublic javax.xml.namespace.QName getName()
QNamepublic void setName(javax.xml.namespace.QName value)
value - allowed object is
QName
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||