org.w3.x2001.xmlSchema
Interface AnyDocument.Any

All Superinterfaces:
Annotated, OpenAttrs, Wildcard, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
AnyDocumentImpl.AnyImpl
Enclosing interface:
AnyDocument

public static interface AnyDocument.Any
extends Wildcard

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

type

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

getMinOccurs

java.math.BigInteger getMinOccurs()
Gets the "minOccurs" attribute


xgetMinOccurs

org.apache.xmlbeans.XmlNonNegativeInteger xgetMinOccurs()
Gets (as xml) the "minOccurs" attribute


isSetMinOccurs

boolean isSetMinOccurs()
True if has "minOccurs" attribute


setMinOccurs

void setMinOccurs(java.math.BigInteger minOccurs)
Sets the "minOccurs" attribute


xsetMinOccurs

void xsetMinOccurs(org.apache.xmlbeans.XmlNonNegativeInteger minOccurs)
Sets (as xml) the "minOccurs" attribute


unsetMinOccurs

void unsetMinOccurs()
Unsets the "minOccurs" attribute


getMaxOccurs

java.lang.Object getMaxOccurs()
Gets the "maxOccurs" attribute


xgetMaxOccurs

AllNNI xgetMaxOccurs()
Gets (as xml) the "maxOccurs" attribute


isSetMaxOccurs

boolean isSetMaxOccurs()
True if has "maxOccurs" attribute


setMaxOccurs

void setMaxOccurs(java.lang.Object maxOccurs)
Sets the "maxOccurs" attribute


xsetMaxOccurs

void xsetMaxOccurs(AllNNI maxOccurs)
Sets (as xml) the "maxOccurs" attribute


unsetMaxOccurs

void unsetMaxOccurs()
Unsets the "maxOccurs" attribute



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