public class IntegerType 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="IntegerType">
<xs:simpleContent>
<xs:extension base="xs:long">
<xs:attribute use="required" fixed="http://www.w3.org/2001/XMLSchema#integer" 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 |
|---|
IntegerType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDatatype()
Get the 'datatype' attribute value.
|
long |
getLong()
Get the extension value.
|
void |
setDatatype(String datatype)
Set the 'datatype' attribute value.
|
void |
setLong(long _long)
Set the extension value.
|
public long getLong()
public void setLong(long _long)
_long - public String getDatatype()
public void setDatatype(String datatype)
datatype - Copyright © 2019 Europeana Foundation. All rights reserved.