Class CitationsType

java.lang.Object
eu.openaire.oaf.CitationsType

public class CitationsType extends Object

Java class for citationsType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="citationsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="citation" maxOccurs="unbounded" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="rawText" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
                   <element name="id" maxOccurs="unbounded" minOccurs="0">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <attribute name="value" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
                           <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
                           <attribute name="confidenceLevel" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
       <attribute name="provenance" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="trust" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • CitationsType

      public CitationsType()
  • Method Details

    • getCitation

      public List<CitationsType.Citation> getCitation()
      Gets the value of the citation property.

      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 Jakarta XML Binding object. This is why there is not a set method for the citation property.

      For example, to add a new item, do as follows:

          getCitation().add(newItem);
       

      Objects of the following type(s) are allowed in the list CitationsType.Citation

    • getProvenance

      public String getProvenance()
      Gets the value of the provenance property.
      Returns:
      possible object is String
    • setProvenance

      public void setProvenance(String value)
      Sets the value of the provenance property.
      Parameters:
      value - allowed object is String
    • getTrust

      public String getTrust()
      Gets the value of the trust property.
      Returns:
      possible object is String
    • setTrust

      public void setTrust(String value)
      Sets the value of the trust property.
      Parameters:
      value - allowed object is String