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
public class XmlSchemaAnyAttribute
- extends XmlSchemaAnnotated
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.
- Author:
- mukund
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
namespace
java.lang.String namespace
processContent
XmlSchemaContentProcessing processContent
XmlSchemaAnyAttribute
public XmlSchemaAnyAttribute()
- Creates new XmlSchemaAnyAttribute
getNamespace
public java.lang.String getNamespace()
setNamespace
public void setNamespace(java.lang.String namespace)
getProcessContent
public XmlSchemaContentProcessing getProcessContent()
setProcessContent
public void setProcessContent(XmlSchemaContentProcessing processContent)
Copyright 2004-2004-2006 Apache Software Foundation. All Rights Reserved.