Interface Wildcard
- All Superinterfaces:
Annotated,OpenAttrs,XmlObject,XmlTokenSource
- All Known Subinterfaces:
AnyDocument.Any
- All Known Implementing Classes:
AnyDocumentImpl.AnyImpl,WildcardImpl
An XML wildcard(@http://www.w3.org/2001/XMLSchema).
This is a complex type.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceAn XML processContents(@). -
Field Summary
FieldsFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionGets the "namespace" attributeGets the "processContents" attributebooleanTrue if has "namespace" attributebooleanTrue if has "processContents" attributevoidsetNamespace(Object namespace) Sets the "namespace" attributevoidsetProcessContents(Wildcard.ProcessContents.Enum processContents) Sets the "processContents" attributevoidUnsets the "namespace" attributevoidUnsets the "processContents" attributeGets (as xml) the "namespace" attributeGets (as xml) the "processContents" attributevoidxsetNamespace(NamespaceList namespace) Sets (as xml) the "namespace" attributevoidxsetProcessContents(Wildcard.ProcessContents processContents) Sets (as xml) the "processContents" 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.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
-
getNamespace
Object getNamespace()Gets the "namespace" attribute -
xgetNamespace
NamespaceList xgetNamespace()Gets (as xml) the "namespace" attribute -
isSetNamespace
boolean isSetNamespace()True if has "namespace" attribute -
setNamespace
Sets the "namespace" attribute -
xsetNamespace
Sets (as xml) the "namespace" attribute -
unsetNamespace
void unsetNamespace()Unsets the "namespace" attribute -
getProcessContents
Wildcard.ProcessContents.Enum getProcessContents()Gets the "processContents" attribute -
xgetProcessContents
Wildcard.ProcessContents xgetProcessContents()Gets (as xml) the "processContents" attribute -
isSetProcessContents
boolean isSetProcessContents()True if has "processContents" attribute -
setProcessContents
Sets the "processContents" attribute -
xsetProcessContents
Sets (as xml) the "processContents" attribute -
unsetProcessContents
void unsetProcessContents()Unsets the "processContents" attribute
-