|
JSR 172 - J2ME[tm] Web Services | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.microedition.xml.rpc.Type | +--javax.microedition.xml.rpc.ComplexType
The class ComplexType
is a special Type instance
used to represent an xsd:complextype defined in a Web Service's
WSDL definition.
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 |
public Element[] elements
Constructor Detail |
public ComplexType()
8
.
|
JSR 172 - J2ME[tm] Web Services | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |