Package org.exoplatform.xml.object
Class XMLBaseObject
java.lang.Object
org.exoplatform.xml.object.XMLBaseObject
- Since:
- Apr 10, 2005
- Version:
- $Id: XMLBaseObject.java 5799 2006-05-28 17:55:42Z geaz $
- Author:
- Tuan Nguyen (tuan08@users.sourceforge.net)
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringprotected Stringprotected Object -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDate()getFloat()getInt()getLong()getMap()getType()getValue()voidvoidsetCollection(XMLCollection collection) voidsetCollectiontValue(Collection<?> collection) voidvoidvoidvoidvoidvoidvoidsetMapValue(Map<?, ?> map) voidsetNativeArray(XMLNativeArray array) voidsetNativeArrayValue(Object array) voidvoidvoidvoidvoidvoid
-
Field Details
-
STRING
- See Also:
-
INT
- See Also:
-
LONG
- See Also:
-
BOOLEAN
- See Also:
-
FLOAT
- See Also:
-
DOUBLE
- See Also:
-
DATE
- See Also:
-
MAP
- See Also:
-
COLLECTION
- See Also:
-
ARRAY
- See Also:
-
NATIVE_ARRAY
- See Also:
-
OBJECT
- See Also:
-
type
-
value
-
-
Constructor Details
-
XMLBaseObject
public XMLBaseObject() -
XMLBaseObject
- Throws:
Exception
-
-
Method Details
-
getType
-
setType
-
setType
-
getValue
-
setValue
-
getObjectValue
- Throws:
Exception
-
setObjectValue
- Throws:
Exception
-
getObject
-
setObject
-
getString
-
setString
-
getInt
-
setInt
-
getLong
-
setLong
-
getFloat
-
setFloat
-
getDouble
-
setDouble
-
getBoolean
-
setBoolean
-
getDate
-
setDate
-
getMap
-
setMapValue
- Throws:
Exception
-
setMap
-
getCollection
-
setCollectiontValue
- Throws:
Exception
-
setCollection
-
getNativeArray
-
setNativeArrayValue
- Throws:
Exception
-
setNativeArray
-