|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SimpleType
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 |
---|
static final org.apache.xmlbeans.SchemaType type
Method Detail |
---|
RestrictionDocument.Restriction getRestriction()
boolean isSetRestriction()
void setRestriction(RestrictionDocument.Restriction restriction)
RestrictionDocument.Restriction addNewRestriction()
void unsetRestriction()
ListDocument.List getList()
boolean isSetList()
void setList(ListDocument.List list)
ListDocument.List addNewList()
void unsetList()
UnionDocument.Union getUnion()
boolean isSetUnion()
void setUnion(UnionDocument.Union union)
UnionDocument.Union addNewUnion()
void unsetUnion()
java.lang.Object getFinal()
SimpleDerivationSet xgetFinal()
boolean isSetFinal()
void setFinal(java.lang.Object xfinal)
void xsetFinal(SimpleDerivationSet xfinal)
void unsetFinal()
java.lang.String getName()
org.apache.xmlbeans.XmlNCName xgetName()
boolean isSetName()
void setName(java.lang.String name)
void xsetName(org.apache.xmlbeans.XmlNCName name)
void unsetName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |