com.virtualweaver.xotics.datamodel.datatype
Class XsdNegativeInteger
java.lang.Object
com.virtualweaver.xotics.datamodel.datatype.XsdAnySimpleType
com.virtualweaver.xotics.datamodel.datatype.XsdInteger
com.virtualweaver.xotics.datamodel.datatype.XsdNegativeInteger
- All Implemented Interfaces:
- java.lang.Cloneable, XoDataType, XsdDataType
- public class XsdNegativeInteger
- extends XsdInteger
Field Summary |
static java.lang.String |
NAME
|
Method Summary |
java.lang.Object |
clone()
|
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()
|
Methods inherited from class com.virtualweaver.xotics.datamodel.datatype.XsdAnySimpleType |
equals, getAsString, getJavaTypeValue, getLength, getMaxInclusive, getMaxLength, getMinExclusive, getMinInclusive, 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 |
NAME
public static java.lang.String NAME
XsdNegativeInteger
public XsdNegativeInteger(java.lang.String strv)
throws java.lang.IllegalArgumentException
XsdNegativeInteger
public XsdNegativeInteger(java.math.BigInteger bi)
throws java.lang.IllegalArgumentException
clone
public java.lang.Object clone()
- Overrides:
clone
in class XsdInteger
getMaxExclusive
public static java.lang.Object getMaxExclusive()
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 XsdInteger