Package eu.openaire.oaf.model.base
Class CitationsType.Citation
- java.lang.Object
-
- eu.openaire.oaf.model.base.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
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCitationsType.Citation.IdJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected List<CitationsType.Citation.Id>idprotected ObjectrawText
-
Constructor Summary
Constructors Constructor Description Citation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<CitationsType.Citation.Id>getId()Gets the value of the id property.ObjectgetRawText()Gets the value of the rawText property.voidsetRawText(Object value)Sets the value of the rawText property.
-
-
-
Field Detail
-
rawText
protected Object rawText
-
id
protected List<CitationsType.Citation.Id> id
-
-
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 isObject
-
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
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
-
-