Package gov.nasa.pds.harvest.cfg
Class ReferencesType
java.lang.Object
gov.nasa.pds.harvest.cfg.ReferencesType
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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets the value of the primaryOnly property.void
setPrimaryOnly
(Boolean value) Sets the value of the primaryOnly property.
-
Field Details
-
-
Constructor Details
-
ReferencesType
public ReferencesType()
-
-
Method Details