Uses of Interface
net.sf.jaxme.xs.jaxb.JAXBProperty

Packages that use JAXBProperty
net.sf.jaxme.xs.jaxb   
net.sf.jaxme.xs.jaxb.impl   
 

Uses of JAXBProperty in net.sf.jaxme.xs.jaxb
 

Methods in net.sf.jaxme.xs.jaxb that return JAXBProperty
 JAXBProperty JAXBXsObjectFactory.newJAXBProperty(XsObject pParent)
          Returns a new instance of JAXBProperty.
 JAXBProperty JAXBSimpleContentType.getJAXBProperty()
          Returns the customization details of the content type.
 JAXBProperty JAXBPropertyOwner.getJAXBProperty()
          Returns the attributes property customization settings.
 JAXBProperty JAXBElement.getJAXBProperty()
          Returns the elements property customization settings.
 

Uses of JAXBProperty in net.sf.jaxme.xs.jaxb.impl
 

Classes in net.sf.jaxme.xs.jaxb.impl that implement JAXBProperty
 class JAXBPropertyImpl
          Implementation of the Property interface.
 

Methods in net.sf.jaxme.xs.jaxb.impl that return JAXBProperty
 JAXBProperty JAXBXsObjectFactoryImpl.newJAXBProperty(XsObject pParent)
           
 JAXBProperty JAXBSimpleContentTypeImpl.getJAXBProperty()
           
 JAXBProperty JAXBElementImpl.getJAXBProperty()
           
 JAXBProperty JAXBAttributeImpl.getJAXBProperty()
           
 JAXBProperty JAXBAppinfoImpl.createProperty()
          Creates a new instance of JAXBProperty.