Class Namespace

java.lang.Object
gov.nasa.pds.validate.util.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 Details

    • prefix

      protected String prefix
    • uri

      protected String uri
    • _default

      protected Boolean _default
  • Constructor Details

    • Namespace

      public Namespace()
  • Method Details

    • 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