Interface TImport

All Superinterfaces:
XmlObject, XmlTokenSource
All Known Implementing Classes:
TImportImpl

public interface TImport extends XmlObject
An XML TImport(@http://www.apache.org/internal/xmlbeans/wsdlsubst). This is a complex type.
  • Field Details

  • Method Details

    • getNamespace

      String getNamespace()
      Gets the "namespace" attribute
    • xgetNamespace

      XmlAnyURI xgetNamespace()
      Gets (as xml) the "namespace" attribute
    • setNamespace

      void setNamespace(String namespace)
      Sets the "namespace" attribute
    • xsetNamespace

      void xsetNamespace(XmlAnyURI namespace)
      Sets (as xml) the "namespace" attribute
    • getLocation

      String getLocation()
      Gets the "location" attribute
    • xgetLocation

      XmlAnyURI xgetLocation()
      Gets (as xml) the "location" attribute
    • setLocation

      void setLocation(String location)
      Sets the "location" attribute
    • xsetLocation

      void xsetLocation(XmlAnyURI location)
      Sets (as xml) the "location" attribute