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

Class 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

void
Print(PrintWriter output)
String
getName()
boolean
getPseudo()
String
getValue()
void
setName(String name)
void
setPseudo(boolean pseudo)
void
setValue(String value)

Constructor Details

TypeProperty

public TypeProperty()

Method Details

Print

public void Print(PrintWriter output)

getName

public String getName()

getPseudo

public boolean getPseudo()

getValue

public String getValue()

setName

public void setName(String name)

setPseudo

public void setPseudo(boolean pseudo)

setValue

public void setValue(String value)

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