Class 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 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