- 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)
- Author:
- mmacivor
-
-
Field Summary
Fields Modifier and Type Field Description protected StringnamespaceURIprotected Stringprefix
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetNamespaceURI()StringgetPrefix()voidsetNamespaceURI(String newURI)voidsetPrefix(String newPrefix)
-