FileDocCategorySizeDatePackage
ContextParam.javaAPI DocExample1899Thu Mar 07 09:13:52 GMT 2002javajaxb.generated.web

ContextParam

public interface ContextParam implements Serializable
This class was generated from a set of XML constraints by the Enhydra Zeus XML Data Binding Framework. All source code in this file is constructed specifically to work with other Zeus-generated classes. If you modify this file by hand, you run the risk of breaking this interoperation, as well as introducing errors in source code compilation. * * * * MODIFY THIS FILE AT YOUR OWN RISK * * * * * To find out more about the Enhydra Zeus framework, you can point your browser at where you can download releases, join and discuss Zeus on user and developer mailing lists, and access source code. Please report any bugs through that website.

Fields Summary
public static final String
ZEUS_XML_NAME
public static final String[]
ZEUS_ATTRIBUTES
public static final String[]
ZEUS_ELEMENTS
Constructors Summary
Methods Summary
public java.lang.StringgetDescription()

public java.lang.StringgetId()

public java.lang.StringgetParamName()

public java.lang.StringgetParamValue()

public voidmarshal(java.io.OutputStream outputStream)

public voidmarshal(java.io.Writer writer)

public voidmarshal(java.io.File file)

public voidsetDescription(java.lang.String description)

public voidsetDocType(java.lang.String name, java.lang.String publicID, java.lang.String systemID)

public voidsetId(java.lang.String id)

public voidsetOutputEncoding(java.lang.String outputEncoding)

public voidsetParamName(java.lang.String paramName)

public voidsetParamValue(java.lang.String paramValue)