|
JSR 172 - J2ME[tm] Web Services | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Type | |
javax.microedition.xml.rpc |
Uses of Type in javax.microedition.xml.rpc |
Subclasses of Type in javax.microedition.xml.rpc | |
class |
ComplexType
The class ComplexType is a special Type instance
used to represent an xsd:complextype defined in a Web Service's
WSDL definition. |
class |
Element
The class Element is a special Object
used to represent an xsd:element defined in a Web Service's
WSDL definition. |
Fields in javax.microedition.xml.rpc declared as Type | |
Type |
Element.contentType
The Type of this Element's content. |
static Type |
Type.BOOLEAN
Type constant identifying boolean parameters. |
static Type |
Type.BYTE
Type constant identifying byte parameters. |
static Type |
Type.SHORT
Type constant identifying short parameters. |
static Type |
Type.INT
Type constant identifying integer parameters. |
static Type |
Type.LONG
Type constant identifying long parameters. |
static Type |
Type.FLOAT
Type constant identifying float parameters. |
static Type |
Type.DOUBLE
Type constant identifying double parameters. |
static Type |
Type.STRING
Type constant identifying String parameters. |
Constructors in javax.microedition.xml.rpc with parameters of type Type | |
Element(QName name,
Type type,
int minOccurs,
int maxOccurs,
boolean nillable)
Construct an Element with the given properties. |
|
Element(QName name,
Type type)
Construct an Element with the given properties. |
|
JSR 172 - J2ME[tm] Web Services | ||||||||||
PREV NEXT | FRAMES NO FRAMES |