Class Project

  • All Implemented Interfaces:
    Serializable

    public class Project
    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">
           <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>
     
    See Also:
    Serialized Form
    • Field Detail

      • codeOrTitleOrAcronym

        protected List<javax.xml.bind.JAXBElement<? extends Serializable>> codeOrTitleOrAcronym
    • Constructor Detail

      • Project

        public Project()
    • Method Detail

      • getCodeOrTitleOrAcronym

        public List<javax.xml.bind.JAXBElement<? extends Serializable>> 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 JAXB object. This is why there is not a set method 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<String> JAXBElement<String> JAXBElement<String> JAXBElement<String> JAXBElement<String> JAXBElement<String> JAXBElement<String> JAXBElement<String> JAXBElement<QualifierType> JAXBElement<String> JAXBElement<String> JAXBElement<String> JAXBElement<String> JAXBElement<String> JAXBElement<String> JAXBElement<Boolean> JAXBElement<String> JAXBElement<QualifierType> JAXBElement<FundingTreeType> JAXBElement<String> JAXBElement<NamedIdElementType> JAXBElement<QualifierType> JAXBElement<RelsType>