Class Namespace
- java.lang.Object
-
- org.eclipse.persistence.internal.oxm.Namespace
-
public class Namespace extends java.lang.ObjectINTERNAL: 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)
- Author:
- mmacivor
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringnamespaceURIprotected java.lang.Stringprefix
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetNamespaceURI()java.lang.StringgetPrefix()voidsetNamespaceURI(java.lang.String newURI)voidsetPrefix(java.lang.String newPrefix)
-