Class CitationsType.Citation

java.lang.Object
eu.openaire.oaf.CitationsType.Citation
Enclosing class:
CitationsType

public static class CitationsType.Citation 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="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>
 
  • Field Details

  • Constructor Details

    • Citation

      public Citation()
  • Method Details

    • getRawText

      public Object getRawText()
      Gets the value of the rawText property.
      Returns:
      possible object is Object
    • setRawText

      public void setRawText(Object value)
      Sets the value of the rawText property.
      Parameters:
      value - allowed object is Object
    • getId

      Gets the value of the id 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 id property.

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

          getId().add(newItem);
       

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