Use is subject to License Terms. Your use of this web site or any of its contents or software indicates your agreement to be bound by these License Terms.

Copyright © 2007 Sun Microsystems, Inc. All rights reserved.

JSR 172

javax.microedition.xml.rpc
Class ComplexType

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

Version:
0.1
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.
 
Method Summary
 
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 an intValue() of 8.


JSR 172

Copyright © 2007 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 172 specification.