org.apache.ws.commons.schema
Class XmlSchemaComplexContentRestriction

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.XmlSchemaContent
              extended by org.apache.ws.commons.schema.XmlSchemaComplexContentRestriction
All Implemented Interfaces:
XmlSchemaObjectBase

public class XmlSchemaComplexContentRestriction
extends XmlSchemaContent

Class for complex types with a complex content model that are derived by restriction. Restricts the contents of the complex type to a subset of the inherited complex type. Represents the World Wide Web Consortium (W3C) restriction element for complex content.


Constructor Summary
XmlSchemaComplexContentRestriction()
          Creates new XmlSchemaComplexContentRestriction
 
Method Summary
 XmlSchemaAnyAttribute getAnyAttribute()
           
 List<XmlSchemaAttributeOrGroupRef> getAttributes()
           
 QName getBaseTypeName()
           
 XmlSchemaParticle getParticle()
           
 void setAnyAttribute(XmlSchemaAnyAttribute anyAttribute)
           
 void setBaseTypeName(QName baseTypeName)
           
 void setParticle(XmlSchemaParticle particle)
           
 
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

XmlSchemaComplexContentRestriction

public XmlSchemaComplexContentRestriction()
Creates new XmlSchemaComplexContentRestriction

Method Detail

setAnyAttribute

public void setAnyAttribute(XmlSchemaAnyAttribute anyAttribute)

getAnyAttribute

public XmlSchemaAnyAttribute getAnyAttribute()

getAttributes

public List<XmlSchemaAttributeOrGroupRef> getAttributes()

setBaseTypeName

public void setBaseTypeName(QName baseTypeName)

getBaseTypeName

public QName getBaseTypeName()

getParticle

public XmlSchemaParticle getParticle()

setParticle

public void setParticle(XmlSchemaParticle particle)


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