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