Searched defs:SoapPrimitive (Results 1 - 1 of 1) sorted by relevance

/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
H A DSoapPrimitive.java27 * Basically, the SoapPrimitive class encapsulates "unknown" primitive types
29 * SoapPrimitive (classMap.xsd, "float", "12.3") allows you to send a float from
32 * are not recognized by the ClassMap to SoapPrimitive, preserving the
36 public class SoapPrimitive extends AttributeContainer { class in inherits:AttributeContainer
41 public SoapPrimitive(String namespace, String name, String value) { method in class:SoapPrimitive
48 if (!(o instanceof SoapPrimitive)) {
51 SoapPrimitive p = (SoapPrimitive) o;

Completed in 55 milliseconds