public class ProxyType extends BaseProvidedCHOType
<xs:complexType xmlns:ns="http://www.w3.org/2002/07/owl#" xmlns:ns1="http://www.openarchives.org/ore/terms/" xmlns:ns2="http://www.europeana.eu/schemas/edm/" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ProxyType">
<xs:complexContent>
<xs:extension base="ns2:BaseProvidedCHOType">
<xs:sequence>
<xs:element ref="ns2:europeanaProxy" minOccurs="0" maxOccurs="1"/>
<xs:element ref="ns2:userTag" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="ns2:year" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="ns1:proxyFor" minOccurs="0" maxOccurs="1"/>
<xs:element ref="ns1:proxyIn" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="ns2:type" minOccurs="0" maxOccurs="1"/>
<xs:element ref="ns:sameAs" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
EuropeanaType.Choice| Constructor and Description |
|---|
ProxyType() |
| Modifier and Type | Method and Description |
|---|---|
EuropeanaProxy |
getEuropeanaProxy()
Get the 'europeanaProxy' element value.
|
ProxyFor |
getProxyFor()
Get the 'proxyFor' element value.
|
List<ProxyIn> |
getProxyInList()
Get the list of 'proxyIn' element items.
|
List<SameAs> |
getSameAList()
Get the list of 'sameAs' element items.
|
Type2 |
getType()
Get the 'type' element value.
|
List<UserTag> |
getUserTagList()
Get the list of 'userTag' element items.
|
List<Year> |
getYearList()
Get the list of 'year' element items.
|
void |
setEuropeanaProxy(EuropeanaProxy europeanaProxy)
Set the 'europeanaProxy' element value.
|
void |
setProxyFor(ProxyFor proxyFor)
Set the 'proxyFor' element value.
|
void |
setProxyInList(List<ProxyIn> list)
Set the list of 'proxyIn' element items.
|
void |
setSameAList(List<SameAs> list)
Set the list of 'sameAs' element items.
|
void |
setType(Type2 type)
Set the 'type' element value.
|
void |
setUserTagList(List<UserTag> list)
Set the list of 'userTag' element items.
|
void |
setYearList(List<Year> list)
Set the list of 'year' element items.
|
getCurrentLocation, getHasMetList, getHasTypeList, getIncorporateList, getIsDerivativeOfList, getIsNextInSequenceList, getIsRelatedToList, getIsRepresentationOf, getIsSimilarToList, getIsSuccessorOfList, getRealizeList, setCurrentLocation, setHasMetList, setHasTypeList, setIncorporateList, setIsDerivativeOfList, setIsNextInSequenceList, setIsRelatedToList, setIsRepresentationOf, setIsSimilarToList, setIsSuccessorOfList, setRealizeListgetChoiceList, setChoiceListpublic EuropeanaProxy getEuropeanaProxy()
public void setEuropeanaProxy(EuropeanaProxy europeanaProxy)
europeanaProxy - public List<UserTag> getUserTagList()
public void setUserTagList(List<UserTag> list)
list - public void setYearList(List<Year> list)
list - public ProxyFor getProxyFor()
public void setProxyFor(ProxyFor proxyFor)
proxyFor - public List<ProxyIn> getProxyInList()
public void setProxyInList(List<ProxyIn> list)
list - public Type2 getType()
public void setType(Type2 type)
type - public List<SameAs> getSameAList()
Copyright © 2019 Europeana Foundation. All rights reserved.