gov.nasa.pds.harvest.policy
Class Namespace

java.lang.Object
  extended by gov.nasa.pds.harvest.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="{}prefix use="required""/>
       <attribute ref="{}uri use="required""/>
       <attribute ref="{}default"/>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Boolean _default
           
protected  String prefix
           
protected  String uri
           
 
Constructor Summary
Namespace()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

prefix

protected String prefix

uri

protected String uri

_default

protected Boolean _default
Constructor Detail

Namespace

public Namespace()
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 is String

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 is String

isDefault

public boolean isDefault()
Gets the value of the default property.

Returns:
possible object is Boolean

setDefault

public void setDefault(Boolean value)
Sets the value of the default property.

Parameters:
value - allowed object is Boolean


Copyright © 2010–2014 Planetary Data System. All rights reserved.