Package eu.openaire.oaf
Class CitationsType
java.lang.Object
eu.openaire.oaf.CitationsType
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>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<CitationsType.Citation>protected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the citation property.Gets the value of the provenance property.getTrust()Gets the value of the trust property.voidsetProvenance(String value) Sets the value of the provenance property.voidSets the value of the trust property.
-
Field Details
-
citation
-
provenance
-
trust
-
-
Constructor Details
-
CitationsType
public CitationsType()
-
-
Method Details
-
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
setmethod 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
Gets the value of the provenance property.- Returns:
- possible object is
String
-
setProvenance
Sets the value of the provenance property.- Parameters:
value- allowed object isString
-
getTrust
Gets the value of the trust property.- Returns:
- possible object is
String
-
setTrust
Sets the value of the trust property.- Parameters:
value- allowed object isString
-