de.hillenbrand.jedi.ws
Class WSWrapper

java.lang.Object
  |
  +--de.hillenbrand.jedi.ws.WSWrapper

public class WSWrapper
extends java.lang.Object


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 getTitle()
          Returns the value of the title 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 setTitle(java.lang.String arg)
          Assigns the value of the title 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.


getTitle

public java.lang.String getTitle()
Returns the value of the title 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.


setTitle

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