| Package | Description |
|---|---|
| org.w3.x2001.xmlSchema | |
| org.w3.x2001.xmlSchema.impl |
| Modifier and Type | Method and Description |
|---|---|
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(File file) |
static SimpleRestrictionType |
SimpleRestrictionType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static SimpleRestrictionType |
SimpleRestrictionType.Factory.parse(InputStream is) |
static SimpleRestrictionType |
SimpleRestrictionType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static SimpleRestrictionType |
SimpleRestrictionType.Factory.parse(Node node) |
static SimpleRestrictionType |
SimpleRestrictionType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static SimpleRestrictionType |
SimpleRestrictionType.Factory.parse(Reader r) |
static SimpleRestrictionType |
SimpleRestrictionType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static SimpleRestrictionType |
SimpleRestrictionType.Factory.parse(String xmlAsString) |
static SimpleRestrictionType |
SimpleRestrictionType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static SimpleRestrictionType |
SimpleRestrictionType.Factory.parse(URL u) |
static SimpleRestrictionType |
SimpleRestrictionType.Factory.parse(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(XMLStreamReader sr) |
static SimpleRestrictionType |
SimpleRestrictionType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleContentDocument.SimpleContent.setRestriction(SimpleRestrictionType restriction)
Sets the "restriction" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleRestrictionTypeImpl
An XML simpleRestrictionType(@http://www.w3.org/2001/XMLSchema).
|
| Modifier and Type | Method and Description |
|---|---|
SimpleRestrictionType |
SimpleContentDocumentImpl.SimpleContentImpl.addNewRestriction()
Appends and returns a new empty "restriction" element
|
SimpleRestrictionType |
SimpleContentDocumentImpl.SimpleContentImpl.getRestriction()
Gets the "restriction" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleContentDocumentImpl.SimpleContentImpl.setRestriction(SimpleRestrictionType restriction)
Sets the "restriction" element
|
Copyright © 2014–2023 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.