public class BaseProvidedCHOType extends EuropeanaType
<xs:complexType xmlns:ns="http://www.europeana.eu/schemas/edm/" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="BaseProvidedCHOType">
<xs:complexContent>
<xs:extension base="ns:EuropeanaType">
<xs:sequence minOccurs="1" maxOccurs="1">
<xs:element ref="ns:currentLocation" minOccurs="0" maxOccurs="1"/>
<xs:element ref="ns:hasMet" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="ns:hasType" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="ns:incorporates" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="ns:isDerivativeOf" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="ns:isNextInSequence" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="ns:isRelatedTo" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="ns:isRepresentationOf" minOccurs="0" maxOccurs="1"/>
<xs:element ref="ns:isSimilarTo" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="ns:isSuccessorOf" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="ns:realizes" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
EuropeanaType.Choice| Constructor and Description |
|---|
BaseProvidedCHOType() |
| Modifier and Type | Method and Description |
|---|---|
CurrentLocation |
getCurrentLocation()
Get the 'currentLocation' element value.
|
List<HasMet> |
getHasMetList()
Get the list of 'hasMet' element items.
|
List<HasType> |
getHasTypeList()
Get the list of 'hasType' element items.
|
List<Incorporates> |
getIncorporateList()
Get the list of 'incorporates' element items.
|
List<IsDerivativeOf> |
getIsDerivativeOfList()
Get the list of 'isDerivativeOf' element items.
|
List<IsNextInSequence> |
getIsNextInSequenceList()
Get the list of 'isNextInSequence' element items.
|
List<IsRelatedTo> |
getIsRelatedToList()
Get the list of 'isRelatedTo' element items.
|
IsRepresentationOf |
getIsRepresentationOf()
Get the 'isRepresentationOf' element value.
|
List<IsSimilarTo> |
getIsSimilarToList()
Get the list of 'isSimilarTo' element items.
|
List<IsSuccessorOf> |
getIsSuccessorOfList()
Get the list of 'isSuccessorOf' element items.
|
List<Realizes> |
getRealizeList()
Get the list of 'realizes' element items.
|
void |
setCurrentLocation(CurrentLocation currentLocation)
Set the 'currentLocation' element value.
|
void |
setHasMetList(List<HasMet> list)
Set the list of 'hasMet' element items.
|
void |
setHasTypeList(List<HasType> list)
Set the list of 'hasType' element items.
|
void |
setIncorporateList(List<Incorporates> list)
Set the list of 'incorporates' element items.
|
void |
setIsDerivativeOfList(List<IsDerivativeOf> list)
Set the list of 'isDerivativeOf' element items.
|
void |
setIsNextInSequenceList(List<IsNextInSequence> list)
Set the list of 'isNextInSequence' element items.
|
void |
setIsRelatedToList(List<IsRelatedTo> list)
Set the list of 'isRelatedTo' element items.
|
void |
setIsRepresentationOf(IsRepresentationOf isRepresentationOf)
Set the 'isRepresentationOf' element value.
|
void |
setIsSimilarToList(List<IsSimilarTo> list)
Set the list of 'isSimilarTo' element items.
|
void |
setIsSuccessorOfList(List<IsSuccessorOf> list)
Set the list of 'isSuccessorOf' element items.
|
void |
setRealizeList(List<Realizes> list)
Set the list of 'realizes' element items.
|
getChoiceList, setChoiceListpublic CurrentLocation getCurrentLocation()
public void setCurrentLocation(CurrentLocation currentLocation)
currentLocation - public List<HasMet> getHasMetList()
public void setHasMetList(List<HasMet> list)
list - public List<HasType> getHasTypeList()
public void setHasTypeList(List<HasType> list)
list - public List<Incorporates> getIncorporateList()
public void setIncorporateList(List<Incorporates> list)
list - public List<IsDerivativeOf> getIsDerivativeOfList()
public void setIsDerivativeOfList(List<IsDerivativeOf> list)
list - public List<IsNextInSequence> getIsNextInSequenceList()
public void setIsNextInSequenceList(List<IsNextInSequence> list)
list - public List<IsRelatedTo> getIsRelatedToList()
public void setIsRelatedToList(List<IsRelatedTo> list)
list - public IsRepresentationOf getIsRepresentationOf()
public void setIsRepresentationOf(IsRepresentationOf isRepresentationOf)
isRepresentationOf - public List<IsSimilarTo> getIsSimilarToList()
public void setIsSimilarToList(List<IsSimilarTo> list)
list - public List<IsSuccessorOf> getIsSuccessorOfList()
public void setIsSuccessorOfList(List<IsSuccessorOf> list)
list - public List<Realizes> getRealizeList()
Copyright © 2019 Europeana Foundation. All rights reserved.