de.hillenbrand.jedi.ws
Class WSDDService

java.lang.Object
  extended by de.hillenbrand.jedi.ws.WSDDService
All Implemented Interfaces:
java.lang.Comparable

public class WSDDService
extends java.lang.Object
implements java.lang.Comparable


Field Summary
protected  java.lang.String allowedMethods
           
protected  java.lang.String className
           
protected  java.lang.String name
           
protected  java.lang.String provider
           
protected  java.lang.String scope
           
protected  java.lang.String style
           
protected  java.lang.String[] typeMappings
           
protected  java.lang.String use
           
protected  java.lang.String wsdlPortType
           
protected  java.lang.String wsdlServiceElement
           
protected  java.lang.String wsdlServicePort
           
protected  java.lang.String wsdlTargetNamespace
           
 
Constructor Summary
WSDDService()
           
 
Method Summary
 int compareTo(java.lang.Object o)
           
 boolean equals(java.lang.Object obj)
           
 void exportTo(java.io.PrintWriter out, WSDDManagerFrame manager)
           
 java.lang.String getAllowedMethods()
          Returns the value of the allowedMethods property.
 java.lang.String getClassName()
          Returns the value of the className property.
 java.lang.String getName()
          Returns the value of the name property.
 java.lang.String getProvider()
          Returns the value of the provider property.
 java.lang.String getScope()
          Returns the value of the scope property.
 java.lang.String getStyle()
          Returns the value of the style property.
 java.lang.String[] getTypeMappings()
          Returns the value of the typeMappings property.
 java.lang.String getUse()
          Returns the value of the use property.
 java.lang.String getWsdlPortType()
          Returns the value of the wsdlPortType property.
 java.lang.String getWsdlServiceElement()
          Returns the value of the wsdlServiceElement property.
 java.lang.String getWsdlServicePort()
          Returns the value of the wsdlServicePort property.
 java.lang.String getWsdlTargetNamespace()
          Returns the value of the wsdlTargetNamespace property.
 void setAllowedMethods(java.lang.String arg)
          Assigns the value of the allowedMethods property.
 void setClassName(java.lang.String arg)
          Assigns the value of the className property.
 void setName(java.lang.String arg)
          Assigns the value of the name property.
 void setProvider(java.lang.String arg)
          Assigns the value of the provider property.
 void setScope(java.lang.String arg)
          Assigns the value of the scope property.
 void setStyle(java.lang.String arg)
          Assigns the value of the style property.
 void setTypeMappings(java.lang.String[] arg)
          Assigns the value of the typeMappings property.
 void setUse(java.lang.String arg)
          Assigns the value of the use property.
 void setWsdlPortType(java.lang.String arg)
          Assigns the value of the wsdlPortType property.
 void setWsdlServiceElement(java.lang.String arg)
          Assigns the value of the wsdlServiceElement property.
 void setWsdlServicePort(java.lang.String arg)
          Assigns the value of the wsdlServicePort property.
 void setWsdlTargetNamespace(java.lang.String arg)
          Assigns the value of the wsdlTargetNamespace property.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

wsdlTargetNamespace

protected java.lang.String wsdlTargetNamespace

wsdlServiceElement

protected java.lang.String wsdlServiceElement

wsdlServicePort

protected java.lang.String wsdlServicePort

className

protected java.lang.String className

wsdlPortType

protected java.lang.String wsdlPortType

allowedMethods

protected java.lang.String allowedMethods

scope

protected java.lang.String scope

name

protected java.lang.String name

provider

protected java.lang.String provider

style

protected java.lang.String style

use

protected java.lang.String use

typeMappings

protected java.lang.String[] typeMappings
Constructor Detail

WSDDService

public WSDDService()
Method Detail

compareTo

public int compareTo(java.lang.Object o)
Specified by:
compareTo in interface java.lang.Comparable

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

exportTo

public void exportTo(java.io.PrintWriter out,
                     WSDDManagerFrame manager)
              throws java.io.IOException
Throws:
java.io.IOException

getAllowedMethods

public java.lang.String getAllowedMethods()
Returns the value of the allowedMethods property.


getClassName

public java.lang.String getClassName()
Returns the value of the className property.


getName

public java.lang.String getName()
Returns the value of the name property.


getProvider

public java.lang.String getProvider()
Returns the value of the provider property.


getScope

public java.lang.String getScope()
Returns the value of the scope property.


getStyle

public java.lang.String getStyle()
Returns the value of the style property.


getTypeMappings

public java.lang.String[] getTypeMappings()
Returns the value of the typeMappings property.


getUse

public java.lang.String getUse()
Returns the value of the use property.


getWsdlPortType

public java.lang.String getWsdlPortType()
Returns the value of the wsdlPortType property.


getWsdlServiceElement

public java.lang.String getWsdlServiceElement()
Returns the value of the wsdlServiceElement property.


getWsdlServicePort

public java.lang.String getWsdlServicePort()
Returns the value of the wsdlServicePort property.


getWsdlTargetNamespace

public java.lang.String getWsdlTargetNamespace()
Returns the value of the wsdlTargetNamespace property.


setAllowedMethods

public void setAllowedMethods(java.lang.String arg)
Assigns the value of the allowedMethods property.


setClassName

public void setClassName(java.lang.String arg)
Assigns the value of the className property.


setName

public void setName(java.lang.String arg)
Assigns the value of the name property.


setProvider

public void setProvider(java.lang.String arg)
Assigns the value of the provider property.


setScope

public void setScope(java.lang.String arg)
Assigns the value of the scope property.


setStyle

public void setStyle(java.lang.String arg)
Assigns the value of the style property.


setTypeMappings

public void setTypeMappings(java.lang.String[] arg)
Assigns the value of the typeMappings property.


setUse

public void setUse(java.lang.String arg)
Assigns the value of the use property.


setWsdlPortType

public void setWsdlPortType(java.lang.String arg)
Assigns the value of the wsdlPortType property.


setWsdlServiceElement

public void setWsdlServiceElement(java.lang.String arg)
Assigns the value of the wsdlServiceElement property.


setWsdlServicePort

public void setWsdlServicePort(java.lang.String arg)
Assigns the value of the wsdlServicePort property.


setWsdlTargetNamespace

public void setWsdlTargetNamespace(java.lang.String arg)
Assigns the value of the wsdlTargetNamespace property.


toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object