Class Organization
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>
-
Field Details
-
legalnameOrLegalshortnameOrLogourl
-
-
Constructor Details
-
Organization
public Organization()
-
-
Method Details
-
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 Jakarta XML Binding object. This is why there is not a
setmethod 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<NamedIdElementType>JAXBElement<QualifierType>JAXBElement<RelsType>JAXBElement<StructuredPropertyElementType>JAXBElement<String>JAXBElement<String>JAXBElement<String>JAXBElement<String>JAXBElement<String>
-