BenQ Mobile

Uses of Class
javax.microedition.xml.rpc.Type

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
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.
 Type Element.contentType
          The Type of this Element's content.
 

Constructors in javax.microedition.xml.rpc with parameters of type Type
Element(QName lname, Type type, int llminOccurs, int lmaxOccurs, boolean nillable)
          Construct an Element with the given properties.
Element(QName lname, Type type)
          Construct an Element with the given properties.
 


BenQ Mobile

Copyright © 2006 BenQ Mobile GmbH & Co. OHG or respective copyright owner.
All Rights Reserved.
BenQ Corp. is a trademark licensee of Siemens AG.


For further information about Mobility Toolkit (MTK) visit our Developer Portal.