public class TimeSpanType extends AboutType
<xs:complexType xmlns:ns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:ns1="http://purl.org/dc/terms/" xmlns:ns2="http://www.w3.org/2002/07/owl#" xmlns:ns3="http://www.w3.org/2004/02/skos/core#" xmlns:ns4="http://www.europeana.eu/schemas/edm/" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TimeSpanType">
<xs:complexContent>
<xs:extension base="ns:AboutType">
<xs:sequence>
<xs:element ref="ns3:prefLabel" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="ns3:altLabel" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="ns3:note" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="ns1:hasPart" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="ns1:isPartOf" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="ns4:begin" minOccurs="0" maxOccurs="1"/>
<xs:element ref="ns4:end" minOccurs="0" maxOccurs="1"/>
<xs:element ref="ns4:isNextInSequence" minOccurs="0" maxOccurs="1"/>
<xs:element ref="ns2:sameAs" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
| Constructor and Description |
|---|
TimeSpanType() |
| Modifier and Type | Method and Description |
|---|---|
List<AltLabel> |
getAltLabelList()
Get the list of 'altLabel' element items.
|
Begin |
getBegin()
Get the 'begin' element value.
|
End |
getEnd()
Get the 'end' element value.
|
List<HasPart> |
getHasPartList()
Get the list of 'hasPart' element items.
|
IsNextInSequence |
getIsNextInSequence()
Get the 'isNextInSequence' element value.
|
List<IsPartOf> |
getIsPartOfList()
Get the list of 'isPartOf' element items.
|
List<Note> |
getNoteList()
Get the list of 'note' element items.
|
List<PrefLabel> |
getPrefLabelList()
Get the list of 'prefLabel' element items.
|
List<SameAs> |
getSameAList()
Get the list of 'sameAs' element items.
|
void |
setAltLabelList(List<AltLabel> list)
Set the list of 'altLabel' element items.
|
void |
setBegin(Begin begin)
Set the 'begin' element value.
|
void |
setEnd(End end)
Set the 'end' element value.
|
void |
setHasPartList(List<HasPart> list)
Set the list of 'hasPart' element items.
|
void |
setIsNextInSequence(IsNextInSequence isNextInSequence)
Set the 'isNextInSequence' element value.
|
void |
setIsPartOfList(List<IsPartOf> list)
Set the list of 'isPartOf' element items.
|
void |
setNoteList(List<Note> list)
Set the list of 'note' element items.
|
void |
setPrefLabelList(List<PrefLabel> list)
Set the list of 'prefLabel' element items.
|
void |
setSameAList(List<SameAs> list)
Set the list of 'sameAs' element items.
|
public List<PrefLabel> getPrefLabelList()
public void setPrefLabelList(List<PrefLabel> list)
list - public List<AltLabel> getAltLabelList()
public void setAltLabelList(List<AltLabel> list)
list - public void setNoteList(List<Note> list)
list - public List<HasPart> getHasPartList()
public void setHasPartList(List<HasPart> list)
list - public List<IsPartOf> getIsPartOfList()
public void setIsPartOfList(List<IsPartOf> list)
list - public Begin getBegin()
public void setBegin(Begin begin)
begin - public End getEnd()
public void setEnd(End end)
end - public IsNextInSequence getIsNextInSequence()
public void setIsNextInSequence(IsNextInSequence isNextInSequence)
isNextInSequence - public List<SameAs> getSameAList()
Copyright © 2018 Europeana Foundation. All rights reserved.