public class Service 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://rdfs.org/sioc/services#" xmlns:ns3="http://usefulinc.com/ns/doap#" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Service">
<xs:complexType>
<xs:complexContent>
<xs:extension base="ns:AboutType">
<xs:sequence minOccurs="1" maxOccurs="1">
<xs:element ref="ns1:conformsTo" minOccurs="1" maxOccurs="unbounded"/>
<xs:element ref="ns3:implements" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
| Constructor and Description |
|---|
Service() |
| Modifier and Type | Method and Description |
|---|---|
List<ConformsTo> |
getConformsToList()
Get the list of 'conformsTo' element items.
|
List<Implements> |
getImplementList()
Get the list of 'implements' element items.
|
void |
setConformsToList(List<ConformsTo> list)
Set the list of 'conformsTo' element items.
|
void |
setImplementList(List<Implements> list)
Set the list of 'implements' element items.
|
public List<ConformsTo> getConformsToList()
public void setConformsToList(List<ConformsTo> list)
list - public List<Implements> getImplementList()
public void setImplementList(List<Implements> list)
list - Copyright © 2019 Europeana Foundation. All rights reserved.