public abstract class AbstractXSDLiteralType<T> extends Object implements LiteralType<T>
| Modifier and Type | Field and Description |
|---|---|
protected static String |
ANY_SIMPLE_TYPE |
protected static String |
ANY_URI |
protected static URI |
BASE_URI |
protected static String |
BASE64_BINARY |
protected static String |
BOOLEAN |
protected static String |
BYTE |
protected static String |
DATE |
protected static String |
DATE_TIME |
protected static String |
DECIMAL |
protected static String |
DOUBLE |
protected static String |
DURATION |
protected static String |
FLOAT |
protected static String |
G_DAY |
protected static String |
G_MONTH |
protected static String |
G_MONTH_DAY |
protected static String |
G_YEAR |
protected static String |
G_YEAR_MONTH |
protected static String |
HEX_BINARY |
protected static String |
INT |
protected static String |
INTEGER |
protected static String |
LANGUAGE |
protected static String |
LONG |
protected static String |
NEGATIVE_INTEGER |
protected static String |
NON_NEGATIVE_INTEGER |
protected static String |
NON_POSITIVE_INTEGER |
protected static String |
NORMALIZED_STRING |
protected static String |
POSITIVE_INTEGER |
protected static String |
SHORT |
protected static String |
STRING |
protected static String |
TIME |
protected static String |
UNSIGNED_BYTE |
protected static String |
UNSIGNED_INT |
protected static String |
UNSIGNED_LONG |
protected static String |
UNSIGNED_SHORT |
protected static String |
XML_SCHEMA_NAMESPACE |
protected static String |
XML_SCHEMA_PREFIX |
| Constructor and Description |
|---|
AbstractXSDLiteralType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
URI |
getURI() |
int |
hashCode() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitgenerate, getDataType, getName, getPayloadType, parse, parseToBinding, parseToBindingprotected static final String ANY_SIMPLE_TYPE
protected static final String DURATION
protected static final String DATE_TIME
protected static final String TIME
protected static final String DATE
protected static final String G_YEAR_MONTH
protected static final String G_YEAR
protected static final String G_MONTH_DAY
protected static final String G_DAY
protected static final String G_MONTH
protected static final String BOOLEAN
protected static final String BASE64_BINARY
protected static final String HEX_BINARY
protected static final String FLOAT
protected static final String DOUBLE
protected static final String ANY_URI
protected static final String STRING
protected static final String NORMALIZED_STRING
protected static final String LANGUAGE
protected static final String DECIMAL
protected static final String INTEGER
protected static final String NON_POSITIVE_INTEGER
protected static final String LONG
protected static final String NON_NEGATIVE_INTEGER
protected static final String NEGATIVE_INTEGER
protected static final String INT
protected static final String SHORT
protected static final String BYTE
protected static final String UNSIGNED_LONG
protected static final String POSITIVE_INTEGER
protected static final String UNSIGNED_INT
protected static final String UNSIGNED_SHORT
protected static final String UNSIGNED_BYTE
protected static final URI BASE_URI
protected static final String XML_SCHEMA_NAMESPACE
protected static final String XML_SCHEMA_PREFIX
public URI getURI()
getURI in interface LiteralType<T>Copyright © 2016–2022 52°North Initiative for Geospatial Open Source Software GmbH. All rights reserved.