com.ebmwebsourcing.geasywsdl.domain
Class Operation

java.lang.Object
  extended by com.ebmwebsourcing.geasywsdl.domain.AbstractNamedElement
      extended by com.ebmwebsourcing.geasywsdl.domain.Operation
All Implemented Interfaces:
com.ebmwebsourcing.geasywsdl.domain.api.IOperation, com.ebmwebsourcing.geasywsdl.domain.api.IWsdlElement, com.ebmwebsourcing.geasywsdl.domain.api.IWsdlNamedElement, java.io.Serializable

public class Operation
extends AbstractNamedElement
implements com.ebmwebsourcing.geasywsdl.domain.api.IOperation

See Also:
Serialized Form

Constructor Summary
Operation()
           
 
Method Summary
 com.ebmwebsourcing.geasyschema.domain.api.IElement getInput()
           
 com.ebmwebsourcing.geasyschema.domain.api.IElement getOutput()
           
 void setInput(com.ebmwebsourcing.geasyschema.domain.api.IElement input)
           
 void setOutput(com.ebmwebsourcing.geasyschema.domain.api.IElement output)
           
 
Methods inherited from class com.ebmwebsourcing.geasywsdl.domain.AbstractNamedElement
equals, getName, hashCode, setName
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.ebmwebsourcing.geasywsdl.domain.api.IWsdlNamedElement
getName, setName
 

Constructor Detail

Operation

public Operation()
Method Detail

getInput

public com.ebmwebsourcing.geasyschema.domain.api.IElement getInput()
Specified by:
getInput in interface com.ebmwebsourcing.geasywsdl.domain.api.IOperation

setInput

public void setInput(com.ebmwebsourcing.geasyschema.domain.api.IElement input)
Specified by:
setInput in interface com.ebmwebsourcing.geasywsdl.domain.api.IOperation

getOutput

public com.ebmwebsourcing.geasyschema.domain.api.IElement getOutput()
Specified by:
getOutput in interface com.ebmwebsourcing.geasywsdl.domain.api.IOperation

setOutput

public void setOutput(com.ebmwebsourcing.geasyschema.domain.api.IElement output)
Specified by:
setOutput in interface com.ebmwebsourcing.geasywsdl.domain.api.IOperation


Copyright © 2011 eBM WebSourcing. All Rights Reserved.