Uses of Interface
org.w3.x2001.xmlSchema.SimpleRestrictionType

Packages that use SimpleRestrictionType
org.w3.x2001.xmlSchema   
org.w3.x2001.xmlSchema.impl   
 

Uses of SimpleRestrictionType in org.w3.x2001.xmlSchema
 

Methods in org.w3.x2001.xmlSchema that return SimpleRestrictionType
 SimpleRestrictionType SimpleContentDocument.SimpleContent.addNewRestriction()
          Appends and returns a new empty "restriction" element
 SimpleRestrictionType SimpleContentDocument.SimpleContent.getRestriction()
          Gets the "restriction" element
static SimpleRestrictionType SimpleRestrictionType.Factory.newInstance()
           
static SimpleRestrictionType SimpleRestrictionType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static SimpleRestrictionType SimpleRestrictionType.Factory.parse(java.io.File file)
           
static SimpleRestrictionType SimpleRestrictionType.Factory.parse(java.io.File file, org.apache.xmlbeans.XmlOptions options)
           
static SimpleRestrictionType SimpleRestrictionType.Factory.parse(java.io.InputStream is)
           
static SimpleRestrictionType SimpleRestrictionType.Factory.parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static SimpleRestrictionType SimpleRestrictionType.Factory.parse(org.w3c.dom.Node node)
           
static SimpleRestrictionType SimpleRestrictionType.Factory.parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options)
           
static SimpleRestrictionType SimpleRestrictionType.Factory.parse(java.io.Reader r)
           
static SimpleRestrictionType SimpleRestrictionType.Factory.parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
           
static SimpleRestrictionType SimpleRestrictionType.Factory.parse(java.lang.String xmlAsString)
           
static SimpleRestrictionType SimpleRestrictionType.Factory.parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static SimpleRestrictionType SimpleRestrictionType.Factory.parse(java.net.URL u)
           
static SimpleRestrictionType SimpleRestrictionType.Factory.parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options)
           
static SimpleRestrictionType SimpleRestrictionType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static SimpleRestrictionType SimpleRestrictionType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static SimpleRestrictionType SimpleRestrictionType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static SimpleRestrictionType SimpleRestrictionType.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.w3.x2001.xmlSchema with parameters of type SimpleRestrictionType
 void SimpleContentDocument.SimpleContent.setRestriction(SimpleRestrictionType restriction)
          Sets the "restriction" element
 

Uses of SimpleRestrictionType in org.w3.x2001.xmlSchema.impl
 

Classes in org.w3.x2001.xmlSchema.impl that implement SimpleRestrictionType
 class SimpleRestrictionTypeImpl
          An XML simpleRestrictionType(@http://www.w3.org/2001/XMLSchema).
 

Methods in org.w3.x2001.xmlSchema.impl that return SimpleRestrictionType
 SimpleRestrictionType SimpleContentDocumentImpl.SimpleContentImpl.addNewRestriction()
          Appends and returns a new empty "restriction" element
 SimpleRestrictionType SimpleContentDocumentImpl.SimpleContentImpl.getRestriction()
          Gets the "restriction" element
 

Methods in org.w3.x2001.xmlSchema.impl with parameters of type SimpleRestrictionType
 void SimpleContentDocumentImpl.SimpleContentImpl.setRestriction(SimpleRestrictionType restriction)
          Sets the "restriction" element
 



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