org.apache.ws.jaxme.xs.jaxb
Interface JAXBElement

All Superinterfaces:
JAXBClassOwner, JAXBPropertyOwner, XSElement, XSObject, XSOpenAttrs
All Known Implementing Classes:
JAXBElementImpl

public interface JAXBElement
extends XSElement, JAXBClassOwner, JAXBPropertyOwner

Author:
Jochen Wiedmann

Method Summary
 JAXBProperty getJAXBProperty()
          Returns the elements property customization settings.
 
Methods inherited from interface org.apache.ws.jaxme.xs.XSElement
getAnnotations, getDefault, getFixed, getIdentityConstraints, getKeyRefs, getName, getSubstitutionGroup, getSubstitutionGroupName, getType, isAbstract, isBlockedForSubstitution, isGlobal, isNillable, isReference, setSubstitutionGroup
 
Methods inherited from interface org.apache.ws.jaxme.xs.XSOpenAttrs
getOpenAttributes
 
Methods inherited from interface org.apache.ws.jaxme.xs.XSObject
getLocator, getParentObject, getXSSchema, isTopLevelObject, validate
 
Methods inherited from interface org.apache.ws.jaxme.xs.jaxb.JAXBClassOwner
getJAXBClass, getJAXBSchemaBindings
 
Methods inherited from interface org.apache.ws.jaxme.xs.jaxb.JAXBPropertyOwner
getJAXBSchemaBindings
 

Method Detail

getJAXBProperty

JAXBProperty getJAXBProperty()

Returns the elements property customization settings.

Specified by:
getJAXBProperty in interface JAXBPropertyOwner