org.apache.ws.commons.schema
Class XmlSchemaSimpleType

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.XmlSchemaType
              extended by org.apache.ws.commons.schema.XmlSchemaSimpleType
All Implemented Interfaces:
XmlSchemaNamed, XmlSchemaObjectBase

public class XmlSchemaSimpleType
extends XmlSchemaType

Class defines a simple type that determines the information and constraints for the values of attributes or elements with text-only content. Represents the World Wide Web Consortium (W3C) simpleType element.


Constructor Summary
XmlSchemaSimpleType(XmlSchema schema, boolean topLevel)
          Creates new XmlSchemaSimpleType
 
Method Summary
 XmlSchemaSimpleTypeContent getContent()
           
 void setContent(XmlSchemaSimpleTypeContent content)
           
 
Methods inherited from class org.apache.ws.commons.schema.XmlSchemaType
equals, getDeriveBy, getFinal, getFinalDerivation, getFinalResolved, getName, getParent, getQName, hashCode, isAnonymous, isMixed, isTopLevel, setDeriveBy, setFinal, setFinalDerivation, setMixed, setName, toString
 
Methods inherited from class org.apache.ws.commons.schema.XmlSchemaAnnotated
getAnnotation, getId, getUnhandledAttributes, setAnnotation, setId, setUnhandledAttributes
 
Methods inherited from class org.apache.ws.commons.schema.XmlSchemaObject
addMetaInfo, getLineNumber, getLinePosition, getMetaInfoMap, getSourceURI, setLineNumber, setLinePosition, setMetaInfoMap, setSourceURI
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XmlSchemaSimpleType

public XmlSchemaSimpleType(XmlSchema schema,
                           boolean topLevel)
Creates new XmlSchemaSimpleType

Method Detail

getContent

public XmlSchemaSimpleTypeContent getContent()

setContent

public void setContent(XmlSchemaSimpleTypeContent content)


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