asit.bescheid
Class TextBlock

java.lang.Object
  extended byasit.bescheid.TextBlock
All Implemented Interfaces:
BescheidElement

public class TextBlock
extends Object
implements BescheidElement


Field Summary
protected  String id_
           
protected static org.apache.commons.logging.Log log_
           
protected  String text_
           
 
Constructor Summary
TextBlock()
           
 
Method Summary
 String getTId()
           
 String getTText()
           
 void setTId(String id)
           
 void setTText(String text)
           
 Element toElement(Document doc)
           
 void update(Element element)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id_

protected String id_

text_

protected String text_

log_

protected static org.apache.commons.logging.Log log_
Constructor Detail

TextBlock

public TextBlock()
Method Detail

getTId

public String getTId()
Returns:
Returns the id_.

setTId

public void setTId(String id)

getTText

public String getTText()
Returns:
Returns the text_.

setTText

public void setTText(String text)

toElement

public Element toElement(Document doc)
Specified by:
toElement in interface BescheidElement

update

public void update(Element element)
Specified by:
update in interface BescheidElement


Copyright 2007 Institut fuer Angewandte Informationsverarbeitung und Kommunikationstechnologie. All Rights Reserved.