getPropertyList(String name) Access a named property as a List of (String), good for single or multi-valued properties.
Parameters: name - The property name.
toXml(Document doc, Stack stack) Serialize the resource into XML, adding an element to the doc under the top of the stack element.
Parameters: doc - The DOM doc to contain the XML (or null for a string return). Parameters: stack - The DOM elements, the top of which is the containing element of the new "resource" element.
Access a named property as a boolean.
Parameters: name - The property name. the property value. exception: EmptyException - if not found. exception: TypeException - if the property is found but not a boolean.
Access a named property as a long.
Parameters: name - The property name. the property value. exception: EmptyException - if not found. exception: TypeException - if the property is found but not a long.
Access a named property as a List of (String), good for single or multi-valued properties.
Parameters: name - The property name. the property value, or null if not found.
Access a named property as a Time.
Parameters: name - The property name. the property value exception: EmptyException - if not found. exception: TypeException - if the property is found but not a Time.
Access a named property as a User.
Parameters: name - The property name. the property value exception: EmptyException - if not found. exception: TypeException - if the property is found but not a User.
Serialize the resource into XML, adding an element to the doc under the top of the stack element.
Parameters: doc - The DOM doc to contain the XML (or null for a string return). Parameters: stack - The DOM elements, the top of which is the containing element of the new "resource" element. The newly added element.