Dali Provisional API
Release 3.2

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

All Superinterfaces:
IAdaptable, JaxbContextNode, JaxbNode, JptResourceTypeReference, Model

public interface XmlElementWrapper
extends JaxbContextNode

Represents a JAXB XML element wrapper

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.common.core.JptResourceTypeReference
JptResourceTypeReference.ResourceTypeTransformer
 
Field Summary
static boolean DEFAULT_NILLABLE
           
static boolean DEFAULT_REQUIRED
           
static String SPECIFIED_NILLABLE_PROPERTY
           
static String SPECIFIED_REQUIRED_PROPERTY
           
 
Fields inherited from interface org.eclipse.jpt.common.core.JptResourceTypeReference
RESOURCE_TYPE_TRANSFORMER
 
Method Summary
 JaxbQName getQName()
           
 Boolean getSpecifiedNillable()
           
 Boolean getSpecifiedRequired()
           
 XsdElementDeclaration getXsdElementDeclaration()
           
 boolean isDefaultNillable()
           
 boolean isDefaultRequired()
           
 boolean isNillable()
           
 boolean isRequired()
           
 void setSpecifiedNillable(Boolean specifiedNillable)
           
 void setSpecifiedRequired(Boolean specifiedRequired)
           
 
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_NILLABLE_PROPERTY

static final String SPECIFIED_NILLABLE_PROPERTY
See Also:
Constant Field Values

DEFAULT_NILLABLE

static final boolean DEFAULT_NILLABLE
See Also:
Constant Field Values

SPECIFIED_REQUIRED_PROPERTY

static final String SPECIFIED_REQUIRED_PROPERTY
See Also:
Constant Field Values

DEFAULT_REQUIRED

static final boolean DEFAULT_REQUIRED
See Also:
Constant Field Values
Method Detail

getQName

JaxbQName getQName()

isNillable

boolean isNillable()

getSpecifiedNillable

Boolean getSpecifiedNillable()

setSpecifiedNillable

void setSpecifiedNillable(Boolean specifiedNillable)

isDefaultNillable

boolean isDefaultNillable()

isRequired

boolean isRequired()

getSpecifiedRequired

Boolean getSpecifiedRequired()

setSpecifiedRequired

void setSpecifiedRequired(Boolean specifiedRequired)

isDefaultRequired

boolean isDefaultRequired()

getXsdElementDeclaration

XsdElementDeclaration getXsdElementDeclaration()

Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.