Class AutogenFieldsType

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

public class AutogenFieldsType extends Object
Determines how items found in the products should be indexed in the registry. Do not define this tag for normal, expected behavior.

Java class for autogen_fields_type complex type.

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


 <complexType name="autogen_fields_type">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="classFilter" type="{}filter_type" minOccurs="0"/>
       </sequence>
       <attribute name="generate" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • classFilter

      protected FilterType classFilter
    • generate

      protected Boolean generate
  • Constructor Details

    • AutogenFieldsType

      public AutogenFieldsType()
  • Method Details

    • getClassFilter

      public FilterType getClassFilter()
      Gets the value of the classFilter property.
      Returns:
      possible object is FilterType
    • setClassFilter

      public void setClassFilter(FilterType value)
      Sets the value of the classFilter property.
      Parameters:
      value - allowed object is FilterType
    • isGenerate

      public boolean isGenerate()
      Gets the value of the generate property.
      Returns:
      possible object is Boolean
    • setGenerate

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