Package org.apache.axis2.json.factory
Class JsonObject
- java.lang.Object
-
- org.apache.axis2.json.factory.JsonObject
-
public class JsonObject extends Object
-
-
Constructor Summary
Constructors Constructor Description JsonObject(String name, JSONType type, String valueType, String namespaceUri)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
String
getNamespaceUri()
JSONType
getType()
String
getValueType()
-