org.apache.ws.commons.schema
Class XmlSchemaSimpleTypeUnion

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

public class XmlSchemaSimpleTypeUnion
extends XmlSchemaSimpleTypeContent

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


Constructor Summary
XmlSchemaSimpleTypeUnion()
           
 
Method Summary
 List<XmlSchemaSimpleType> getBaseTypes()
           
 QName[] getMemberTypesQNames()
           
 String getMemberTypesSource()
           
 void setMemberTypesQNames(QName[] memberTypesQNames)
           
 void setMemberTypesSource(String memberTypesSources)
           
 
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

XmlSchemaSimpleTypeUnion

public XmlSchemaSimpleTypeUnion()
Method Detail

getBaseTypes

public List<XmlSchemaSimpleType> getBaseTypes()

setMemberTypesSource

public void setMemberTypesSource(String memberTypesSources)

getMemberTypesSource

public String getMemberTypesSource()

getMemberTypesQNames

public QName[] getMemberTypesQNames()

setMemberTypesQNames

public void setMemberTypesQNames(QName[] memberTypesQNames)


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