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