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