org.apache.ws.commons.schema
Class XmlSchemaSimpleContentRestriction
java.lang.Object
org.apache.ws.commons.schema.XmlSchemaObject
org.apache.ws.commons.schema.XmlSchemaAnnotated
org.apache.ws.commons.schema.XmlSchemaContent
org.apache.ws.commons.schema.XmlSchemaSimpleContentRestriction
public class XmlSchemaSimpleContentRestriction
- extends XmlSchemaContent
Class for simple types that are derived by restriction. Restricts the
range of values for the element to a subset of the inherited simple types.
Represents the World Wide Web Consortium (W3C) restriction element for simple content.
- Author:
- mukund
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
anyAttribute
XmlSchemaAnyAttribute anyAttribute
attributes
XmlSchemaObjectCollection attributes
baseType
XmlSchemaSimpleType baseType
baseTypeName
javax.xml.namespace.QName baseTypeName
facets
XmlSchemaObjectCollection facets
XmlSchemaSimpleContentRestriction
public XmlSchemaSimpleContentRestriction()
- Creates new XmlSchemaSimpleContentRestriction
setAnyAttribute
public void setAnyAttribute(XmlSchemaAnyAttribute anyAttribute)
getAnyAttribute
public XmlSchemaAnyAttribute getAnyAttribute()
getAttributes
public XmlSchemaObjectCollection getAttributes()
setBaseType
public void setBaseType(XmlSchemaSimpleType baseType)
getBaseType
public XmlSchemaSimpleType getBaseType()
setBaseTypeName
public void setBaseTypeName(javax.xml.namespace.QName baseTypeName)
getBaseTypeName
public javax.xml.namespace.QName getBaseTypeName()
getFacets
public XmlSchemaObjectCollection getFacets()
Copyright 2004-2004-2006 Apache Software Foundation. All Rights Reserved.