org.apache.wml.dom

Class WMLPostfieldElementImpl

public class WMLPostfieldElementImpl extends WMLElementImpl implements WMLPostfieldElement

Version: $Id: WMLPostfieldElementImpl.java,v 1.4 2005/04/17 23:43:46 mrglavas Exp $

Author: David Li

UNKNOWN:

Constructor Summary
WMLPostfieldElementImpl(WMLDocumentImpl owner, String tagName)
Method Summary
StringgetClassName()
StringgetId()
StringgetName()
StringgetValue()
voidsetClassName(String newValue)
voidsetId(String newValue)
voidsetName(String newValue)
voidsetValue(String newValue)

Constructor Detail

WMLPostfieldElementImpl

public WMLPostfieldElementImpl(WMLDocumentImpl owner, String tagName)

Method Detail

getClassName

public String getClassName()

getId

public String getId()

getName

public String getName()

getValue

public String getValue()

setClassName

public void setClassName(String newValue)

setId

public void setId(String newValue)

setName

public void setName(String newValue)

setValue

public void setValue(String newValue)
Copyright © 1999-2005 Apache XML Project. All Rights Reserved.