Class Namespace
- java.lang.Object
- 
- gov.nasa.pds.harvest.search.policy.Namespace
 
- 
 public class Namespace extends Object Java class for Namespace complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="Namespace"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute ref="{https://pds.nasa.gov/software/pds4/harvest/v1}prefix use="required""/> <attribute ref="{https://pds.nasa.gov/software/pds4/harvest/v1}uri use="required""/> <attribute ref="{https://pds.nasa.gov/software/pds4/harvest/v1}default"/> </restriction> </complexContent> </complexType>
- 
- 
Constructor SummaryConstructors Constructor Description Namespace()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPrefix()Gets the value of the prefix property.StringgetUri()Gets the value of the uri property.booleanisDefault()Gets the value of the default property.voidsetDefault(Boolean value)Sets the value of the default property.voidsetPrefix(String value)Sets the value of the prefix property.voidsetUri(String value)Sets the value of the uri property.
 
- 
- 
- 
Method Detail- 
getPrefixpublic String getPrefix() Gets the value of the prefix property.- Returns:
- possible object is
     String
 
 - 
setPrefixpublic void setPrefix(String value) Sets the value of the prefix property.- Parameters:
- value- allowed object is- String
 
 - 
getUripublic String getUri() Gets the value of the uri property.- Returns:
- possible object is
     String
 
 - 
setUripublic void setUri(String value) Sets the value of the uri property.- Parameters:
- value- allowed object is- String
 
 - 
isDefaultpublic boolean isDefault() Gets the value of the default property.- Returns:
- possible object is
     Boolean
 
 
- 
 
-