public interface  org.apache.axiom.om.impl.intf.AxiomNamespaceDeclaration extends java.lang.Object implements org.apache.axiom.om.impl.intf.AxiomInformationItem, org.apache.axiom.core.CoreNamespaceDeclaration
{
public abstract org.apache.axiom.om.OMNamespace getDeclaredNamespace();
public abstract void setDeclaredNamespace(org.apache.axiom.om.OMNamespace);
}