public class Dataset extends AboutType
<xs:element xmlns:ns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:ns1="http://www.w3.org/ns/dcat#" xmlns:ns2="http://www.europeana.eu/schemas/edm/" xmlns:ns3="http://www.w3.org/ns/adms#" xmlns:ns4="http://purl.org/dc/terms/" xmlns:ns5="http://purl.org/dc/elements/1.1/" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Dataset">
<xs:complexType>
<xs:complexContent>
<xs:extension base="ns:AboutType">
<xs:sequence>
<xs:element ref="ns2:datasetName" minOccurs="1" maxOccurs="1"/>
<xs:element ref="ns2:provider" minOccurs="1" maxOccurs="1"/>
<xs:element ref="ns5:identifier" minOccurs="1" maxOccurs="unbounded"/>
<xs:element ref="ns4:created" minOccurs="1" maxOccurs="1"/>
<xs:element ref="ns4:extent" minOccurs="0" maxOccurs="1"/>
<xs:element ref="ns3:status" minOccurs="1" maxOccurs="1"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
| Constructor and Description |
|---|
Dataset() |
| Modifier and Type | Method and Description |
|---|---|
Created |
getCreated()
Get the 'created' element value.
|
DatasetName |
getDatasetName()
Get the 'datasetName' element value.
|
Extent |
getExtent()
Get the 'extent' element value.
|
List<Identifier> |
getIdentifierList()
Get the list of 'identifier' element items.
|
Provider |
getProvider()
Get the 'provider' element value.
|
Status |
getStatus()
Get the 'status' element value.
|
void |
setCreated(Created created)
Set the 'created' element value.
|
void |
setDatasetName(DatasetName datasetName)
Set the 'datasetName' element value.
|
void |
setExtent(Extent extent)
Set the 'extent' element value.
|
void |
setIdentifierList(List<Identifier> list)
Set the list of 'identifier' element items.
|
void |
setProvider(Provider provider)
Set the 'provider' element value.
|
void |
setStatus(Status status)
Set the 'status' element value.
|
public DatasetName getDatasetName()
public void setDatasetName(DatasetName datasetName)
datasetName - public Provider getProvider()
public void setProvider(Provider provider)
provider - public List<Identifier> getIdentifierList()
public void setIdentifierList(List<Identifier> list)
list - public Created getCreated()
public void setCreated(Created created)
created - public Extent getExtent()
public void setExtent(Extent extent)
extent - public Status getStatus()
public void setStatus(Status status)
status - Copyright © 2015 Europeana Foundation. All rights reserved.