Public Member Functions | Public Attributes

cl.utfsm.acs.types.AcsType Class Reference

Inheritance diagram for cl.utfsm.acs.types.AcsType:
cl.utfsm.acs.types.AcsComplexType cl.utfsm.acs.types.AcsSimpleType

List of all members.

Public Member Functions

 AcsType (String namespace, String name, String documentation)

Public Attributes

String name
String documentation

Detailed Description

An abstract class for the type ACS XML definitions. This class only set the common attriubutes that a types should have.

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

Constructor & Destructor Documentation

cl.utfsm.acs.types.AcsType.AcsType ( String  namespace,
String  name,
String  documentation 
)

Setup the AcsType values

Parameters:
namespace Every type has a namespace
name The name of the type definition
documentation Some information of the type

Member Data Documentation

The documentation of the type (very usefull)

Referenced by cl.utfsm.acs.types.TypedObject.getTypeDocumentation().

The namespace defined in a schema file The name of the type definition

Referenced by cl.utfsm.acs.types.TypedObject.getTypeName(), and cl.utfsm.acs.types.ComplexObject.setAttributeValue().


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