public class QualityAnnotation extends AboutType
<xs:element 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/ns/oa#" xmlns:ns3="http://www.w3.org/ns/dqv#" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="QualityAnnotation">
<xs:complexType>
<xs:complexContent>
<xs:extension base="ns:AboutType">
<xs:sequence minOccurs="1" maxOccurs="1">
<xs:element ref="ns1:created" minOccurs="1" maxOccurs="1"/>
<xs:element ref="ns2:hasTarget" minOccurs="1" maxOccurs="unbounded"/>
<xs:element ref="ns2:hasBody" minOccurs="1" maxOccurs="1"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
| Constructor and Description |
|---|
QualityAnnotation() |
| Modifier and Type | Method and Description |
|---|---|
Created |
getCreated()
Get the 'created' element value.
|
HasBody |
getHasBody()
Get the 'hasBody' element value.
|
List<HasTarget> |
getHasTargetList()
Get the list of 'hasTarget' element items.
|
void |
setCreated(Created created)
Set the 'created' element value.
|
void |
setHasBody(HasBody hasBody)
Set the 'hasBody' element value.
|
void |
setHasTargetList(List<HasTarget> list)
Set the list of 'hasTarget' element items.
|
public Created getCreated()
public void setCreated(Created created)
created - public List<HasTarget> getHasTargetList()
public void setHasTargetList(List<HasTarget> list)
list - public HasBody getHasBody()
public void setHasBody(HasBody hasBody)
hasBody - Copyright © 2019 Europeana Foundation. All rights reserved.