Class NsconfigImpl

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

public class NsconfigImpl extends XmlComplexContentImpl implements Nsconfig
An XML nsconfig(@http://xml.apache.org/xmlbeans/2004/02/xbean/config). This is a complex type.
See Also:
  • Constructor Details

    • NsconfigImpl

      public NsconfigImpl(SchemaType sType)
  • Method Details

    • getPackage

      public String getPackage()
      Gets the "package" element
      Specified by:
      getPackage in interface Nsconfig
    • xgetPackage

      public XmlString xgetPackage()
      Gets (as xml) the "package" element
      Specified by:
      xgetPackage in interface Nsconfig
    • isSetPackage

      public boolean isSetPackage()
      True if has "package" element
      Specified by:
      isSetPackage in interface Nsconfig
    • setPackage

      public void setPackage(String xpackage)
      Sets the "package" element
      Specified by:
      setPackage in interface Nsconfig
    • xsetPackage

      public void xsetPackage(XmlString xpackage)
      Sets (as xml) the "package" element
      Specified by:
      xsetPackage in interface Nsconfig
    • unsetPackage

      public void unsetPackage()
      Unsets the "package" element
      Specified by:
      unsetPackage in interface Nsconfig
    • getPrefix

      public String getPrefix()
      Gets the "prefix" element
      Specified by:
      getPrefix in interface Nsconfig
    • xgetPrefix

      public XmlString xgetPrefix()
      Gets (as xml) the "prefix" element
      Specified by:
      xgetPrefix in interface Nsconfig
    • isSetPrefix

      public boolean isSetPrefix()
      True if has "prefix" element
      Specified by:
      isSetPrefix in interface Nsconfig
    • setPrefix

      public void setPrefix(String prefix)
      Sets the "prefix" element
      Specified by:
      setPrefix in interface Nsconfig
    • xsetPrefix

      public void xsetPrefix(XmlString prefix)
      Sets (as xml) the "prefix" element
      Specified by:
      xsetPrefix in interface Nsconfig
    • unsetPrefix

      public void unsetPrefix()
      Unsets the "prefix" element
      Specified by:
      unsetPrefix in interface Nsconfig
    • getSuffix

      public String getSuffix()
      Gets the "suffix" element
      Specified by:
      getSuffix in interface Nsconfig
    • xgetSuffix

      public XmlString xgetSuffix()
      Gets (as xml) the "suffix" element
      Specified by:
      xgetSuffix in interface Nsconfig
    • isSetSuffix

      public boolean isSetSuffix()
      True if has "suffix" element
      Specified by:
      isSetSuffix in interface Nsconfig
    • setSuffix

      public void setSuffix(String suffix)
      Sets the "suffix" element
      Specified by:
      setSuffix in interface Nsconfig
    • xsetSuffix

      public void xsetSuffix(XmlString suffix)
      Sets (as xml) the "suffix" element
      Specified by:
      xsetSuffix in interface Nsconfig
    • unsetSuffix

      public void unsetSuffix()
      Unsets the "suffix" element
      Specified by:
      unsetSuffix in interface Nsconfig
    • getUri

      public Object getUri()
      Gets the "uri" attribute
      Specified by:
      getUri in interface Nsconfig
    • xgetUri

      public NamespaceList xgetUri()
      Gets (as xml) the "uri" attribute
      Specified by:
      xgetUri in interface Nsconfig
    • isSetUri

      public boolean isSetUri()
      True if has "uri" attribute
      Specified by:
      isSetUri in interface Nsconfig
    • setUri

      public void setUri(Object uri)
      Sets the "uri" attribute
      Specified by:
      setUri in interface Nsconfig
    • xsetUri

      public void xsetUri(NamespaceList uri)
      Sets (as xml) the "uri" attribute
      Specified by:
      xsetUri in interface Nsconfig
    • unsetUri

      public void unsetUri()
      Unsets the "uri" attribute
      Specified by:
      unsetUri in interface Nsconfig
    • getUriprefix

      public List getUriprefix()
      Gets the "uriprefix" attribute
      Specified by:
      getUriprefix in interface Nsconfig
    • xgetUriprefix

      public NamespacePrefixList xgetUriprefix()
      Gets (as xml) the "uriprefix" attribute
      Specified by:
      xgetUriprefix in interface Nsconfig
    • isSetUriprefix

      public boolean isSetUriprefix()
      True if has "uriprefix" attribute
      Specified by:
      isSetUriprefix in interface Nsconfig
    • setUriprefix

      public void setUriprefix(List uriprefix)
      Sets the "uriprefix" attribute
      Specified by:
      setUriprefix in interface Nsconfig
    • xsetUriprefix

      public void xsetUriprefix(NamespacePrefixList uriprefix)
      Sets (as xml) the "uriprefix" attribute
      Specified by:
      xsetUriprefix in interface Nsconfig
    • unsetUriprefix

      public void unsetUriprefix()
      Unsets the "uriprefix" attribute
      Specified by:
      unsetUriprefix in interface Nsconfig