de.hillenbrand.jedi.ws
Class WSWrapper

java.lang.Object
  extended byde.hillenbrand.jedi.ws.WSWrapper

public class WSWrapper
extends java.lang.Object

A wrapper class for a Web service.


Constructor Summary
WSWrapper(JediClass c)
           
 
Method Summary
 java.lang.String getDescription()
          Returns the value of the description property.
 java.lang.String getImplementationClassName()
           
 java.lang.String getInterfaceClassName()
           
 JediClass getJediClass()
           
 java.lang.String getName()
          Returns the value of the name property.
 java.lang.String getSessionTimeout()
          Returns the value of the sessionTimeout property.
 java.lang.String getTargetNamespace()
          Returns the value of the targetNamespace property.
 java.lang.String getTitle()
          Returns the value of the title property.
 java.lang.String getTypeNamespace()
          Returns the value of the typeNamespace property.
 void setDescription(java.lang.String arg)
          Assigns the value of the description property.
 void setName(java.lang.String arg)
          Assigns the value of the name property.
 void setSessionTimeout(java.lang.String arg)
          Assigns the value of the sessionTimeout property.
 void setTargetNamespace(java.lang.String arg)
          Assigns the value of the targetNamespace property.
 void setTitle(java.lang.String arg)
          Assigns the value of the title property.
 void setTypeNamespace(java.lang.String arg)
          Assigns the value of the typeNamespace property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSWrapper

public WSWrapper(JediClass c)
Method Detail

getDescription

public java.lang.String getDescription()
Returns the value of the description property.


getImplementationClassName

public java.lang.String getImplementationClassName()

getInterfaceClassName

public java.lang.String getInterfaceClassName()

getJediClass

public JediClass getJediClass()

getName

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


getSessionTimeout

public java.lang.String getSessionTimeout()
Returns the value of the sessionTimeout property.


getTargetNamespace

public java.lang.String getTargetNamespace()
Returns the value of the targetNamespace property.


getTitle

public java.lang.String getTitle()
Returns the value of the title property.


getTypeNamespace

public java.lang.String getTypeNamespace()
Returns the value of the typeNamespace property.


setDescription

public void setDescription(java.lang.String arg)
Assigns the value of the description property.


setName

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


setSessionTimeout

public void setSessionTimeout(java.lang.String arg)
Assigns the value of the sessionTimeout property.


setTargetNamespace

public void setTargetNamespace(java.lang.String arg)
Assigns the value of the targetNamespace property.


setTitle

public void setTitle(java.lang.String arg)
Assigns the value of the title property.


setTypeNamespace

public void setTypeNamespace(java.lang.String arg)
Assigns the value of the typeNamespace property.