public class ProvidedCHOType 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.w3.org/2002/07/owl#" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ProvidedCHOType">
<xs:complexContent>
<xs:extension base="ns:AboutType">
<xs:sequence>
<xs:element ref="ns2:sameAs" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
| Constructor and Description |
|---|
ProvidedCHOType() |
| Modifier and Type | Method and Description |
|---|---|
List<SameAs> |
getSameAList()
Get the list of 'sameAs' element items.
|
void |
setSameAList(List<SameAs> list)
Set the list of 'sameAs' element items.
|
Copyright © 2015 Europeana Foundation. All rights reserved.