org.apache.ws.jaxme.xs

Interface XSUnionType

public interface XSUnionType

Details of a union type.

Author: Jochen Wiedmann

Method Summary
XSType[]getMemberTypes()

Returns the array of member types.

Method Detail

getMemberTypes

public XSType[] getMemberTypes()

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