Class Organization

  • All Implemented Interfaces:
    Serializable

    public class Organization
    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="legalname" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="legalshortname" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="logourl" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="originalId" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="websiteurl" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="country" type="{http://namespace.openaire.eu/oaf}qualifierType"/>
             <element name="collectedfrom" type="{http://namespace.openaire.eu/oaf}namedIdElementType"/>
             <element name="pid" type="{http://namespace.openaire.eu/oaf}structuredPropertyElementType"/>
             <element name="rels" type="{http://namespace.openaire.eu/oaf}relsType"/>
           </choice>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • legalnameOrLegalshortnameOrLogourl

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

      • Organization

        public Organization()
    • Method Detail

      • getLegalnameOrLegalshortnameOrLogourl

        public List<javax.xml.bind.JAXBElement<? extends Serializable>> getLegalnameOrLegalshortnameOrLogourl()
        Gets the value of the legalnameOrLegalshortnameOrLogourl 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 legalnameOrLegalshortnameOrLogourl property.

        For example, to add a new item, do as follows:

            getLegalnameOrLegalshortnameOrLogourl().add(newItem);
         

        Objects of the following type(s) are allowed in the list JAXBElement<String> JAXBElement<String> JAXBElement<String> JAXBElement<String> JAXBElement<String> JAXBElement<QualifierType> JAXBElement<NamedIdElementType> JAXBElement<StructuredPropertyElementType> JAXBElement<RelsType>