com.ebmwebsourcing.geasywsdl.domain
Class Operation
java.lang.Object
com.ebmwebsourcing.geasywsdl.domain.AbstractNamedElement
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
|
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 java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.ebmwebsourcing.geasywsdl.domain.api.IWsdlNamedElement |
getName, setName |
Operation
public Operation()
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.