Dali Provisional API
Release 3.2

org.eclipse.jpt.jaxb.core.context
Interface XmlAnyElementMapping

All Superinterfaces:
IAdaptable, JaxbAttributeMapping, JaxbContextNode, JaxbNode, JptResourceTypeReference, Model, XmlAdaptable, XmlAdaptableMapping
All Known Subinterfaces:
ELXmlAnyElementMapping, JavaXmlAnyElementMapping

public interface XmlAnyElementMapping
extends JaxbAttributeMapping, XmlAdaptableMapping

Represents a JAXB xml any element mapping (@XmlAnyElement)

Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. It is available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.

Since:
3.0

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.jpt.jaxb.core.context.JaxbAttributeMapping
JaxbAttributeMapping.ReferencedXmlTypeNamesTransformer
 
Nested classes/interfaces inherited from interface org.eclipse.jpt.common.core.JptResourceTypeReference
JptResourceTypeReference.ResourceTypeIsKindOf, JptResourceTypeReference.ResourceTypeTransformer
 
Field Summary
static boolean DEFAULT_LAX
           
static String DEFAULT_TYPE_PROPERTY
           
static String DEFAULT_VALUE
           
static String SPECIFIED_LAX_PROPERTY
           
static String SPECIFIED_VALUE_PROPERTY
           
static String XML_ELEMENT_WRAPPER_PROPERTY
           
static String XML_MIXED_PROPERTY
           
 
Fields inherited from interface org.eclipse.jpt.jaxb.core.context.JaxbAttributeMapping
REFERENCED_XML_TYPE_NAMES_TRANSFORMER
 
Fields inherited from interface org.eclipse.jpt.jaxb.core.context.XmlAdaptable
XML_JAVA_TYPE_ADAPTER_PROPERTY
 
Fields inherited from interface org.eclipse.jpt.common.core.JptResourceTypeReference
TRANSFORMER
 
Method Summary
 XmlElementWrapper addXmlElementWrapper()
           
 XmlMixed addXmlMixed()
           
 String getDefaultValue()
           
 Boolean getSpecifiedLax()
           
 String getSpecifiedValue()
           
 String getValue()
           
 XmlElementRefs getXmlElementRefs()
           
 XmlElementWrapper getXmlElementWrapper()
           
 XmlMixed getXmlMixed()
           
 boolean isDefaultLax()
           
 boolean isLax()
           
 void removeXmlElementWrapper()
           
 void removeXmlMixed()
           
 void setSpecifiedLax(Boolean specifiedLax)
           
 void setSpecifiedValue(String value)
           
 
Methods inherited from interface org.eclipse.jpt.jaxb.core.context.JaxbAttributeMapping
getBoundTypeName, getClassMapping, getDataTypeName, getDataTypeXsdTypeDefinition, getKey, getPersistentAttribute, getReferencedXmlTypeNames, getValueTypeName, isParticleMapping, isTransient
 
Methods inherited from interface org.eclipse.jpt.jaxb.core.context.XmlAdaptableMapping
getXmlAdapter
 
Methods inherited from interface org.eclipse.jpt.jaxb.core.context.XmlAdaptable
addXmlJavaTypeAdapter, getXmlJavaTypeAdapter, removeXmlJavaTypeAdapter
 
Methods inherited from interface org.eclipse.jpt.jaxb.core.context.JaxbContextNode
getCompletionProposals, getContextRoot, getValidationTextRange, synchronizeWithResourceModel, update, validate
 
Methods inherited from interface org.eclipse.jpt.jaxb.core.JaxbNode
getJaxbProject, getParent, getResource, stateChanged
 
Methods inherited from interface org.eclipse.jpt.common.utility.model.Model
addChangeListener, addCollectionChangeListener, addListChangeListener, addPropertyChangeListener, addStateChangeListener, removeChangeListener, removeCollectionChangeListener, removeListChangeListener, removePropertyChangeListener, removeStateChangeListener
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 
Methods inherited from interface org.eclipse.jpt.common.core.JptResourceTypeReference
getResourceType
 

Field Detail

SPECIFIED_LAX_PROPERTY

static final String SPECIFIED_LAX_PROPERTY
See Also:
Constant Field Values

DEFAULT_LAX

static final boolean DEFAULT_LAX
See Also:
Constant Field Values

SPECIFIED_VALUE_PROPERTY

static final String SPECIFIED_VALUE_PROPERTY
See Also:
Constant Field Values

DEFAULT_TYPE_PROPERTY

static final String DEFAULT_TYPE_PROPERTY
See Also:
Constant Field Values

DEFAULT_VALUE

static final String DEFAULT_VALUE
See Also:
Constant Field Values

XML_ELEMENT_WRAPPER_PROPERTY

static final String XML_ELEMENT_WRAPPER_PROPERTY
See Also:
Constant Field Values

XML_MIXED_PROPERTY

static final String XML_MIXED_PROPERTY
See Also:
Constant Field Values
Method Detail

isLax

boolean isLax()

getSpecifiedLax

Boolean getSpecifiedLax()

setSpecifiedLax

void setSpecifiedLax(Boolean specifiedLax)

isDefaultLax

boolean isDefaultLax()

getValue

String getValue()

getSpecifiedValue

String getSpecifiedValue()

setSpecifiedValue

void setSpecifiedValue(String value)

getDefaultValue

String getDefaultValue()

getXmlElementRefs

XmlElementRefs getXmlElementRefs()

getXmlElementWrapper

XmlElementWrapper getXmlElementWrapper()

addXmlElementWrapper

XmlElementWrapper addXmlElementWrapper()

removeXmlElementWrapper

void removeXmlElementWrapper()

getXmlMixed

XmlMixed getXmlMixed()

addXmlMixed

XmlMixed addXmlMixed()

removeXmlMixed

void removeXmlMixed()

Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.