Public Member Functions | Protected Attributes

cl.utfsm.acs.types.TypedObject Class Reference

Inheritance diagram for cl.utfsm.acs.types.TypedObject:
cl.utfsm.acs.types.ComplexObject cl.utfsm.acs.types.SimpleObject cl.utfsm.acs.ebe.Completion cl.utfsm.acs.ebe.EbeDocument cl.utfsm.acs.ebe.Error cl.utfsm.acs.ebe.Member

List of all members.

Public Member Functions

 TypedObject ()
 TypedObject (AcsType type)
String getTypeNamespace ()
String getTypeDocumentation ()
String getTypeName ()
String getValue ()
void setValue (String value)
String toString ()

Protected Attributes

AcsType type
String value

Detailed Description

An abstract class that defines an ACS XML object from a AcsType. If an object is a typed object, then a value, a type, a documentation, and a namespace are associated to the object. Also, this class defines the toString() method, so any object will have an easy way to get the value.

Author:
Mauricio Araya (maray[at]inf.utfsm.cl)

Constructor & Destructor Documentation

cl.utfsm.acs.types.TypedObject.TypedObject (  ) 

Constructor with no operations (unuseful?)

cl.utfsm.acs.types.TypedObject.TypedObject ( AcsType  type  ) 

Constructor that setup the type.


Member Function Documentation

String cl.utfsm.acs.types.TypedObject.getTypeDocumentation (  ) 

Return the documentation string.

Returns:
the documentation string.

References cl.utfsm.acs.types.AcsType.documentation, and cl.utfsm.acs.types.TypedObject.type.

String cl.utfsm.acs.types.TypedObject.getTypeName (  ) 

Return the typename of the type.

Returns:
the typename

References cl.utfsm.acs.types.AcsType.name, and cl.utfsm.acs.types.TypedObject.type.

String cl.utfsm.acs.types.TypedObject.getTypeNamespace (  ) 

Return the namespace of the type

Returns:
the type namespace

References cl.utfsm.acs.types.TypedObject.type.

void cl.utfsm.acs.types.TypedObject.setValue ( String  value  ) 
String cl.utfsm.acs.types.TypedObject.toString (  ) 

Return the current value of the object.

Returns:
the value of the object

References cl.utfsm.acs.types.TypedObject.value.


Member Data Documentation


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties