Class Project
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">
<choice maxOccurs="unbounded">
<element name="code" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="title" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="acronym" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="callidentifier" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="contactfullname" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="contactfax" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="contactphone" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="contactemail" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="contracttype" type="{http://namespace.openaire.eu/oaf}qualifierType"/>
<element name="keywords" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="websiteurl" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="startdate" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="enddate" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="duration" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ecsc39" type="{http://namespace.openaire.eu/oaf}boolOrEmptyType"/>
<element name="oamandatepublications" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="ecarticle29_3" type="{http://namespace.openaire.eu/oaf}boolOrEmptyType"/>
<element name="subjects" type="{http://namespace.openaire.eu/oaf}qualifierType"/>
<element name="fundingtree" type="{http://namespace.openaire.eu/oaf}fundingTreeType"/>
<element name="originalId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="collectedfrom" type="{http://namespace.openaire.eu/oaf}namedIdElementType"/>
<element name="pid" type="{http://namespace.openaire.eu/oaf}qualifierType"/>
<element name="rels" type="{http://namespace.openaire.eu/oaf}relsType"/>
</choice>
</restriction>
</complexContent>
</complexType>
-
Field Details
-
codeOrTitleOrAcronym
-
-
Constructor Details
-
Project
public Project()
-
-
Method Details
-
getCodeOrTitleOrAcronym
Gets the value of the codeOrTitleOrAcronym 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 codeOrTitleOrAcronym property.For example, to add a new item, do as follows:
getCodeOrTitleOrAcronym().add(newItem);Objects of the following type(s) are allowed in the list
JAXBElement<FundingTreeType>JAXBElement<NamedIdElementType>JAXBElement<QualifierType>JAXBElement<QualifierType>JAXBElement<QualifierType>JAXBElement<RelsType>JAXBElement<Boolean>JAXBElement<String>JAXBElement<String>JAXBElement<String>JAXBElement<String>JAXBElement<String>JAXBElement<String>JAXBElement<String>JAXBElement<String>JAXBElement<String>JAXBElement<String>JAXBElement<String>JAXBElement<String>JAXBElement<String>JAXBElement<String>JAXBElement<String>JAXBElement<String>
-