org.apache.ws.commons.schema
Class XmlSchemaAnyAttribute

java.lang.Object
  extended by org.apache.ws.commons.schema.XmlSchemaObject
      extended by org.apache.ws.commons.schema.XmlSchemaAnnotated
          extended by org.apache.ws.commons.schema.XmlSchemaAnyAttribute
All Implemented Interfaces:
XmlSchemaObjectBase

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.


Constructor Summary
XmlSchemaAnyAttribute()
          Creates new XmlSchemaAnyAttribute
 
Method Summary
 String getNamespace()
           
 XmlSchemaContentProcessing getProcessContent()
           
 void setNamespace(String namespace)
           
 void setProcessContent(XmlSchemaContentProcessing processContent)
           
 
Methods inherited from class org.apache.ws.commons.schema.XmlSchemaAnnotated
getAnnotation, getId, getUnhandledAttributes, setAnnotation, setId, setUnhandledAttributes, toString
 
Methods inherited from class org.apache.ws.commons.schema.XmlSchemaObject
addMetaInfo, equals, getLineNumber, getLinePosition, getMetaInfoMap, getSourceURI, hashCode, setLineNumber, setLinePosition, setMetaInfoMap, setSourceURI
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XmlSchemaAnyAttribute

public XmlSchemaAnyAttribute()
Creates new XmlSchemaAnyAttribute

Method Detail

getNamespace

public String getNamespace()

setNamespace

public void setNamespace(String namespace)

getProcessContent

public XmlSchemaContentProcessing getProcessContent()

setProcessContent

public void setProcessContent(XmlSchemaContentProcessing processContent)


Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.