Package org.apache.ws.commons.schema
Class XmlSchemaAnyAttribute
java.lang.Object
org.apache.ws.commons.schema.XmlSchemaObject
org.apache.ws.commons.schema.XmlSchemaAnnotated
org.apache.ws.commons.schema.XmlSchemaAnyAttribute
- All Implemented Interfaces:
XmlSchemaObjectBase
Enables any attribute from the specified namespace or namespaces to appear in the containing complexType
element. Represents the World Wide Web Consortium (W3C) anyAttribute element.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) String(package private) XmlSchemaContentProcessingFields inherited from class org.apache.ws.commons.schema.XmlSchemaObject
lineNumber, linePosition, sourceURI -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetNamespace(String namespace) voidsetProcessContent(XmlSchemaContentProcessing processContent) Methods inherited from class org.apache.ws.commons.schema.XmlSchemaAnnotated
getAnnotation, getId, getUnhandledAttributes, setAnnotation, setId, setUnhandledAttributes, toStringMethods inherited from class org.apache.ws.commons.schema.XmlSchemaObject
addMetaInfo, equals, getLineNumber, getLinePosition, getMetaInfoMap, getSourceURI, hashCode, setLineNumber, setLinePosition, setMetaInfoMap, setSourceURI
-
Field Details
-
namespace
String namespace -
processContent
XmlSchemaContentProcessing processContent
-
-
Constructor Details
-
XmlSchemaAnyAttribute
public XmlSchemaAnyAttribute()Creates new XmlSchemaAnyAttribute
-
-
Method Details
-
getNamespace
-
setNamespace
-
getProcessContent
-
setProcessContent
-