org.apache.ws.commons.schema
Class XmlSchemaSimpleTypeRestriction

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

public class XmlSchemaSimpleTypeRestriction
extends XmlSchemaSimpleTypeContent

Class for the restriction of simpleType elements. Represents the World Wide Web Consortium (W3C) restriction element for simple types.


Constructor Summary
XmlSchemaSimpleTypeRestriction()
          Creates new XmlSchemaSimpleTypeRestriction
 
Method Summary
 XmlSchemaSimpleType getBaseType()
           
 QName getBaseTypeName()
           
 List<XmlSchemaFacet> getFacets()
           
 void setBaseType(XmlSchemaSimpleType baseType)
           
 void setBaseTypeName(QName baseTypeName)
           
 
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

XmlSchemaSimpleTypeRestriction

public XmlSchemaSimpleTypeRestriction()
Creates new XmlSchemaSimpleTypeRestriction

Method Detail

getBaseType

public XmlSchemaSimpleType getBaseType()

setBaseType

public void setBaseType(XmlSchemaSimpleType baseType)

getBaseTypeName

public QName getBaseTypeName()

setBaseTypeName

public void setBaseTypeName(QName baseTypeName)

getFacets

public List<XmlSchemaFacet> getFacets()


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