Public Member Functions | |
| AcsSimpleType (String namespace, String name, String documentation, String restriction) | |
Public Attributes | |
| String | restriction |
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.
| cl.utfsm.acs.types.AcsSimpleType.AcsSimpleType | ( | String | namespace, | |
| String | name, | |||
| String | documentation, | |||
| String | restriction | |||
| ) |
Fill the simple type with the needed information
| namespace | Every type has a namespace | |
| name | The name of the type definition | |
| documentation | Some information of the type | |
| restriction | The string restrictions (unused) |
A Restriction string. This is attribute has no use right now
Referenced by cl.utfsm.acs.types.SimpleObject.getRestriction().
1.7.0