java.lang.Object
org.eclipse.persistence.internal.oxm.Namespace

public class Namespace extends Object
INTERNAL: This class represents a Namespace. It is used to persist a collection of Namespaces to Deployment XML
Since:
release specific (what release of product did this appear in)
  • Field Details

    • prefix

      protected String prefix
    • namespaceURI

      protected String namespaceURI
  • Constructor Details

    • Namespace

      public Namespace()
    • Namespace

      public Namespace(String prefix, String namespaceURI)
  • Method Details

    • getPrefix

      public String getPrefix()
    • setPrefix

      public void setPrefix(String newPrefix)
    • getNamespaceURI

      public String getNamespaceURI()
    • setNamespaceURI

      public void setNamespaceURI(String newURI)