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