org.exolab.castor.types
Class DateTimeDescriptor

java.lang.Object
  extended by org.exolab.castor.types.BaseDescriptor
      extended by org.exolab.castor.types.DateTimeDescriptor
All Implemented Interfaces:
NatureExtendable, PropertyHolder, ClassDescriptor, XMLClassDescriptor

public class DateTimeDescriptor
extends BaseDescriptor

The DateTime Descriptor. Note: Under normal circumstances, this descriptor will never be used. Castor treats XSD DateTime values as java.util.Date and parses these values into java.util.Date.

Version:
$Revision: 0000 $ $Date: $
Author:
Edward Kuns

Field Summary
 
Fields inherited from class org.exolab.castor.types.BaseDescriptor
noXMLFields
 
Constructor Summary
DateTimeDescriptor()
           
 
Method Summary
 XMLFieldDescriptor getContentDescriptor()
          Returns the XMLFieldDescriptor for the member that should be marshalled as text content.
 FieldDescriptor[] getFields()
          Returns a list of fields represented by this descriptor.
 
Methods inherited from class org.exolab.castor.types.BaseDescriptor
addNature, canAccept, checkDescriptorForCorrectOrderWithinSequence, getAccessMode, getAttributeDescriptors, getElementDescriptors, getExtends, getFieldDescriptor, getIdentity, getJavaClass, getNameSpacePrefix, getNameSpaceURI, getProperty, getValidator, getXMLName, hasNature, isChoice, setProperty, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DateTimeDescriptor

public DateTimeDescriptor()
Method Detail

getContentDescriptor

public XMLFieldDescriptor getContentDescriptor()
Returns the XMLFieldDescriptor for the member that should be marshalled as text content.

Specified by:
getContentDescriptor in interface XMLClassDescriptor
Overrides:
getContentDescriptor in class BaseDescriptor
Returns:
the XMLFieldDescriptor for the member that should be marshalled as text content.

getFields

public FieldDescriptor[] getFields()
Returns a list of fields represented by this descriptor.

Specified by:
getFields in interface ClassDescriptor
Overrides:
getFields in class BaseDescriptor
Returns:
A list of fields


Copyright © 2011. All Rights Reserved.