public class XMLClassDescriptorAdapter extends XMLClassDescriptorImpl
resourceBundle| Constructor and Description |
|---|
XMLClassDescriptorAdapter() |
XMLClassDescriptorAdapter(ClassDescriptor classDesc,
String xmlName)
Creates a new XMLClassDescriptorAdapter using the given ClassDescriptor.
|
XMLClassDescriptorAdapter(ClassDescriptor classDesc,
String xmlName,
NodeType primitiveNodeType)
Creates a new XMLClassDescriptorAdapter using the given ClassDescriptor.
|
addFieldDescriptor, addNature, addSequenceElement, canAccept, checkDescriptorForCorrectOrderWithinSequence, contains, getAccessMode, getAttributeDescriptors, getContentDescriptor, getElementDescriptors, getExtends, getFieldDescriptor, getFields, getIdentity, getJavaClass, getNameSpacePrefix, getNameSpaceURI, getProperty, getSubstitutes, getValidator, getXMLName, hasContainerFields, hasNature, isChoice, isElementDefinition, removeFieldDescriptor, setCompositorAsAll, setCompositorAsChoice, setCompositorAsSequence, setElementDefinition, setExtends, setExtendsWithoutFlatten, setIdentity, setIntrospected, setJavaClass, setNameSpacePrefix, setNameSpaceURI, setProperty, setSubstitutes, setXMLName, sortDescriptors, toString, validate, validatecheckUnresolvedIdrefspublic XMLClassDescriptorAdapter()
public XMLClassDescriptorAdapter(ClassDescriptor classDesc, String xmlName) throws MappingException
classDesc - the ClassDescriptor to "adapt"xmlName - the XML name for the classMappingExceptionpublic XMLClassDescriptorAdapter(ClassDescriptor classDesc, String xmlName, NodeType primitiveNodeType) throws MappingException
classDesc - the ClassDescriptor to "adapt"xmlName - the XML name for the classprimitiveNodeType - the NodeType to use for primitivesMappingExceptionCopyright © 2016. All rights reserved.