java.lang.Object
org.exolab.castor.xml.schema.simpletypes.factory.TypeProperty

public class TypeProperty extends Object
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 Details

    • TypeProperty

      public TypeProperty()
  • Method Details

    • getName

      public String getName()
    • getValue

      public String getValue()
    • getPseudo

      public boolean getPseudo()
    • setName

      public void setName(String name)
    • setValue

      public void setValue(String value)
    • setPseudo

      public void setPseudo(boolean pseudo)
    • Print

      public void Print(PrintWriter output)
    • toString

      public String toString()
      To generate a String representing this class instance.
      Overrides:
      toString in class Object
      See Also: