public class AboutType 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="AboutType"> <xs:attribute use="required" ref="ns:about"/> </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="about"/>
| Constructor and Description |
|---|
AboutType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAbout()
Get the 'about' attribute value.
|
void |
setAbout(String about)
Set the 'about' attribute value.
|
Copyright © 2018 Europeana Foundation. All rights reserved.