Uses of Interface
org.w3.x2001.xmlSchema.SimpleContentDocument.SimpleContent

Packages that use SimpleContentDocument.SimpleContent
org.w3.x2001.xmlSchema   
org.w3.x2001.xmlSchema.impl   
 

Uses of SimpleContentDocument.SimpleContent in org.w3.x2001.xmlSchema
 

Methods in org.w3.x2001.xmlSchema that return SimpleContentDocument.SimpleContent
 SimpleContentDocument.SimpleContent ComplexType.addNewSimpleContent()
          Appends and returns a new empty "simpleContent" element
 SimpleContentDocument.SimpleContent SimpleContentDocument.addNewSimpleContent()
          Appends and returns a new empty "simpleContent" element
 SimpleContentDocument.SimpleContent ComplexType.getSimpleContent()
          Gets the "simpleContent" element
 SimpleContentDocument.SimpleContent SimpleContentDocument.getSimpleContent()
          Gets the "simpleContent" element
static SimpleContentDocument.SimpleContent SimpleContentDocument.SimpleContent.Factory.newInstance()
           
static SimpleContentDocument.SimpleContent SimpleContentDocument.SimpleContent.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.w3.x2001.xmlSchema with parameters of type SimpleContentDocument.SimpleContent
 void ComplexType.setSimpleContent(SimpleContentDocument.SimpleContent simpleContent)
          Sets the "simpleContent" element
 void SimpleContentDocument.setSimpleContent(SimpleContentDocument.SimpleContent simpleContent)
          Sets the "simpleContent" element
 

Uses of SimpleContentDocument.SimpleContent in org.w3.x2001.xmlSchema.impl
 

Classes in org.w3.x2001.xmlSchema.impl that implement SimpleContentDocument.SimpleContent
static class SimpleContentDocumentImpl.SimpleContentImpl
          An XML simpleContent(@http://www.w3.org/2001/XMLSchema).
 

Methods in org.w3.x2001.xmlSchema.impl that return SimpleContentDocument.SimpleContent
 SimpleContentDocument.SimpleContent SimpleContentDocumentImpl.addNewSimpleContent()
          Appends and returns a new empty "simpleContent" element
 SimpleContentDocument.SimpleContent ComplexTypeImpl.addNewSimpleContent()
          Appends and returns a new empty "simpleContent" element
 SimpleContentDocument.SimpleContent SimpleContentDocumentImpl.getSimpleContent()
          Gets the "simpleContent" element
 SimpleContentDocument.SimpleContent ComplexTypeImpl.getSimpleContent()
          Gets the "simpleContent" element
 

Methods in org.w3.x2001.xmlSchema.impl with parameters of type SimpleContentDocument.SimpleContent
 void SimpleContentDocumentImpl.setSimpleContent(SimpleContentDocument.SimpleContent simpleContent)
          Sets the "simpleContent" element
 void ComplexTypeImpl.setSimpleContent(SimpleContentDocument.SimpleContent simpleContent)
          Sets the "simpleContent" element
 



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