Package gov.nasa.pds.harvest.cfg
Class AutogenFieldsType
java.lang.Object
gov.nasa.pds.harvest.cfg.AutogenFieldsType
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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the classFilter property.boolean
Gets the value of the generate property.void
setClassFilter
(FilterType value) Sets the value of the classFilter property.void
setGenerate
(Boolean value) Sets the value of the generate property.
-
Field Details
-
classFilter
-
generate
-
-
Constructor Details
-
AutogenFieldsType
public AutogenFieldsType()
-
-
Method Details
-
getClassFilter
Gets the value of the classFilter property.- Returns:
- possible object is
FilterType
-
setClassFilter
Sets the value of the classFilter property.- Parameters:
value
- allowed object isFilterType
-
isGenerate
public boolean isGenerate()Gets the value of the generate property.- Returns:
- possible object is
Boolean
-
setGenerate
Sets the value of the generate property.- Parameters:
value
- allowed object isBoolean
-