org.w3.x2001.xmlSchema
Interface SimpleType

All Superinterfaces:
Annotated, OpenAttrs, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Subinterfaces:
LocalSimpleType, TopLevelSimpleType
All Known Implementing Classes:
LocalSimpleTypeImpl, SimpleTypeImpl, TopLevelSimpleTypeImpl

public interface SimpleType
extends Annotated

An XML simpleType(@http://www.w3.org/2001/XMLSchema). This is a complex type.


Nested Class Summary
static class SimpleType.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Method Summary
 ListDocument.List addNewList()
          Appends and returns a new empty "list" element
 RestrictionDocument.Restriction addNewRestriction()
          Appends and returns a new empty "restriction" element
 UnionDocument.Union addNewUnion()
          Appends and returns a new empty "union" element
 java.lang.Object getFinal()
          Gets the "final" attribute
 ListDocument.List getList()
          Gets the "list" element
 java.lang.String getName()
          Gets the "name" attribute
 RestrictionDocument.Restriction getRestriction()
          Gets the "restriction" element
 UnionDocument.Union getUnion()
          Gets the "union" element
 boolean isSetFinal()
          True if has "final" attribute
 boolean isSetList()
          True if has "list" element
 boolean isSetName()
          True if has "name" attribute
 boolean isSetRestriction()
          True if has "restriction" element
 boolean isSetUnion()
          True if has "union" element
 void setFinal(java.lang.Object xfinal)
          Sets the "final" attribute
 void setList(ListDocument.List list)
          Sets the "list" element
 void setName(java.lang.String name)
          Sets the "name" attribute
 void setRestriction(RestrictionDocument.Restriction restriction)
          Sets the "restriction" element
 void setUnion(UnionDocument.Union union)
          Sets the "union" element
 void unsetFinal()
          Unsets the "final" attribute
 void unsetList()
          Unsets the "list" element
 void unsetName()
          Unsets the "name" attribute
 void unsetRestriction()
          Unsets the "restriction" element
 void unsetUnion()
          Unsets the "union" element
 SimpleDerivationSet xgetFinal()
          Gets (as xml) the "final" attribute
 org.apache.xmlbeans.XmlNCName xgetName()
          Gets (as xml) the "name" attribute
 void xsetFinal(SimpleDerivationSet xfinal)
          Sets (as xml) the "final" attribute
 void xsetName(org.apache.xmlbeans.XmlNCName name)
          Sets (as xml) the "name" attribute
 
Methods inherited from interface org.w3.x2001.xmlSchema.Annotated
addNewAnnotation, getAnnotation, getId, isSetAnnotation, isSetId, setAnnotation, setId, unsetAnnotation, unsetId, xgetId, xsetId
 
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
 
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
 

Field Detail

type

static final org.apache.xmlbeans.SchemaType type
Method Detail

getRestriction

RestrictionDocument.Restriction getRestriction()
Gets the "restriction" element


isSetRestriction

boolean isSetRestriction()
True if has "restriction" element


setRestriction

void setRestriction(RestrictionDocument.Restriction restriction)
Sets the "restriction" element


addNewRestriction

RestrictionDocument.Restriction addNewRestriction()
Appends and returns a new empty "restriction" element


unsetRestriction

void unsetRestriction()
Unsets the "restriction" element


getList

ListDocument.List getList()
Gets the "list" element


isSetList

boolean isSetList()
True if has "list" element


setList

void setList(ListDocument.List list)
Sets the "list" element


addNewList

ListDocument.List addNewList()
Appends and returns a new empty "list" element


unsetList

void unsetList()
Unsets the "list" element


getUnion

UnionDocument.Union getUnion()
Gets the "union" element


isSetUnion

boolean isSetUnion()
True if has "union" element


setUnion

void setUnion(UnionDocument.Union union)
Sets the "union" element


addNewUnion

UnionDocument.Union addNewUnion()
Appends and returns a new empty "union" element


unsetUnion

void unsetUnion()
Unsets the "union" element


getFinal

java.lang.Object getFinal()
Gets the "final" attribute


xgetFinal

SimpleDerivationSet xgetFinal()
Gets (as xml) the "final" attribute


isSetFinal

boolean isSetFinal()
True if has "final" attribute


setFinal

void setFinal(java.lang.Object xfinal)
Sets the "final" attribute


xsetFinal

void xsetFinal(SimpleDerivationSet xfinal)
Sets (as xml) the "final" attribute


unsetFinal

void unsetFinal()
Unsets the "final" attribute


getName

java.lang.String getName()
Gets the "name" attribute


xgetName

org.apache.xmlbeans.XmlNCName xgetName()
Gets (as xml) the "name" attribute


isSetName

boolean isSetName()
True if has "name" attribute


setName

void setName(java.lang.String name)
Sets the "name" attribute


xsetName

void xsetName(org.apache.xmlbeans.XmlNCName name)
Sets (as xml) the "name" attribute


unsetName

void unsetName()
Unsets the "name" attribute



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