Class TypeProperty
- java.lang.Object
-
- org.exolab.castor.xml.schema.simpletypes.factory.TypeProperty
-
public class TypeProperty extends java.lang.ObjectStores 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 Summary
Constructors Constructor Description TypeProperty()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()booleangetPseudo()java.lang.StringgetValue()voidPrint(java.io.PrintWriter output)voidsetName(java.lang.String name)voidsetPseudo(boolean pseudo)voidsetValue(java.lang.String value)java.lang.StringtoString()To generate aStringrepresenting this class instance.
-
-
-
Method Detail
-
getName
public java.lang.String getName()
-
getValue
public java.lang.String getValue()
-
getPseudo
public boolean getPseudo()
-
setName
public void setName(java.lang.String name)
-
setValue
public void setValue(java.lang.String value)
-
setPseudo
public void setPseudo(boolean pseudo)
-
Print
public void Print(java.io.PrintWriter output)
-
toString
public java.lang.String toString()
To generate aStringrepresenting this class instance.- Overrides:
toStringin classjava.lang.Object- See Also:
Object.toString()
-
-