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

Packages that use XsEUnion
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 XsEUnion in net.sf.jaxme.xs
 

Methods in net.sf.jaxme.xs with parameters of type XsEUnion
 XSSimpleType XSObjectFactory.newXSUnionType(XSType pParent, XsEUnion pUnion)
          Returns a new instance of XSSimpleType.
 

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

Methods in net.sf.jaxme.xs.impl with parameters of type XsEUnion
 XSSimpleType XSObjectFactoryImpl.newXSUnionType(XSType pParent, XsEUnion pUnion)
           
 

Constructors in net.sf.jaxme.xs.impl with parameters of type XsEUnion
XSUnionTypeImpl(XSType pOwner, XsEUnion pBaseUnion)
           
 

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

Methods in net.sf.jaxme.xs.jaxb.impl with parameters of type XsEUnion
 XSSimpleType JAXBObjectFactoryImpl.newXSUnionType(XSType pResultType, XsEUnion pUnion)
           
 

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

Methods in net.sf.jaxme.xs.xml that return XsEUnion
 XsEUnion XsTSimpleType.createUnion()
           
 XsEUnion XsTSimpleType.getUnion()
           
 XsEUnion XsObjectFactory.newXsEUnion(XsObject pParent)
           
 

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

Classes in net.sf.jaxme.xs.xml.impl that implement XsEUnion
 class XsEUnionImpl
          Implementation of xs:union, following the specification below: <xs:element name="union" id="union"> <xs:complexType> <xs:annotation> <xs:documentation source="http://www.w3.org/TR/xmlschema-2/#element-union"> memberTypes attribute must be non-empty or there must be at least one simpleType child </xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="xs:annotated"> <xs:sequence> <xs:element name="simpleType" type="xs:localSimpleType" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute name="memberTypes" use="optional"> <xs:simpleType> <xs:list itemType="xs:QName"/> </xs:simpleType> </xs:attribute> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element>
 

Methods in net.sf.jaxme.xs.xml.impl that return XsEUnion
 XsEUnion XsTSimpleTypeImpl.createUnion()
           
 XsEUnion XsTSimpleTypeImpl.getUnion()
           
 XsEUnion XsObjectFactoryImpl.newXsEUnion(XsObject pParent)