|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface AnyDocument.Any
An XML any(@http://www.w3.org/2001/XMLSchema). This is a complex type.
Nested Class Summary | |
---|---|
static class |
AnyDocument.Any.Factory
A factory class with static methods for creating instances of this type. |
Nested classes/interfaces inherited from interface org.w3.x2001.xmlSchema.Wildcard |
---|
Wildcard.ProcessContents |
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 | |
---|---|
java.lang.Object |
getMaxOccurs()
Gets the "maxOccurs" attribute |
java.math.BigInteger |
getMinOccurs()
Gets the "minOccurs" attribute |
boolean |
isSetMaxOccurs()
True if has "maxOccurs" attribute |
boolean |
isSetMinOccurs()
True if has "minOccurs" attribute |
void |
setMaxOccurs(java.lang.Object maxOccurs)
Sets the "maxOccurs" attribute |
void |
setMinOccurs(java.math.BigInteger minOccurs)
Sets the "minOccurs" attribute |
void |
unsetMaxOccurs()
Unsets the "maxOccurs" attribute |
void |
unsetMinOccurs()
Unsets the "minOccurs" attribute |
AllNNI |
xgetMaxOccurs()
Gets (as xml) the "maxOccurs" attribute |
org.apache.xmlbeans.XmlNonNegativeInteger |
xgetMinOccurs()
Gets (as xml) the "minOccurs" attribute |
void |
xsetMaxOccurs(AllNNI maxOccurs)
Sets (as xml) the "maxOccurs" attribute |
void |
xsetMinOccurs(org.apache.xmlbeans.XmlNonNegativeInteger minOccurs)
Sets (as xml) the "minOccurs" attribute |
Methods inherited from interface org.w3.x2001.xmlSchema.Wildcard |
---|
getNamespace, getProcessContents, isSetNamespace, isSetProcessContents, setNamespace, setProcessContents, unsetNamespace, unsetProcessContents, xgetNamespace, xgetProcessContents, xsetNamespace, xsetProcessContents |
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 |
---|
java.math.BigInteger getMinOccurs()
org.apache.xmlbeans.XmlNonNegativeInteger xgetMinOccurs()
boolean isSetMinOccurs()
void setMinOccurs(java.math.BigInteger minOccurs)
void xsetMinOccurs(org.apache.xmlbeans.XmlNonNegativeInteger minOccurs)
void unsetMinOccurs()
java.lang.Object getMaxOccurs()
AllNNI xgetMaxOccurs()
boolean isSetMaxOccurs()
void setMaxOccurs(java.lang.Object maxOccurs)
void xsetMaxOccurs(AllNNI maxOccurs)
void unsetMaxOccurs()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |