org.apache.ws.jaxme.xs
Interface XSUnionType

All 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 Detail

getMemberTypes

XSType[] getMemberTypes()

Returns the array of member types. Each member type is, of course, a simple type.