org.apache.ws.commons.schema
Class XmlSchemaAny
java.lang.Object
org.apache.ws.commons.schema.XmlSchemaObject
org.apache.ws.commons.schema.XmlSchemaAnnotated
org.apache.ws.commons.schema.XmlSchemaParticle
org.apache.ws.commons.schema.XmlSchemaAny
- All Implemented Interfaces:
- XmlSchemaObjectBase, XmlSchemaChoiceMember, XmlSchemaSequenceMember
public class XmlSchemaAny
- extends XmlSchemaParticle
- implements XmlSchemaChoiceMember, XmlSchemaSequenceMember
Enables any element from the specified namespace or namespaces to appear in the containing complexType
element. Represents the World Wide Web Consortium (W3C) any element.
| Methods inherited from class org.apache.ws.commons.schema.XmlSchemaObject |
addMetaInfo, equals, getLineNumber, getLinePosition, getMetaInfoMap, getSourceURI, hashCode, setLineNumber, setLinePosition, setMetaInfoMap, setSourceURI |
XmlSchemaAny
public XmlSchemaAny()
- Creates new XmlSchemaAny
getNamespace
public String getNamespace()
setNamespace
public void setNamespace(String namespace)
getProcessContent
public XmlSchemaContentProcessing getProcessContent()
setProcessContent
public void setProcessContent(XmlSchemaContentProcessing processContent)
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.