public static interface AnyDocument.Any extends Wildcard
Wildcard.ProcessContents
Modifier and Type | Field and Description |
---|---|
static ElementFactory<AnyDocument.Any> |
Factory |
static SchemaType |
type |
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
Modifier and Type | Method and Description |
---|---|
Object |
getMaxOccurs()
Gets the "maxOccurs" attribute
|
BigInteger |
getMinOccurs()
Gets the "minOccurs" attribute
|
boolean |
isSetMaxOccurs()
True if has "maxOccurs" attribute
|
boolean |
isSetMinOccurs()
True if has "minOccurs" attribute
|
void |
setMaxOccurs(Object maxOccurs)
Sets the "maxOccurs" attribute
|
void |
setMinOccurs(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
|
XmlNonNegativeInteger |
xgetMinOccurs()
Gets (as xml) the "minOccurs" attribute
|
void |
xsetMaxOccurs(AllNNI maxOccurs)
Sets (as xml) the "maxOccurs" attribute
|
void |
xsetMinOccurs(XmlNonNegativeInteger minOccurs)
Sets (as xml) the "minOccurs" attribute
|
getNamespace, getProcessContents, isSetNamespace, isSetProcessContents, setNamespace, setProcessContents, unsetNamespace, unsetProcessContents, xgetNamespace, xgetProcessContents, xsetNamespace, xsetProcessContents
addNewAnnotation, getAnnotation, getId, isSetAnnotation, isSetId, setAnnotation, setId, unsetAnnotation, unsetId, xgetId, xsetId
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, valueHashCode
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
static final ElementFactory<AnyDocument.Any> Factory
static final SchemaType type
BigInteger getMinOccurs()
XmlNonNegativeInteger xgetMinOccurs()
boolean isSetMinOccurs()
void setMinOccurs(BigInteger minOccurs)
void xsetMinOccurs(XmlNonNegativeInteger minOccurs)
void unsetMinOccurs()
Object getMaxOccurs()
AllNNI xgetMaxOccurs()
boolean isSetMaxOccurs()
void setMaxOccurs(Object maxOccurs)
void xsetMaxOccurs(AllNNI maxOccurs)
void unsetMaxOccurs()