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
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
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()
Copyright (c) 2012 Oracle. All rights reserved.