Class TImportImpl

    • Constructor Detail

      • TImportImpl

        public TImportImpl​(SchemaType sType)
    • Method Detail

      • getNamespace

        public java.lang.String getNamespace()
        Gets the "namespace" attribute
        Specified by:
        getNamespace in interface TImport
      • setNamespace

        public void setNamespace​(java.lang.String namespace)
        Sets the "namespace" attribute
        Specified by:
        setNamespace in interface TImport
      • xsetNamespace

        public void xsetNamespace​(XmlAnyURI namespace)
        Sets (as xml) the "namespace" attribute
        Specified by:
        xsetNamespace in interface TImport
      • getLocation

        public java.lang.String getLocation()
        Gets the "location" attribute
        Specified by:
        getLocation in interface TImport
      • setLocation

        public void setLocation​(java.lang.String location)
        Sets the "location" attribute
        Specified by:
        setLocation in interface TImport
      • xsetLocation

        public void xsetLocation​(XmlAnyURI location)
        Sets (as xml) the "location" attribute
        Specified by:
        xsetLocation in interface TImport