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

java.lang.Object
  extended by 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
TypeProperty()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeProperty

public TypeProperty()
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)


Intalio Inc. (C) 1999-2004. All rights reserved http://www.intalio.com