| com.bostechcorp.cbesb.ws.wsdl.x10.WebServiceNameDocument
All known Subclasses: com.bostechcorp.cbesb.ws.wsdl.x10.impl.WebServiceNameDocumentImpl,
WebServiceNameDocument | public interface WebServiceNameDocument extends org.apache.xmlbeans.XmlObject(Code) | | A document containing one WebServiceName(@http://cbesb.bostechcorp.com/ws/wsdl/1.0) element.
This is a complex type.
|
Inner Class :final public static class Factory | |
Field Summary | |
final public static org.apache.xmlbeans.SchemaType | type |
type | final public static org.apache.xmlbeans.SchemaType type(Code) | | |
setWebServiceName | void setWebServiceName(java.lang.String webServiceName)(Code) | | Sets the "WebServiceName" element
|
xgetWebServiceName | org.apache.xmlbeans.XmlNCName xgetWebServiceName()(Code) | | Gets (as xml) the "WebServiceName" element
|
xsetWebServiceName | void xsetWebServiceName(org.apache.xmlbeans.XmlNCName webServiceName)(Code) | | Sets (as xml) the "WebServiceName" element
|
|
|