Uses of Interface
org.w3.x2001.xmlSchema.ListDocument.List

Packages that use ListDocument.List
org.w3.x2001.xmlSchema   
org.w3.x2001.xmlSchema.impl   
 

Uses of ListDocument.List in org.w3.x2001.xmlSchema
 

Methods in org.w3.x2001.xmlSchema that return ListDocument.List
 ListDocument.List SimpleType.addNewList()
          Appends and returns a new empty "list" element
 ListDocument.List ListDocument.addNewList()
          Appends and returns a new empty "list" element
 ListDocument.List SimpleType.getList()
          Gets the "list" element
 ListDocument.List ListDocument.getList()
          Gets the "list" element
static ListDocument.List ListDocument.List.Factory.newInstance()
           
static ListDocument.List ListDocument.List.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.w3.x2001.xmlSchema with parameters of type ListDocument.List
 void SimpleType.setList(ListDocument.List list)
          Sets the "list" element
 void ListDocument.setList(ListDocument.List list)
          Sets the "list" element
 

Uses of ListDocument.List in org.w3.x2001.xmlSchema.impl
 

Classes in org.w3.x2001.xmlSchema.impl that implement ListDocument.List
static class ListDocumentImpl.ListImpl
          An XML list(@http://www.w3.org/2001/XMLSchema).
 

Methods in org.w3.x2001.xmlSchema.impl that return ListDocument.List
 ListDocument.List ListDocumentImpl.addNewList()
          Appends and returns a new empty "list" element
 ListDocument.List SimpleTypeImpl.addNewList()
          Appends and returns a new empty "list" element
 ListDocument.List ListDocumentImpl.getList()
          Gets the "list" element
 ListDocument.List SimpleTypeImpl.getList()
          Gets the "list" element
 

Methods in org.w3.x2001.xmlSchema.impl with parameters of type ListDocument.List
 void ListDocumentImpl.setList(ListDocument.List list)
          Sets the "list" element
 void SimpleTypeImpl.setList(ListDocument.List list)
          Sets the "list" element
 



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