org.mindswap.owl.vocabulary
Class XSD

java.lang.Object
  extended by org.mindswap.owl.vocabulary.XSD

public class XSD
extends java.lang.Object

Author:
Evren Sirin

Field Summary
static java.net.URI anyURI
          URI URI for xsd:anyURI
static java.net.URI base64Binary
          URI URI for xsd:base64Binary
static java.net.URI date
          URI URI for xsd:date
static java.net.URI dateTime
          URI URI for xsd:dateTime
static java.net.URI decimal
          URI URI for xsd:decimal
static java.net.URI duration
          URI URI for xsd:duration
static java.net.URI ENTITIES
          URI URI for xsd:ENTITIES
static java.net.URI ENTITY
          URI URI for xsd:ENTITY
static java.net.URI gDay
          URI URI for xsd:gDay
static java.net.URI gMonth
          URI URI for xsd:gMonth
static java.net.URI gMonthDay
          URI URI for xsd:gMonthDay
static java.net.URI gYear
          URI URI for xsd:gYear
static java.net.URI gYearMonth
          URI URI for xsd:gYearMonth
static java.net.URI hexBinary
          URI URI for xsd:hexBinary
static java.net.URI ID
          URI URI for xsd:ID
static java.net.URI IDREF
          URI URI for xsd:IDREF
static java.net.URI IDREFS
          URI URI for xsd:IDREFS
static java.net.URI integer
          URI URI for xsd:integer
static java.net.URI language
          URI URI for xsd:language
static java.net.URI Name
          URI URI for xsd:Name
static java.net.URI NCName
          URI URI for xsd:NCName
static java.net.URI negativeInteger
          URI URI for xsd:negativeInteger
static java.net.URI NMTOKEN
          URI URI for xsd:NMTOKEN
static java.net.URI NMTOKENS
          URI URI for xsd:NMTOKENS
static java.net.URI nonNegativeInteger
          URI URI for xsd:nonNegativeInteger
static java.net.URI nonPositiveInteger
          URI URI for xsd:nonPositiveInteger
static java.net.URI normalizedString
          URI URI for xsd:normalizedString
static java.net.URI NOTATION
          URI URI for xsd:NOTATION
static java.lang.String ns
           
static java.net.URI positiveInteger
          URI URI for xsd:positiveInteger
static java.net.URI QName
          URI URI for xsd:QName
static java.net.URI string
          URI URI for xsd:string
static java.net.URI time
          URI URI for xsd:time
static java.net.URI token
          URI URI for xsd:token
static java.net.URI unsignedByte
          URI URI for xsd:unsignedByte
static java.net.URI unsignedInt
          URI URI for xsd:unsignedInt
static java.net.URI unsignedLong
          URI URI for xsd:unsignedLong
static java.net.URI unsignedShort
          URI URI for xsd:unsignedShort
static java.net.URI xsdBoolean
          URI URI for xsd:boolean
static java.net.URI xsdByte
          URI URI for xsd:byte
static java.net.URI xsdDouble
          URI URI for xsd:double
static java.net.URI xsdFloat
          URI URI for xsd:float
static java.net.URI xsdInt
          URI URI for xsd:int
static java.net.URI xsdLong
          URI URI for xsd:long
static java.net.URI xsdShort
          URI URI for xsd:short
static java.net.URI xsdString
          URI URI for xsd:string
 
Constructor Summary
XSD()
           
 
Method Summary
static java.net.URI getURI()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ns

public static final java.lang.String ns
See Also:
Constant Field Values

xsdFloat

public static java.net.URI xsdFloat
URI URI for xsd:float


xsdDouble

public static java.net.URI xsdDouble
URI URI for xsd:double


xsdInt

public static java.net.URI xsdInt
URI URI for xsd:int


xsdLong

public static java.net.URI xsdLong
URI URI for xsd:long


xsdShort

public static java.net.URI xsdShort
URI URI for xsd:short


xsdByte

public static java.net.URI xsdByte
URI URI for xsd:byte


xsdBoolean

public static java.net.URI xsdBoolean
URI URI for xsd:boolean


xsdString

public static java.net.URI xsdString
URI URI for xsd:string


string

public static java.net.URI string
URI URI for xsd:string


unsignedByte

public static java.net.URI unsignedByte
URI URI for xsd:unsignedByte


unsignedShort

public static java.net.URI unsignedShort
URI URI for xsd:unsignedShort


unsignedInt

public static java.net.URI unsignedInt
URI URI for xsd:unsignedInt


unsignedLong

public static java.net.URI unsignedLong
URI URI for xsd:unsignedLong


decimal

public static java.net.URI decimal
URI URI for xsd:decimal


integer

public static java.net.URI integer
URI URI for xsd:integer


nonPositiveInteger

public static java.net.URI nonPositiveInteger
URI URI for xsd:nonPositiveInteger


nonNegativeInteger

public static java.net.URI nonNegativeInteger
URI URI for xsd:nonNegativeInteger


positiveInteger

public static java.net.URI positiveInteger
URI URI for xsd:positiveInteger


negativeInteger

public static java.net.URI negativeInteger
URI URI for xsd:negativeInteger


normalizedString

public static java.net.URI normalizedString
URI URI for xsd:normalizedString


anyURI

public static java.net.URI anyURI
URI URI for xsd:anyURI


token

public static java.net.URI token
URI URI for xsd:token


Name

public static java.net.URI Name
URI URI for xsd:Name


QName

public static java.net.URI QName
URI URI for xsd:QName


language

public static java.net.URI language
URI URI for xsd:language


NMTOKEN

public static java.net.URI NMTOKEN
URI URI for xsd:NMTOKEN


ENTITIES

public static java.net.URI ENTITIES
URI URI for xsd:ENTITIES


NMTOKENS

public static java.net.URI NMTOKENS
URI URI for xsd:NMTOKENS


ENTITY

public static java.net.URI ENTITY
URI URI for xsd:ENTITY


ID

public static java.net.URI ID
URI URI for xsd:ID


NCName

public static java.net.URI NCName
URI URI for xsd:NCName


IDREF

public static java.net.URI IDREF
URI URI for xsd:IDREF


IDREFS

public static java.net.URI IDREFS
URI URI for xsd:IDREFS


NOTATION

public static java.net.URI NOTATION
URI URI for xsd:NOTATION


hexBinary

public static java.net.URI hexBinary
URI URI for xsd:hexBinary


base64Binary

public static java.net.URI base64Binary
URI URI for xsd:base64Binary


date

public static java.net.URI date
URI URI for xsd:date


time

public static java.net.URI time
URI URI for xsd:time


dateTime

public static java.net.URI dateTime
URI URI for xsd:dateTime


duration

public static java.net.URI duration
URI URI for xsd:duration


gDay

public static java.net.URI gDay
URI URI for xsd:gDay


gMonth

public static java.net.URI gMonth
URI URI for xsd:gMonth


gYear

public static java.net.URI gYear
URI URI for xsd:gYear


gYearMonth

public static java.net.URI gYearMonth
URI URI for xsd:gYearMonth


gMonthDay

public static java.net.URI gMonthDay
URI URI for xsd:gMonthDay

Constructor Detail

XSD

public XSD()
Method Detail

getURI

public static final java.net.URI getURI()


Copyright © 2004 Evren Sirin. All Rights Reserved.