public class Organization extends AgentType
<xs:element xmlns:ns="http://xmlns.com/foaf/0.1/" xmlns:ns1="http://www.europeana.eu/schemas/edm/" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Organization">
<xs:complexType>
<xs:complexContent>
<xs:extension base="ns1:AgentType">
<xs:sequence>
<xs:element ref="ns1:acronym" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="ns1:organizationScope" minOccurs="1" maxOccurs="1"/>
<xs:element ref="ns1:organizationDomain" minOccurs="1" maxOccurs="1"/>
<xs:element ref="ns1:organizationSector" minOccurs="1" maxOccurs="1"/>
<xs:element ref="ns1:geographicLevel" minOccurs="1" maxOccurs="1"/>
<xs:element ref="ns1:country" minOccurs="1" maxOccurs="1"/>
<xs:element ref="ns1:europeanaRole" minOccurs="1" maxOccurs="unbounded"/>
<xs:element ref="ns:homepage" minOccurs="0" maxOccurs="1"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
| Constructor and Description |
|---|
Organization() |
| Modifier and Type | Method and Description |
|---|---|
List<Acronym> |
getAcronymList()
Get the list of 'acronym' element items.
|
Country |
getCountry()
Get the 'country' element value.
|
List<EuropeanaRole> |
getEuropeanaRoleList()
Get the list of 'europeanaRole' element items.
|
GeographicLevel |
getGeographicLevel()
Get the 'geographicLevel' element value.
|
Homepage |
getHomepage()
Get the 'homepage' element value.
|
OrganizationDomain |
getOrganizationDomain()
Get the 'organizationDomain' element value.
|
OrganizationScope |
getOrganizationScope()
Get the 'organizationScope' element value.
|
OrganizationSector |
getOrganizationSector()
Get the 'organizationSector' element value.
|
void |
setAcronymList(List<Acronym> list)
Set the list of 'acronym' element items.
|
void |
setCountry(Country country)
Set the 'country' element value.
|
void |
setEuropeanaRoleList(List<EuropeanaRole> list)
Set the list of 'europeanaRole' element items.
|
void |
setGeographicLevel(GeographicLevel geographicLevel)
Set the 'geographicLevel' element value.
|
void |
setHomepage(Homepage homepage)
Set the 'homepage' element value.
|
void |
setOrganizationDomain(OrganizationDomain organizationDomain)
Set the 'organizationDomain' element value.
|
void |
setOrganizationScope(OrganizationScope organizationScope)
Set the 'organizationScope' element value.
|
void |
setOrganizationSector(OrganizationSector organizationSector)
Set the 'organizationSector' element value.
|
getAltLabelList, getBegin, getBiographicalInformation, getDateList, getDateOfBirth, getDateOfDeath, getDateOfEstablishment, getDateOfTermination, getEnd, getGender, getHasMetList, getHasPartList, getIdentifierList, getIsPartOfList, getIsRelatedToList, getNameList, getNoteList, getPlaceOfBirth, getPlaceOfDeath, getPrefLabelList, getProfessionOrOccupation, getSameAList, setAltLabelList, setBegin, setBiographicalInformation, setDateList, setDateOfBirth, setDateOfDeath, setDateOfEstablishment, setDateOfTermination, setEnd, setGender, setHasMetList, setHasPartList, setIdentifierList, setIsPartOfList, setIsRelatedToList, setNameList, setNoteList, setPlaceOfBirth, setPlaceOfDeath, setPrefLabelList, setProfessionOrOccupation, setSameAListpublic List<Acronym> getAcronymList()
public void setAcronymList(List<Acronym> list)
list - public OrganizationScope getOrganizationScope()
public void setOrganizationScope(OrganizationScope organizationScope)
organizationScope - public OrganizationDomain getOrganizationDomain()
public void setOrganizationDomain(OrganizationDomain organizationDomain)
organizationDomain - public OrganizationSector getOrganizationSector()
public void setOrganizationSector(OrganizationSector organizationSector)
organizationSector - public GeographicLevel getGeographicLevel()
public void setGeographicLevel(GeographicLevel geographicLevel)
geographicLevel - public Country getCountry()
public void setCountry(Country country)
country - public List<EuropeanaRole> getEuropeanaRoleList()
public void setEuropeanaRoleList(List<EuropeanaRole> list)
list - public Homepage getHomepage()
public void setHomepage(Homepage homepage)
homepage - Copyright © 2015 Europeana Foundation. All rights reserved.