Public Member Functions | |
ComplexObject (AcsComplexType type) | |
void | setAttributeValue (String name, String value) |
String | getAttributeValue (String name) |
SimpleObject | getAttribute (String name) |
TreeMap< String, SimpleObject > | getAttributes () |
Protected Attributes | |
AcsComplexType | cType |
TreeMap< String, SimpleObject > | attributes |
|
Setup the type, and with it creates the TreeMap entries.
|
|
Get an attribute object by name.
|
|
Return the attributes TreeMap.
|
|
Get directly the value of a given attribute.
|
|
Set an attribute value, by name.
|
|
The attribute TreeMap, that containes SimpleObjects |
|
The complex type. |