Interface XSUnionSimpleType

All Superinterfaces:
Iterable<XSSimpleType>, XSComponent, XSContentType, XSDeclaration, XSSimpleType, XSType
All Known Implementing Classes:
UnionSimpleTypeImpl

public interface XSUnionSimpleType extends XSSimpleType, Iterable<XSSimpleType>
Union simple type.
Author:
Kohsuke Kawaguchi ([email protected])
  • Method Details

    • getMember

      XSSimpleType getMember(int idx)
    • getMemberSize

      int getMemberSize()