public class ResourceType extends Object
<xs:complexType xmlns:ns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ResourceType"> <xs:attribute use="required" ref="ns:resource"/> </xs:complexType> <xs:attribute xmlns:ns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:xs="http://www.w3.org/2001/XMLSchema" type="xs:string" name="resource"/>
| Constructor and Description |
|---|
ResourceType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getResource()
Get the 'resource' attribute value.
|
void |
setResource(String resource)
Set the 'resource' attribute value.
|
Copyright © 2018 Europeana Foundation. All rights reserved.