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

Class 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 Summary
TypeProperty()
Method Summary
StringgetName()
booleangetPseudo()
StringgetValue()
voidPrint(PrintWriter output)
voidsetName(String name)
voidsetPseudo(boolean pseudo)
voidsetValue(String value)

Constructor Detail

TypeProperty

public TypeProperty()

Method Detail

getName

public String getName()

getPseudo

public boolean getPseudo()

getValue

public String getValue()

Print

public void Print(PrintWriter output)

setName

public void setName(String name)

setPseudo

public void setPseudo(boolean pseudo)

setValue

public void setValue(String value)
Intalio Inc. (C) 1999-2006. All rights reserved http://www.intalio.com