Uses of Class
gov.nasa.pds.harvest.search.policy.Namespace
-
Packages that use Namespace Package Description gov.nasa.pds.harvest.search.policy gov.nasa.pds.harvest.search.util -
-
Uses of Namespace in gov.nasa.pds.harvest.search.policy
Fields in gov.nasa.pds.harvest.search.policy with type parameters of type Namespace Modifier and Type Field Description protected List<Namespace>
Candidate. namespace
Methods in gov.nasa.pds.harvest.search.policy that return Namespace Modifier and Type Method Description Namespace
ObjectFactory. createNamespace()
Create an instance ofNamespace
Methods in gov.nasa.pds.harvest.search.policy that return types with arguments of type Namespace Modifier and Type Method Description javax.xml.bind.JAXBElement<Namespace>
ObjectFactory. createNamespace(Namespace value)
List<Namespace>
Candidate. getNamespace()
Gets the value of the namespace property.Methods in gov.nasa.pds.harvest.search.policy with parameters of type Namespace Modifier and Type Method Description javax.xml.bind.JAXBElement<Namespace>
ObjectFactory. createNamespace(Namespace value)
-
Uses of Namespace in gov.nasa.pds.harvest.search.util
Methods in gov.nasa.pds.harvest.search.util with parameters of type Namespace Modifier and Type Method Description void
PDSNamespaceContext. addNamespace(Namespace namespace)
Adds a namespace.Constructor parameters in gov.nasa.pds.harvest.search.util with type arguments of type Namespace Constructor Description PDSNamespaceContext(List<Namespace> namespaces)
Constructor.
-