Package org.exolab.castor.types
Class MonthDescriptor
- java.lang.Object
-
- org.exolab.castor.types.BaseDescriptor
-
- org.exolab.castor.types.MonthDescriptor
-
- All Implemented Interfaces:
NatureExtendable
,PropertyHolder
,ClassDescriptor
,XMLClassDescriptor
public class MonthDescriptor extends BaseDescriptor
Deprecated.since Castor 1.0.6 since this type is not in any recommendation.The Month 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) class
MonthDescriptor.MonthFieldHandler
Deprecated.A specialized FieldHandler for the XML Schema Month related types
-
Field Summary
-
Fields inherited from class org.exolab.castor.types.BaseDescriptor
noXMLFields
-
-
Constructor Summary
Constructors Constructor Description MonthDescriptor()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description XMLFieldDescriptor
getContentDescriptor()
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:
getContentDescriptor
in interfaceXMLClassDescriptor
- Overrides:
getContentDescriptor
in 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:
getFields
in interfaceClassDescriptor
- Overrides:
getFields
in classBaseDescriptor
- Returns:
- A list of fields
-
-