Package org.exolab.castor.types
Class TimeDurationDescriptor
- java.lang.Object
-
- org.exolab.castor.types.BaseDescriptor
-
- org.exolab.castor.types.TimeDurationDescriptor
-
- All Implemented Interfaces:
NatureExtendable,PropertyHolder,ClassDescriptor,XMLClassDescriptor
public class TimeDurationDescriptor extends BaseDescriptor
Deprecated.since Castor 1.0.6 since this type is not in any recommendation.The TimeDuration Descriptor.- Version:
- $Revision: 8145 $ $Date: 2005-03-05 06:42:06 -0700 (Sat, 05 Mar 2005) $
- Author:
- Arnaud Blandin, Keith Visco
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) classTimeDurationDescriptor.TimeDurationFieldHandlerDeprecated.A specialized FieldHandler for the XML Schema TimeDuration related types
-
Field Summary
-
Fields inherited from class org.exolab.castor.types.BaseDescriptor
noXMLFields
-
-
Constructor Summary
Constructors Constructor Description TimeDurationDescriptor()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description XMLFieldDescriptorgetContentDescriptor()Deprecated.Returns the XMLFieldDescriptor for the member that should be marshalled as text content.FieldDescriptor[]getFields()Deprecated.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
-
-
-
-
Method Detail
-
getContentDescriptor
public XMLFieldDescriptor getContentDescriptor()
Deprecated.Returns the XMLFieldDescriptor for the member that should be marshalled as text content.- Specified by:
getContentDescriptorin interfaceXMLClassDescriptor- Overrides:
getContentDescriptorin classBaseDescriptor- Returns:
- the XMLFieldDescriptor for the member that should be marshalled as text content.
-
getFields
public FieldDescriptor[] getFields()
Deprecated.Returns a list of fields represented by this descriptor.- Specified by:
getFieldsin interfaceClassDescriptor- Overrides:
getFieldsin classBaseDescriptor- Returns:
- A list of fields
-
-