com.virtualweaver.xotics.datamodel.datatype
Class XsdShort

java.lang.Object
  extended bycom.virtualweaver.xotics.datamodel.datatype.XsdAnySimpleType
      extended bycom.virtualweaver.xotics.datamodel.datatype.XsdShort
All Implemented Interfaces:
java.lang.Cloneable, XoDataType, XsdDataType

public class XsdShort
extends XsdAnySimpleType
implements java.lang.Cloneable


Field Summary
static java.lang.String NAME
           
 
Fields inherited from class com.virtualweaver.xotics.datamodel.datatype.XsdAnySimpleType
support, value
 
Fields inherited from interface com.virtualweaver.xotics.datamodel.datatype.XsdDataType
XSD_NS_REF
 
Constructor Summary
XsdShort(java.lang.Short s)
           
XsdShort(java.lang.String strv)
           
 
Method Summary
 java.lang.Object clone()
           
static java.lang.Object createValue(java.lang.String strv)
           
static int getFractionDigit()
           
 java.lang.Class getJavaTypeClass()
          All XSD datatypes are wrappers for a java object value.
 java.lang.String getLocalName()
          Returns the local name of the datatype. this method is used to identify any XSD datatype by a string, i.e. for instanciation in XPath requests.
static java.lang.Object getMaxExclusive()
           
static java.lang.Object getMaxInclusive()
           
static java.lang.Object getMinExclusive()
           
static java.lang.Object getMinInclusive()
           
static int getTotalDigit()
           
static byte getWhiteSpace()
           
 
Methods inherited from class com.virtualweaver.xotics.datamodel.datatype.XsdAnySimpleType
equals, getAsString, getJavaTypeValue, getLength, getMaxLength, getMinLength, getNameSpace, getPattern, matchFractionDigit, matchLength, matchMaxExclusive, matchMaxInclusive, matchMaxLength, matchMinExclusive, matchMinInclusive, matchMinLength, matchPattern, matchTotalDigit, toString, whiteSpace
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NAME

public static java.lang.String NAME
Constructor Detail

XsdShort

public XsdShort(java.lang.String strv)
         throws java.lang.IllegalArgumentException

XsdShort

public XsdShort(java.lang.Short s)
Method Detail

createValue

public static java.lang.Object createValue(java.lang.String strv)
                                    throws java.lang.IllegalArgumentException
Throws:
java.lang.IllegalArgumentException

clone

public java.lang.Object clone()

getJavaTypeClass

public java.lang.Class getJavaTypeClass()
Description copied from interface: XsdDataType
All XSD datatypes are wrappers for a java object value. This method gives the class of the java type of the XSD datatype value.

Specified by:
getJavaTypeClass in interface XsdDataType
Specified by:
getJavaTypeClass in class XsdAnySimpleType

getFractionDigit

public static int getFractionDigit()

getTotalDigit

public static int getTotalDigit()

getWhiteSpace

public static byte getWhiteSpace()

getMaxInclusive

public static java.lang.Object getMaxInclusive()

getMinInclusive

public static java.lang.Object getMinInclusive()

getMaxExclusive

public static java.lang.Object getMaxExclusive()

getMinExclusive

public static java.lang.Object getMinExclusive()

getLocalName

public java.lang.String getLocalName()
Description copied from interface: XsdDataType
Returns the local name of the datatype. this method is used to identify any XSD datatype by a string, i.e. for instanciation in XPath requests.

Specified by:
getLocalName in interface XsdDataType
Overrides:
getLocalName in class XsdAnySimpleType