org.apache.xerces.impl.dv
Interface XSUnionSimpleType

All Superinterfaces:
XSSimpleType, XSTypeDecl

public interface XSUnionSimpleType
extends XSSimpleType

Any union simple type will implement this interface. It inherits the methods of generic XSSimpleType interface.

Version:
$Id: XSUnionSimpleType.java,v 1.3 2002/01/29 01:15:11 lehors Exp $
Author:
Sandy Gao, IBM

Fields inherited from interface org.apache.xerces.impl.dv.XSSimpleType
CARDINALITY_COUNTABLY_INFINITE, CARDINALITY_FINITE, FACET_ENUMERATION, FACET_FRACTIONDIGITS, FACET_LENGTH, FACET_MAXEXCLUSIVE, FACET_MAXINCLUSIVE, FACET_MAXLENGTH, FACET_MINEXCLUSIVE, FACET_MININCLUSIVE, FACET_MINLENGTH, FACET_PATTERN, FACET_TOTALDIGITS, FACET_WHITESPACE, ORDERED_FALSE, ORDERED_PARTIAL, ORDERED_TOTAL, VARIETY_ABSENT, VARIETY_ATOMIC, VARIETY_LIST, VARIETY_UNION, WS_COLLAPSE, WS_PRESERVE, WS_REPLACE
 
Fields inherited from interface org.apache.xerces.impl.xs.XSTypeDecl
COMPLEX_TYPE, SIMPLE_TYPE
 
Method Summary
 XSSimpleType[] getMemberTypes()
          return the member type definitions of Union Simple Type schema component.
 
Methods inherited from interface org.apache.xerces.impl.dv.XSSimpleType
applyFacets, getCardinalityFacet, getDefinedFacets, getOrderedFacet, getVariety, getWhitespace, isBounded, isEqual, isIDType, isNumeric, validate, validate
 
Methods inherited from interface org.apache.xerces.impl.xs.XSTypeDecl
getBaseType, getFinalSet, getTargetNamespace, getTypeName, getXSType, isAnonymous
 

Method Detail

getMemberTypes

public XSSimpleType[] getMemberTypes()
return the member type definitions of Union Simple Type schema component.
Returns:
the member type definitions


Copyright © 1999-2002 Apache XML Project. All Rights Reserved.