net.bioclipse.xws.client.adhoc
Class IoSchemata

java.lang.Object
  extended by net.bioclipse.xws.client.adhoc.IoSchemata

public class IoSchemata
extends java.lang.Object


Constructor Summary
IoSchemata(net.bioclipse.xws.xmpp.iodata.IoDataElement iodata, net.bioclipse.xws.client.adhoc.Function function)
          Initializes a newly created IoSchemata object.
 
Method Summary
 java.lang.String getDescription()
          Returns a detailed description of the function.
 IFunction getFunction()
          Returns the function associated with the input/output XML Schemata.
 org.w3c.dom.Element getInputSchema()
          Returns the XML Schema for the input of the function.
 org.w3c.dom.Element getOutputSchema()
          Returns the XML Schema for the output of the function.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IoSchemata

public IoSchemata(net.bioclipse.xws.xmpp.iodata.IoDataElement iodata,
                  net.bioclipse.xws.client.adhoc.Function function)
Initializes a newly created IoSchemata object.

Parameters:
iodata - The IoDataElement that contains the input/output XML Schemata.
function - The function.
Method Detail

toString

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

getInputSchema

public org.w3c.dom.Element getInputSchema()
Returns the XML Schema for the input of the function.

Returns:
The XML Schema for the input of the function.

getOutputSchema

public org.w3c.dom.Element getOutputSchema()
Returns the XML Schema for the output of the function.

Returns:
The XML Schema for the output of the function.

getFunction

public IFunction getFunction()
Returns the function associated with the input/output XML Schemata.

Returns:
The function associated with the input/output XML Schemata.

getDescription

public java.lang.String getDescription()
Returns a detailed description of the function.

Returns:
A detailed description of the input/output XML Schemata of the function.