org.ow2.dragon.connection.api.to
Class Endpoint

java.lang.Object
  extended by org.ow2.dragon.connection.api.to.Endpoint

public class Endpoint
extends java.lang.Object

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

wsdlDescription

protected java.lang.String wsdlDescription

wsdlDescriptionImports

protected HashMapType wsdlDescriptionImports

name

protected javax.xml.namespace.QName name
Constructor Detail

Endpoint

public Endpoint()
Method Detail

getWsdlDescription

public java.lang.String getWsdlDescription()
Gets the value of the wsdlDescription property.

Returns:
possible object is String

setWsdlDescription

public void setWsdlDescription(java.lang.String value)
Sets the value of the wsdlDescription property.

Parameters:
value - allowed object is String

getWsdlDescriptionImports

public HashMapType getWsdlDescriptionImports()
Gets the value of the wsdlDescriptionImports property.

Returns:
possible object is HashMapType

setWsdlDescriptionImports

public void setWsdlDescriptionImports(HashMapType value)
Sets the value of the wsdlDescriptionImports property.

Parameters:
value - allowed object is HashMapType

getName

public javax.xml.namespace.QName getName()
Gets the value of the name property.

Returns:
possible object is QName

setName

public void setName(javax.xml.namespace.QName value)
Sets the value of the name property.

Parameters:
value - allowed object is QName


Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.