public class DoubleType 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="DoubleType">
<xs:simpleContent>
<xs:extension base="xs:double">
<xs:attribute use="required" fixed="http://www.w3.org/2001/XMLSchema#double" 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 |
|---|
DoubleType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDatatype()
Get the 'datatype' attribute value.
|
Double |
getDouble()
Get the extension value.
|
void |
setDatatype(String datatype)
Set the 'datatype' attribute value.
|
void |
setDouble(Double _double)
Set the extension value.
|
public Double getDouble()
public void setDouble(Double _double)
_double - public String getDatatype()
public void setDatatype(String datatype)
datatype - Copyright © 2015 Europeana Foundation. All rights reserved.