Class ReferencesType

java.lang.Object
gov.nasa.pds.harvest.cfg.ReferencesType

public class ReferencesType extends Object
Seems like a forgotten idea

Java class for references_type complex type.

The following schema fragment specifies the expected content contained within this class.


 <complexType name="references_type">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="primaryOnly" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • primaryOnly

      protected Boolean primaryOnly
  • Constructor Details

    • ReferencesType

      public ReferencesType()
  • Method Details

    • isPrimaryOnly

      public boolean isPrimaryOnly()
      Gets the value of the primaryOnly property.
      Returns:
      possible object is Boolean
    • setPrimaryOnly

      public void setPrimaryOnly(Boolean value)
      Sets the value of the primaryOnly property.
      Parameters:
      value - allowed object is Boolean