public class StringType 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="StringType">
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute use="required" fixed="http://www.w3.org/2001/XMLSchema#string" ref="ns:datatype"/>
</xs:extension>
</xs:simpleContent>
</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="datatype"/>
| Constructor and Description |
|---|
StringType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDatatype()
Get the 'datatype' attribute value.
|
String |
getString()
Get the extension value.
|
void |
setDatatype(String datatype)
Set the 'datatype' attribute value.
|
void |
setString(String string)
Set the extension value.
|
public String getString()
public void setString(String string)
string - public String getDatatype()
public void setDatatype(String datatype)
datatype - Copyright © 2018 Europeana Foundation. All rights reserved.