| com.bostechcorp.cbesb.ws.wsdl.x10.OperationDocument
All known Subclasses: com.bostechcorp.cbesb.ws.wsdl.x10.impl.OperationDocumentImpl,
OperationDocument | public interface OperationDocument extends org.apache.xmlbeans.XmlObject(Code) | | A document containing one Operation(@http://cbesb.bostechcorp.com/ws/wsdl/1.0) element.
This is a complex type.
|
Inner Class :public interface Operation extends org.apache.xmlbeans.XmlObject | |
Inner Class :final public static class Factory | |
Field Summary | |
final public static org.apache.xmlbeans.SchemaType | type |
Method Summary | |
com.bostechcorp.cbesb.ws.wsdl.x10.OperationDocument.Operation | addNewOperation() | com.bostechcorp.cbesb.ws.wsdl.x10.OperationDocument.Operation | getOperation() | void | setOperation(com.bostechcorp.cbesb.ws.wsdl.x10.OperationDocument.Operation operation) |
type | final public static org.apache.xmlbeans.SchemaType type(Code) | | |
addNewOperation | com.bostechcorp.cbesb.ws.wsdl.x10.OperationDocument.Operation addNewOperation()(Code) | | Appends and returns a new empty "Operation" element
|
getOperation | com.bostechcorp.cbesb.ws.wsdl.x10.OperationDocument.Operation getOperation()(Code) | | Gets the "Operation" element
|
setOperation | void setOperation(com.bostechcorp.cbesb.ws.wsdl.x10.OperationDocument.Operation operation)(Code) | | Sets the "Operation" element
|
|
|