public class EuropeanaAggregationType extends AboutType
<xs:complexType xmlns:ns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:ns1="http://www.europeana.eu/schemas/edm/" xmlns:ns2="http://www.openarchives.org/ore/terms/" xmlns:ns3="http://purl.org/dc/elements/1.1/" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="EuropeanaAggregationType">
<xs:complexContent>
<xs:extension base="ns:AboutType">
<xs:sequence>
<xs:element ref="ns3:creator" minOccurs="0" maxOccurs="1"/>
<xs:element ref="ns1:aggregatedCHO" minOccurs="1" maxOccurs="1"/>
<xs:element ref="ns1:collectionName" minOccurs="0" maxOccurs="1"/>
<xs:element ref="ns1:datasetName" minOccurs="0" maxOccurs="1"/>
<xs:element ref="ns1:country" minOccurs="1" maxOccurs="1"/>
<xs:element ref="ns1:hasView" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="ns1:isShownBy" minOccurs="0" maxOccurs="1"/>
<xs:element ref="ns1:preview" minOccurs="0" maxOccurs="1"/>
<xs:element ref="ns1:landingPage" minOccurs="0" maxOccurs="1"/>
<xs:element ref="ns1:language" minOccurs="1" maxOccurs="1"/>
<xs:element ref="ns1:rights" minOccurs="0" maxOccurs="1"/>
<xs:element ref="ns2:aggregates" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
| Constructor and Description |
|---|
EuropeanaAggregationType() |
| Modifier and Type | Method and Description |
|---|---|
AggregatedCHO |
getAggregatedCHO()
Get the 'aggregatedCHO' element value.
|
List<Aggregates> |
getAggregateList()
Get the list of 'aggregates' element items.
|
CollectionName |
getCollectionName()
Get the 'collectionName' element value.
|
Country |
getCountry()
Get the 'country' element value.
|
Creator |
getCreator()
Get the 'creator' element value.
|
DatasetName |
getDatasetName()
Get the 'datasetName' element value.
|
List<HasView> |
getHasViewList()
Get the list of 'hasView' element items.
|
IsShownBy |
getIsShownBy()
Get the 'isShownBy' element value.
|
LandingPage |
getLandingPage()
Get the 'landingPage' element value.
|
Language1 |
getLanguage()
Get the 'language' element value.
|
Preview |
getPreview()
Get the 'preview' element value.
|
Rights1 |
getRights()
Get the 'rights' element value.
|
void |
setAggregatedCHO(AggregatedCHO aggregatedCHO)
Set the 'aggregatedCHO' element value.
|
void |
setAggregateList(List<Aggregates> list)
Set the list of 'aggregates' element items.
|
void |
setCollectionName(CollectionName collectionName)
Set the 'collectionName' element value.
|
void |
setCountry(Country country)
Set the 'country' element value.
|
void |
setCreator(Creator creator)
Set the 'creator' element value.
|
void |
setDatasetName(DatasetName datasetName)
Set the 'datasetName' element value.
|
void |
setHasViewList(List<HasView> list)
Set the list of 'hasView' element items.
|
void |
setIsShownBy(IsShownBy isShownBy)
Set the 'isShownBy' element value.
|
void |
setLandingPage(LandingPage landingPage)
Set the 'landingPage' element value.
|
void |
setLanguage(Language1 language)
Set the 'language' element value.
|
void |
setPreview(Preview preview)
Set the 'preview' element value.
|
void |
setRights(Rights1 rights)
Set the 'rights' element value.
|
public Creator getCreator()
public void setCreator(Creator creator)
creator - public AggregatedCHO getAggregatedCHO()
public void setAggregatedCHO(AggregatedCHO aggregatedCHO)
aggregatedCHO - public CollectionName getCollectionName()
public void setCollectionName(CollectionName collectionName)
collectionName - public DatasetName getDatasetName()
public void setDatasetName(DatasetName datasetName)
datasetName - public Country getCountry()
public void setCountry(Country country)
country - public List<HasView> getHasViewList()
public void setHasViewList(List<HasView> list)
list - public IsShownBy getIsShownBy()
public void setIsShownBy(IsShownBy isShownBy)
isShownBy - public Preview getPreview()
public void setPreview(Preview preview)
preview - public LandingPage getLandingPage()
public void setLandingPage(LandingPage landingPage)
landingPage - public Language1 getLanguage()
public void setLanguage(Language1 language)
language - public Rights1 getRights()
public void setRights(Rights1 rights)
rights - public List<Aggregates> getAggregateList()
public void setAggregateList(List<Aggregates> list)
list - Copyright © 2015 Europeana Foundation. All rights reserved.