Package eu.openaire.oaf.model.base
Class Organization
- java.lang.Object
-
- eu.openaire.oaf.model.base.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 Summary
Fields Modifier and Type Field Description protected List<javax.xml.bind.JAXBElement<? extends Serializable>>legalnameOrLegalshortnameOrLogourl
-
Constructor Summary
Constructors Constructor Description Organization()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<javax.xml.bind.JAXBElement<? extends Serializable>>getLegalnameOrLegalshortnameOrLogourl()Gets the value of the legalnameOrLegalshortnameOrLogourl property.
-
-
-
Field Detail
-
legalnameOrLegalshortnameOrLogourl
protected List<javax.xml.bind.JAXBElement<? extends Serializable>> legalnameOrLegalshortnameOrLogourl
-
-
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
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<String>JAXBElement<String>JAXBElement<String>JAXBElement<String>JAXBElement<String>JAXBElement<QualifierType>JAXBElement<NamedIdElementType>JAXBElement<StructuredPropertyElementType>JAXBElement<RelsType>
-
-