ComplexTypepublic class ComplexType extends Type The class ComplexType is a special Type instance
used to represent an xsd:complextype defined in a Web Service's
WSDL definition. |
Fields Summary |
---|
public Element[] | elementsThe set of xsd:element objects which make up this
ComplexType |
Constructors Summary |
---|
public ComplexType()Constructs a new ComplexType.
This Type subclass will have an intValue() of 8.
super(8);
|
|