FileDocCategorySizeDatePackage
ComplexType.javaAPI DocphoneME MR2 API (J2ME)1744Wed May 02 18:00:34 BST 2007javax.microedition.xml.rpc

ComplexType

public 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.
version
0.1
see
javax.xml.rpc.Stub
see
javax.microedition.xml.rpc.Operation

Fields Summary
public Element[]
elements
The 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);
    
Methods Summary