Uses of Interface
org.w3.x2001.xmlSchema.UnionDocument.Union

Packages that use UnionDocument.Union
org.w3.x2001.xmlSchema   
org.w3.x2001.xmlSchema.impl   
 

Uses of UnionDocument.Union in org.w3.x2001.xmlSchema
 

Methods in org.w3.x2001.xmlSchema that return UnionDocument.Union
 UnionDocument.Union SimpleType.addNewUnion()
          Appends and returns a new empty "union" element
 UnionDocument.Union UnionDocument.addNewUnion()
          Appends and returns a new empty "union" element
 UnionDocument.Union SimpleType.getUnion()
          Gets the "union" element
 UnionDocument.Union UnionDocument.getUnion()
          Gets the "union" element
static UnionDocument.Union UnionDocument.Union.Factory.newInstance()
           
static UnionDocument.Union UnionDocument.Union.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.w3.x2001.xmlSchema with parameters of type UnionDocument.Union
 void SimpleType.setUnion(UnionDocument.Union union)
          Sets the "union" element
 void UnionDocument.setUnion(UnionDocument.Union union)
          Sets the "union" element
 

Uses of UnionDocument.Union in org.w3.x2001.xmlSchema.impl
 

Classes in org.w3.x2001.xmlSchema.impl that implement UnionDocument.Union
static class UnionDocumentImpl.UnionImpl
          An XML union(@http://www.w3.org/2001/XMLSchema).
 

Methods in org.w3.x2001.xmlSchema.impl that return UnionDocument.Union
 UnionDocument.Union UnionDocumentImpl.addNewUnion()
          Appends and returns a new empty "union" element
 UnionDocument.Union SimpleTypeImpl.addNewUnion()
          Appends and returns a new empty "union" element
 UnionDocument.Union UnionDocumentImpl.getUnion()
          Gets the "union" element
 UnionDocument.Union SimpleTypeImpl.getUnion()
          Gets the "union" element
 

Methods in org.w3.x2001.xmlSchema.impl with parameters of type UnionDocument.Union
 void UnionDocumentImpl.setUnion(UnionDocument.Union union)
          Sets the "union" element
 void SimpleTypeImpl.setUnion(UnionDocument.Union union)
          Sets the "union" element
 



Copyright © 2014 Martin Luther University Halle-Wittenberg. All Rights Reserved.