Public Member Functions | Public Attributes

cl.utfsm.acs.types.AcsSimpleType Class Reference

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

List of all members.

Public Member Functions

 AcsSimpleType (String namespace, String name, String documentation, String restriction)

Public Attributes

String restriction

Detailed Description

A simple ACS XML type, that includes a restriction definition. This is just a simple type, that includes the simple type definition, and a restriction string.

See also:
AcsType

Constructor & Destructor Documentation

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

Fill the simple type with the needed information

Parameters:
namespace Every type has a namespace
name The name of the type definition
documentation Some information of the type
restriction The string restrictions (unused)

Member Data Documentation

A Restriction string. This is attribute has no use right now

Referenced by cl.utfsm.acs.types.SimpleObject.getRestriction().


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