JSR 172 - J2ME[tm] Web Services

javax.microedition.xml.rpc
Class ComplexType

java.lang.Object
  |
  +--javax.microedition.xml.rpc.Type
        |
        +--javax.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.

See Also:
Stub, Operation

Field Summary
 Element[] elements
          The set of xsd:element objects which make up this ComplexType
 
Fields inherited from class javax.microedition.xml.rpc.Type
BOOLEAN, BYTE, DOUBLE, FLOAT, INT, LONG, SHORT, STRING, value
 
Constructor Summary
ComplexType()
          Constructs a new ComplexType.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

elements

public Element[] elements
The set of xsd:element objects which make up this ComplexType

Constructor Detail

ComplexType

public ComplexType()
Constructs a new ComplexType. This Type subclass will have a value of 8.


JSR 172 - J2ME[tm] Web Services

Submit a comment or suggestion Version 1.0 of J2ME Web Services Specification
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries. Copyright (c) 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road,Palo Alto, California, 94303, U.S.A. All Rights Reserved. Use is subject to license terms.