Class TImportImpl

All Implemented Interfaces:
Serializable, TypeStoreUser, TImport, SimpleValue, XmlObject, XmlTokenSource

public class TImportImpl extends XmlComplexContentImpl implements TImport
An XML TImport(@http://www.apache.org/internal/xmlbeans/wsdlsubst). This is a complex type.
See Also:
  • Constructor Details

    • TImportImpl

      public TImportImpl(SchemaType sType)
  • Method Details

    • getNamespace

      public String getNamespace()
      Gets the "namespace" attribute
      Specified by:
      getNamespace in interface TImport
    • xgetNamespace

      public XmlAnyURI xgetNamespace()
      Gets (as xml) the "namespace" attribute
      Specified by:
      xgetNamespace in interface TImport
    • setNamespace

      public void setNamespace(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 String getLocation()
      Gets the "location" attribute
      Specified by:
      getLocation in interface TImport
    • xgetLocation

      public XmlAnyURI xgetLocation()
      Gets (as xml) the "location" attribute
      Specified by:
      xgetLocation in interface TImport
    • setLocation

      public void setLocation(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