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.
    • Method Detail

      • getNamespace

        java.lang.String getNamespace()
        Gets the "namespace" attribute
      • xgetNamespace

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

        void setNamespace​(java.lang.String namespace)
        Sets the "namespace" attribute
      • xsetNamespace

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

        java.lang.String getLocation()
        Gets the "location" attribute
      • xgetLocation

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

        void setLocation​(java.lang.String location)
        Sets the "location" attribute
      • xsetLocation

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