org.apache.ws.commons.schema
Class XmlSchemaSimpleTypeList

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.XmlSchemaSimpleTypeList
All Implemented Interfaces:
XmlSchemaObjectBase

public class XmlSchemaSimpleTypeList
extends XmlSchemaSimpleTypeContent

Class for the list of simpleType elements. Defines a simpleType element as a list of values of a specified data type. Represents the World Wide Web Consortium (W3C) list element.


Constructor Summary
XmlSchemaSimpleTypeList()
          Creates new XmlSchemaSimpleTypeList
 
Method Summary
 XmlSchemaSimpleType getItemType()
           
 QName getItemTypeName()
           
 void setItemType(XmlSchemaSimpleType itemType)
           
 void setItemTypeName(QName itemTypeName)
           
 
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

XmlSchemaSimpleTypeList

public XmlSchemaSimpleTypeList()
Creates new XmlSchemaSimpleTypeList

Method Detail

getItemType

public XmlSchemaSimpleType getItemType()

setItemType

public void setItemType(XmlSchemaSimpleType itemType)

getItemTypeName

public QName getItemTypeName()

setItemTypeName

public void setItemTypeName(QName itemTypeName)


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