org.apache.ws.jaxme.generator.types
Class DateTimeSG
java.lang.Object
   org.apache.ws.jaxme.generator.sg.impl.JAXBSGItem
org.apache.ws.jaxme.generator.sg.impl.JAXBSGItem
       org.apache.ws.jaxme.generator.types.SimpleTypeSGImpl
org.apache.ws.jaxme.generator.types.SimpleTypeSGImpl
           org.apache.ws.jaxme.generator.types.AtomicTypeSGImpl
org.apache.ws.jaxme.generator.types.AtomicTypeSGImpl
               org.apache.ws.jaxme.generator.types.DateTimeSG
org.apache.ws.jaxme.generator.types.DateTimeSG
- All Implemented Interfaces: 
- SimpleTypeSGChain
- Direct Known Subclasses: 
- DateSG, TimeSG
- public class DateTimeSG- extends AtomicTypeSGImpl
- Author:
- Jochen Wiedmann
 
 
| Method Summary | 
|  void | forAllNonNullValues(SimpleTypeSG pController,
                    JavaMethod pMethod,
                    java.lang.Object pValue,
                    SGlet pSGlet)
 | 
|  void | forAllValues(SimpleTypeSG pController,
             JavaMethod pMethod,
             java.lang.Object pValue,
             SGlet pSGlet)
 | 
|  java.lang.Object | getCastFromString(SimpleTypeSG pController,
                  JavaMethod pMethod,
                  java.lang.Object pValue,
                  java.lang.Object pData)
 | 
|  java.lang.Object | getCastFromString(SimpleTypeSG pController,
                  java.lang.String pValue)
 | 
| protected  java.lang.String | getDatatypeName()
 | 
| protected  java.lang.Class | getFormatClass()
 | 
|  JavaQName | getRuntimeType(SimpleTypeSG pController)
 | 
 
 
| Methods inherited from class org.apache.ws.jaxme.generator.types.SimpleTypeSGImpl | 
| addValidation, generate, generate, getCollectionType, getFacet, getFacets, getFactory, getInitialValue, getListType, getLocator, getSchema, getUnionType, getXMLSetMethod, getXSType, hasSetMethod, init, isList, isNullable, isUnion, setNullable | 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
CALENDAR_TYPE
public static final JavaQName CALENDAR_TYPE
DateTimeSG
public DateTimeSG(SGFactory pFactory,
                  SchemaSG pSchema,
                  XSType pType)
           throws org.xml.sax.SAXException
- Creates a new instance of DurationSG. - 
 
getDatatypeName
protected java.lang.String getDatatypeName()
- 
- Specified by:
- getDatatypeNamein class- AtomicTypeSGImpl
 
- 
 
getFormatClass
protected java.lang.Class getFormatClass()
- 
 
getRuntimeType
public JavaQName getRuntimeType(SimpleTypeSG pController)
- 
 
getCastFromString
public java.lang.Object getCastFromString(SimpleTypeSG pController,
                                          java.lang.String pValue)
                                   throws org.xml.sax.SAXException
- 
- Throws:
- org.xml.sax.SAXException
 
getCastFromString
public java.lang.Object getCastFromString(SimpleTypeSG pController,
                                          JavaMethod pMethod,
                                          java.lang.Object pValue,
                                          java.lang.Object pData)
                                   throws org.xml.sax.SAXException
- 
- Specified by:
- getCastFromStringin interface- SimpleTypeSGChain
- Overrides:
- getCastFromStringin class- AtomicTypeSGImpl
 
- 
- Throws:
- org.xml.sax.SAXException
 
forAllNonNullValues
public void forAllNonNullValues(SimpleTypeSG pController,
                                JavaMethod pMethod,
                                java.lang.Object pValue,
                                SGlet pSGlet)
                         throws org.xml.sax.SAXException
- 
- Throws:
- org.xml.sax.SAXException
 
forAllValues
public void forAllValues(SimpleTypeSG pController,
                         JavaMethod pMethod,
                         java.lang.Object pValue,
                         SGlet pSGlet)
                  throws org.xml.sax.SAXException
- 
- Throws:
- org.xml.sax.SAXException