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 Summary
Constructors Constructor Description Namespace()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getPrefix()
Gets the value of the prefix property.String
getUri()
Gets the value of the uri property.boolean
isDefault()
Gets the value of the default property.void
setDefault(Boolean value)
Sets the value of the default property.void
setPrefix(String value)
Sets the value of the prefix property.void
setUri(String value)
Sets the value of the uri property.
-
-
-
Method Detail
-
getPrefix
public String getPrefix()
Gets the value of the prefix property.- Returns:
- possible object is
String
-
setPrefix
public void setPrefix(String value)
Sets the value of the prefix property.- Parameters:
value
- allowed object isString
-
getUri
public String getUri()
Gets the value of the uri property.- Returns:
- possible object is
String
-
setUri
public void setUri(String value)
Sets the value of the uri property.- Parameters:
value
- allowed object isString
-
isDefault
public boolean isDefault()
Gets the value of the default property.- Returns:
- possible object is
Boolean
-
-