com.virtualweaver.xotics.datamodel.datatype
Class XsdgYearMonth

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

public class XsdgYearMonth
extends XsdGC
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
XsdgYearMonth(java.util.GregorianCalendar gcv)
           
XsdgYearMonth(java.lang.String value)
           
 
Method Summary
 java.lang.Object clone()
           
static java.lang.Object createValue(java.lang.String strv)
           
static java.lang.String getAsString(java.lang.Object v)
           
static com.virtualweaver.xotics.datamodel.datatype.XsdGCRSupport.XDateFormat getDateFormatInstance()
           
 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.
 
Methods inherited from class com.virtualweaver.xotics.datamodel.datatype.XsdGC
createValue, getAsString, getJavaTypeClass, getWhiteSpace, toString
 
Methods inherited from class com.virtualweaver.xotics.datamodel.datatype.XsdAnySimpleType
equals, getFractionDigit, getJavaTypeValue, getLength, getMaxExclusive, getMaxInclusive, getMaxLength, getMinExclusive, getMinInclusive, getMinLength, getNameSpace, getPattern, getTotalDigit, matchFractionDigit, matchLength, matchMaxExclusive, matchMaxInclusive, matchMaxLength, matchMinExclusive, matchMinInclusive, matchMinLength, matchPattern, matchTotalDigit, whiteSpace
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.virtualweaver.xotics.datamodel.datatype.XsdDataType
getJavaTypeValue, getNameSpace
 

Field Detail

NAME

public static java.lang.String NAME
Constructor Detail

XsdgYearMonth

public XsdgYearMonth(java.lang.String value)
              throws java.lang.IllegalArgumentException

XsdgYearMonth

public XsdgYearMonth(java.util.GregorianCalendar gcv)
Method Detail

clone

public java.lang.Object clone()

createValue

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

getAsString

public static java.lang.String getAsString(java.lang.Object v)

getDateFormatInstance

public static com.virtualweaver.xotics.datamodel.datatype.XsdGCRSupport.XDateFormat getDateFormatInstance()

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
Specified by:
getLocalName in class XsdGC