Interface AnyDocument.Any
- All Superinterfaces:
Annotated,OpenAttrs,Wildcard,XmlObject,XmlTokenSource
- All Known Implementing Classes:
AnyDocumentImpl.AnyImpl
- Enclosing interface:
AnyDocument
An XML any(@http://www.w3.org/2001/XMLSchema).
This is a complex type.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.xmlbeans.impl.xb.xsdschema.Wildcard
Wildcard.ProcessContents -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ElementFactory<AnyDocument.Any> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionGets the "maxOccurs" attributeGets the "minOccurs" attributebooleanTrue if has "maxOccurs" attributebooleanTrue if has "minOccurs" attributevoidsetMaxOccurs(Object maxOccurs) Sets the "maxOccurs" attributevoidsetMinOccurs(BigInteger minOccurs) Sets the "minOccurs" attributevoidUnsets the "maxOccurs" attributevoidUnsets the "minOccurs" attributeGets (as xml) the "maxOccurs" attributeGets (as xml) the "minOccurs" attributevoidxsetMaxOccurs(AllNNI maxOccurs) Sets (as xml) the "maxOccurs" attributevoidxsetMinOccurs(XmlNonNegativeInteger minOccurs) Sets (as xml) the "minOccurs" attributeMethods inherited from interface org.apache.xmlbeans.impl.xb.xsdschema.Annotated
addNewAnnotation, getAnnotation, getId, isSetAnnotation, isSetId, setAnnotation, setId, unsetAnnotation, unsetId, xgetId, xsetIdMethods inherited from interface org.apache.xmlbeans.impl.xb.xsdschema.Wildcard
getNamespace, getProcessContents, isSetNamespace, isSetProcessContents, setNamespace, setProcessContents, unsetNamespace, unsetProcessContents, xgetNamespace, xgetProcessContents, xsetNamespace, xsetProcessContentsMethods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodeMethods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
Field Details
-
Factory
-
type
-
-
Method Details
-
getMinOccurs
BigInteger getMinOccurs()Gets the "minOccurs" attribute -
xgetMinOccurs
XmlNonNegativeInteger xgetMinOccurs()Gets (as xml) the "minOccurs" attribute -
isSetMinOccurs
boolean isSetMinOccurs()True if has "minOccurs" attribute -
setMinOccurs
Sets the "minOccurs" attribute -
xsetMinOccurs
Sets (as xml) the "minOccurs" attribute -
unsetMinOccurs
void unsetMinOccurs()Unsets the "minOccurs" attribute -
getMaxOccurs
Object getMaxOccurs()Gets the "maxOccurs" attribute -
xgetMaxOccurs
AllNNI xgetMaxOccurs()Gets (as xml) the "maxOccurs" attribute -
isSetMaxOccurs
boolean isSetMaxOccurs()True if has "maxOccurs" attribute -
setMaxOccurs
Sets the "maxOccurs" attribute -
xsetMaxOccurs
Sets (as xml) the "maxOccurs" attribute -
unsetMaxOccurs
void unsetMaxOccurs()Unsets the "maxOccurs" attribute
-