Package eu.openaire.oaf
Class CitationsType.Citation
java.lang.Object
eu.openaire.oaf.CitationsType.Citation
- Enclosing class:
- CitationsType
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>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()Gets the value of the id property.Gets the value of the rawText property.voidsetRawText(Object value) Sets the value of the rawText property.
-
Field Details
-
rawText
-
id
-
-
Constructor Details
-
Citation
public Citation()
-
-
Method Details
-
getRawText
Gets the value of the rawText property.- Returns:
- possible object is
Object
-
setRawText
Sets the value of the rawText property.- Parameters:
value- allowed object isObject
-
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
setmethod 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
-