org.universAAL.ri.wsdlToolkit.ioApi
Class WSOperationInput

Package class diagram package WSOperationInput
java.lang.Object
  extended by org.universAAL.ri.wsdlToolkit.ioApi.WSOperationInput

public class WSOperationInput
extends Object

Class used for storing the input of a web service operation

Author:
kgiannou

Constructor Summary
WSOperationInput()
           
 
Method Summary
 WSOperationInput cloneTheWSOperationInput()
           
 Vector getHasNativeOrComplexObjects()
           
 Vector getHasSoapHeaders()
           
 String getHasUse()
           
 void setHasNativeOrComplexObjects(Vector hasNativeOrComplexObjects)
           
 void setHasSoapHeaders(Vector hasSoapHeaders)
           
 void setHasUse(String hasUse)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSOperationInput

public WSOperationInput()
Method Detail

getHasNativeOrComplexObjects

public Vector getHasNativeOrComplexObjects()

setHasNativeOrComplexObjects

public void setHasNativeOrComplexObjects(Vector hasNativeOrComplexObjects)

getHasUse

public String getHasUse()

setHasUse

public void setHasUse(String hasUse)

getHasSoapHeaders

public Vector getHasSoapHeaders()

setHasSoapHeaders

public void setHasSoapHeaders(Vector hasSoapHeaders)

cloneTheWSOperationInput

public WSOperationInput cloneTheWSOperationInput()


Copyright © 2014 universAAL Consortium. All Rights Reserved.