Uses of Interface
net.sf.jaxme.xs.xml.XsEAppinfo

Packages that use XsEAppinfo
net.sf.jaxme.xs   
net.sf.jaxme.xs.impl   
net.sf.jaxme.xs.jaxb.impl   
net.sf.jaxme.xs.xml   
net.sf.jaxme.xs.xml.impl   
 

Uses of XsEAppinfo in net.sf.jaxme.xs
 

Methods in net.sf.jaxme.xs with parameters of type XsEAppinfo
 XSAppinfo XSObjectFactory.newXSAppinfo(XSObject pParent, XsEAppinfo pAppinfo)
          Returns a new instance of XSAppinfo.
 

Uses of XsEAppinfo in net.sf.jaxme.xs.impl
 

Methods in net.sf.jaxme.xs.impl with parameters of type XsEAppinfo
 XSAppinfo XSObjectFactoryImpl.newXSAppinfo(XSObject pParent, XsEAppinfo pAppinfo)
           
 

Constructors in net.sf.jaxme.xs.impl with parameters of type XsEAppinfo
XSAppinfoImpl(XSObject pParent, XsEAppinfo pBaseObject)
          Creates a new instance of XSAppinfoImpl.
 

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

Classes in net.sf.jaxme.xs.jaxb.impl that implement XsEAppinfo
 class JAXBAppinfoImpl
           
 

Methods in net.sf.jaxme.xs.jaxb.impl that return XsEAppinfo
 XsEAppinfo JAXBXsObjectFactoryImpl.newXsEAppinfo(XsObject pParent)
           
 

Uses of XsEAppinfo in net.sf.jaxme.xs.xml
 

Methods in net.sf.jaxme.xs.xml that return XsEAppinfo
 XsEAppinfo XsObjectFactory.newXsEAppinfo(XsObject pParent)
           
 XsEAppinfo XsEAnnotation.createAppinfo()
          Creates a new 'appinfo' child element.
 XsEAppinfo[] XsEAnnotation.getAppinfos()
          Returns all the 'appinfo' child elements in the order of creation by XsEAnnotation.createAppinfo().
 

Uses of XsEAppinfo in net.sf.jaxme.xs.xml.impl
 

Classes in net.sf.jaxme.xs.xml.impl that implement XsEAppinfo
 class XsEAppinfoImpl
          Implementation of xs:appinfo, as specified by the following: <xs:element name="appinfo" id="appinfo"> <xs:annotation> <xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-appinfo"/> </xs:annotation> <xs:complexType mixed="true"> <xs:sequence minOccurs="0" maxOccurs="unbounded"> <xs:any processContents="lax"/> </xs:sequence> <xs:attribute name="source" type="xs:anyURI"/> </xs:complexType> </xs:element>
 

Methods in net.sf.jaxme.xs.xml.impl that return XsEAppinfo
 XsEAppinfo XsObjectFactoryImpl.newXsEAppinfo(XsObject pParent)
           
 XsEAppinfo XsEAnnotationImpl.createAppinfo()
           
 XsEAppinfo[] XsEAnnotationImpl.getAppinfos()