org.apache.ws.jaxme.xs

Interface XSUnionType

Known Implementing Classes:
XSUnionTypeImpl, XSUnionTypeRestrictionImpl

public interface XSUnionType

Details of a union type.
Author:
Jochen Wiedmann

Method Summary

XSType[]
getMemberTypes()
Returns the array of member types.

Method Details

getMemberTypes

public XSType[] getMemberTypes()
Returns the array of member types. Each member type is, of course, a simple type.