Class ListContributor

java.lang.Object
gov.nasa.arc.pds.xml.generated.ListAuthor
gov.nasa.arc.pds.xml.generated.ListContributor

public class ListContributor extends ListAuthor
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>
 
  • Constructor Details

    • ListContributor

      public ListContributor()