Class CitationsType.Citation

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    CitationsType

    public static class CitationsType.Citation
    extends Object
    implements Serializable

    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>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • Citation

        public Citation()
    • Method Detail

      • 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

        public List<CitationsType.Citation.Id> 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 JAXB 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