Java Equivalents
The following table maps XML data types used in the WSDL file to their equivalents in Java.
|
XML |
Java |
|---|---|
|
xsd:anytype |
None |
|
xsd:base64Binary |
byte[] |
|
xsd:boolean |
boolean |
|
xsd:date |
java.util.Calendar (Convert Calendar objects to UTC before using them.) |
|
xsd:dateTime |
java.util.Calendar (Convert Calendar objects to UTC before using them.) |
|
xsd:decimal |
decimal |
|
xsd:float |
float |
|
xsd:int |
int |
|
xsd:integer |
java.math.BigInteger |
|
xsd:QName |
None |
|
xsd:string |
java.lang.string |
|
xsd:time |
java.util.Calendar (Convert Calendar objects to UTC before using them.) |