BenQ Mobile

javax.microedition.xml.rpc
Class Type

java.lang.Object
  extended byjavax.microedition.xml.rpc.Type
Direct Known Subclasses:
ComplexType, Element

public class Type
extends java.lang.Object

The class Type is a type safe enumeration of allowable types that are used to identify simple types defined in a Web Service's WSDL definition. The set of simple types are:

Besides it is used to enumerate complex types defined in a Web Service's WSDL definition. The set of complex types are:

See Also:
Stub, Operation

Field Summary
static Type BOOLEAN
          Type constant identifying boolean parameters.
static Type BYTE
          Type constant identifying byte parameters.
static Type DOUBLE
          Type constant identifying double parameters.
static Type FLOAT
          Type constant identifying float parameters.
static Type INT
          Type constant identifying integer parameters.
static Type LONG
          Type constant identifying long parameters.
static Type SHORT
          Type constant identifying short parameters.
static Type STRING
          Type constant identifying String parameters.
 int value
          The internal integer "value" of this type.
 
Method Summary
 java.lang.String toString()
          Returns a string representation of this object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

BOOLEAN

public static final Type BOOLEAN
Type constant identifying boolean parameters.


BYTE

public static final Type BYTE
Type constant identifying byte parameters.


SHORT

public static final Type SHORT
Type constant identifying short parameters.


INT

public static final Type INT
Type constant identifying integer parameters.


LONG

public static final Type LONG
Type constant identifying long parameters.


FLOAT

public static final Type FLOAT
Type constant identifying float parameters.


DOUBLE

public static final Type DOUBLE
Type constant identifying double parameters.


STRING

public static final Type STRING
Type constant identifying String parameters.


value

public final int value
The internal integer "value" of this type.

Method Detail

toString

public java.lang.String toString()
Returns a string representation of this object.

Returns:
String representation of this object.

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.