Package gov.nasa.arc.pds.xml.generated
Class ListContributor
java.lang.Object
gov.nasa.arc.pds.xml.generated.ListAuthor
gov.nasa.arc.pds.xml.generated.ListContributor
The List_Contributor class is a container for
the classes that describe each contributor. Contributors are
not authors or editors.
Java class for List_Contributor complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="List_Contributor">
<complexContent>
<restriction base="{http://pds.nasa.gov/pds4/pds/v1}List_Author">
<sequence>
<element name="Organization" type="{http://pds.nasa.gov/pds4/pds/v1}Organization" maxOccurs="unbounded" minOccurs="0"/>
<element name="Person" type="{http://pds.nasa.gov/pds4/pds/v1}Person" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields inherited from class gov.nasa.arc.pds.xml.generated.ListAuthor
organizations, persons -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class gov.nasa.arc.pds.xml.generated.ListAuthor
getOrganizations, getPersons
-
Constructor Details
-
ListContributor
public ListContributor()
-