| com.bostechcorp.cbesb.ws.wsdl.x10.OperastionsDocument
All known Subclasses: com.bostechcorp.cbesb.ws.wsdl.x10.impl.OperastionsDocumentImpl,
OperastionsDocument | public interface OperastionsDocument extends org.apache.xmlbeans.XmlObject(Code) | | A document containing one Operastions(@http://cbesb.bostechcorp.com/ws/wsdl/1.0) element.
This is a complex type.
|
Inner Class :public interface Operastions 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.OperastionsDocument.Operastions | addNewOperastions() | com.bostechcorp.cbesb.ws.wsdl.x10.OperastionsDocument.Operastions | getOperastions() | void | setOperastions(com.bostechcorp.cbesb.ws.wsdl.x10.OperastionsDocument.Operastions operastions) |
type | final public static org.apache.xmlbeans.SchemaType type(Code) | | |
addNewOperastions | com.bostechcorp.cbesb.ws.wsdl.x10.OperastionsDocument.Operastions addNewOperastions()(Code) | | Appends and returns a new empty "Operastions" element
|
getOperastions | com.bostechcorp.cbesb.ws.wsdl.x10.OperastionsDocument.Operastions getOperastions()(Code) | | Gets the "Operastions" element
|
setOperastions | void setOperastions(com.bostechcorp.cbesb.ws.wsdl.x10.OperastionsDocument.Operastions operastions)(Code) | | Sets the "Operastions" element
|
|
|