Public Member Functions

org.exolab.castor.xml.schema.simpletypes.factory.TypeProperty Class Reference

List of all members.

Public Member Functions

String getName ()
String getValue ()
boolean getPseudo ()
void setName (String name)
void setValue (String value)
void setPseudo (boolean pseudo)
 TypeProperty ()
void Print (PrintWriter output)

Detailed Description

Stores a "facet" of an xml built in type. The facet may not be defined in the spec.

It is public only because castor is used to unmarshall it from a config file So please consider this class PRIVATE.


Constructor & Destructor Documentation

org.exolab.castor.xml.schema.simpletypes.factory.TypeProperty.TypeProperty (  ) 

Member Function Documentation

String org.exolab.castor.xml.schema.simpletypes.factory.TypeProperty.getName (  ) 
boolean org.exolab.castor.xml.schema.simpletypes.factory.TypeProperty.getPseudo (  ) 
String org.exolab.castor.xml.schema.simpletypes.factory.TypeProperty.getValue (  ) 
void org.exolab.castor.xml.schema.simpletypes.factory.TypeProperty.Print ( PrintWriter  output  ) 
void org.exolab.castor.xml.schema.simpletypes.factory.TypeProperty.setName ( String  name  ) 
void org.exolab.castor.xml.schema.simpletypes.factory.TypeProperty.setPseudo ( boolean  pseudo  ) 
void org.exolab.castor.xml.schema.simpletypes.factory.TypeProperty.setValue ( String  value  ) 

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