| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.exolab.castor.xml.Validatororg.exolab.castor.xml.util.XMLClassDescriptorImplorg.exolab.castor.tests.framework.testDescriptor.descriptors.ConfigurationTypeDescriptororg.exolab.castor.tests.framework.testDescriptor.descriptors.MarshalDescriptorpublic class MarshalDescriptorextends ConfigurationTypeDescriptorConstructor Summary | |
| |
Method Summary | |
AccessMode |
|
FieldDescriptor |
|
java.lang.Class |
|
java.lang.String |
|
java.lang.String |
|
TypeValidator |
|
java.lang.String |
|
boolean |
|
Methods inherited from class org.exolab.castor.tests.framework.testDescriptor.descriptors.ConfigurationTypeDescriptor | |
getAccessMode, getIdentity, getJavaClass, getNameSpacePrefix, getNameSpaceURI, getValidator, getXMLName, isElementDefinition | |
Methods inherited from class org.exolab.castor.xml.Validator | |
checkUnresolvedIdrefs, validate, validate | |
public AccessMode getAccessMode()
Method getAccessMode.
- Overrides:
- getAccessMode in interface ConfigurationTypeDescriptor
- Returns:
- the access mode specified for this class.
public FieldDescriptor getIdentity()
Method getIdentity.
- Specified by:
- getIdentity in interface ClassDescriptor
- Overrides:
- getIdentity in interface ConfigurationTypeDescriptor
- Returns:
- the identity field, null if this class has no identity.
public java.lang.Class getJavaClass()
Method getJavaClass.
- Specified by:
- getJavaClass in interface ClassDescriptor
- Overrides:
- getJavaClass in interface ConfigurationTypeDescriptor
- Returns:
- the Java class represented by this descriptor.
public java.lang.String getNameSpacePrefix()
Method getNameSpacePrefix.
- Specified by:
- getNameSpacePrefix in interface XMLClassDescriptor
- Overrides:
- getNameSpacePrefix in interface ConfigurationTypeDescriptor
- Returns:
- the namespace prefix to use when marshaling as XML.
public java.lang.String getNameSpaceURI()
Method getNameSpaceURI.
- Specified by:
- getNameSpaceURI in interface XMLClassDescriptor
- Overrides:
- getNameSpaceURI in interface ConfigurationTypeDescriptor
- Returns:
- the namespace URI used when marshaling and unmarshaling as XML.
public TypeValidator getValidator()
Method getValidator.
- Specified by:
- getValidator in interface XMLClassDescriptor
- Overrides:
- getValidator in interface ConfigurationTypeDescriptor
- Returns:
- a specific validator for the class described by this ClassDescriptor.
public java.lang.String getXMLName()
Method getXMLName.
- Specified by:
- getXMLName in interface XMLClassDescriptor
- Overrides:
- getXMLName in interface ConfigurationTypeDescriptor
- Returns:
- the XML Name for the Class being described.
public boolean isElementDefinition()
Method isElementDefinition.
- Overrides:
- isElementDefinition in interface ConfigurationTypeDescriptor
- Returns:
- true if XML schema definition of this Class is that of a global element or element with anonymous type definition.