org.exolab.castor.xml.schema.simpletypes.factory
Class TypeProperty
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.
TypeProperty
public TypeProperty()
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:
Object.toString()
Copyright © 2012. All Rights Reserved.