public static class Resource.Contributors extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="contributor" maxOccurs="unbounded" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="contributorName">
                     <complexType>
                       <simpleContent>
                         <extension base="<http://datacite.org/schema/kernel-4>nonemptycontentStringType">
                           <attribute name="nameType" type="{http://datacite.org/schema/kernel-4}nameType" />
                         </extension>
                       </simpleContent>
                     </complexType>
                   </element>
                   <element name="givenName" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
                   <element name="familyName" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
                   <element name="nameIdentifier" maxOccurs="unbounded" minOccurs="0">
                     <complexType>
                       <simpleContent>
                         <extension base="<http://www.w3.org/2001/XMLSchema>string">
                           <attribute name="nameIdentifierScheme" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
                           <attribute name="schemeURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
                         </extension>
                       </simpleContent>
                     </complexType>
                   </element>
                   <element name="affiliation" type="{http://www.w3.org/2001/XMLSchema}anyType" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
                 <attribute name="contributorType" use="required" type="{http://datacite.org/schema/kernel-4}contributorType" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 | Modifier and Type | Class and Description | 
|---|---|
| static class  | Resource.Contributors.Contributor
 Java class for anonymous complex type. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected List<Resource.Contributors.Contributor> | contributor | 
| Constructor and Description | 
|---|
| Contributors() | 
| Modifier and Type | Method and Description | 
|---|---|
| List<Resource.Contributors.Contributor> | getContributor()Gets the value of the contributor property. | 
protected List<Resource.Contributors.Contributor> contributor
public List<Resource.Contributors.Contributor> getContributor()
 This accessor method returns a reference to the live list, not a
 snapshot. Therefore any modification you make to the returned list
 will be present inside the JAXB object. This is why there is not a
 set method for the contributor property.
 
For example, to add a new item, do as follows:
    getContributor().add(newItem);
 
 
 Objects of the following type(s) are allowed in the list
 Resource.Contributors.Contributor
Copyright © 2017–2020 CNES. All rights reserved.