asit.moa.client.deliver.address
Class Adressat

java.lang.Object
  extended byasit.moa.client.deliver.address.Adressat
All Implemented Interfaces:
BescheidElement, EckData, Serializable

public class Adressat
extends Object
implements BescheidElement, EckData, Serializable

Author:
atauber TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates
See Also:
Serialized Form

Field Summary
protected  KompPostalAddress address_
           
protected  KompNichtNatuerlichePerson corporateBody_
           
protected  String elementName_
           
protected  String feldName_
           
protected  Identification[] identifcations_
           
protected  String internetAdress_
           
protected static org.apache.commons.logging.Log log_
           
protected  AbstractPerson person_
           
protected  String telefonnummer_
           
protected  boolean useGerman_
           
 
Fields inherited from interface asit.bescheid.EckData
KOMPOSTALADDRESS, KOMPPERSON, SIMPLE
 
Constructor Summary
Adressat()
           
Adressat(boolean useGerman)
           
 
Method Summary
 String getAAddress()
           
 String getAInternetAdress()
           
 String getAPerson()
           
 String getATelefonnummer()
           
 KompNichtNatuerlichePerson getCorporateBody()
           
 String getEDescription()
           
 String getEFeldName()
           
 String getElementName()
           
 AbstractPerson getPerson()
           
 KompPostalAddress getPostAddress()
           
 String getType()
           
 boolean getUseGerman()
           
 void setAAddress(String value)
           
 void setAInternetAdress(String internetAdress)
           
 void setAPerson(String value)
           
 void setATelefonnummer(String telefonnummer)
           
 void setCorporateBody(KompNichtNatuerlichePerson corporateBody)
           
 void setEDescription(String string)
           
 void setEFeldName(String feldName)
           
 void setElementName(String name)
           
 void setPerson(AbstractPerson person)
           
 void setPostAddress(KompPostalAddress address)
           
 void setType(String string)
           
 void setUseGerman(boolean useGerman)
           
 Element toElement(Document doc)
           
 String toString()
           
 void update(Element element)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

identifcations_

protected Identification[] identifcations_

person_

protected AbstractPerson person_

corporateBody_

protected KompNichtNatuerlichePerson corporateBody_

address_

protected KompPostalAddress address_

internetAdress_

protected String internetAdress_

telefonnummer_

protected String telefonnummer_

log_

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

elementName_

protected String elementName_

useGerman_

protected boolean useGerman_

feldName_

protected String feldName_
Constructor Detail

Adressat

public Adressat()

Adressat

public Adressat(boolean useGerman)
Method Detail

getUseGerman

public boolean getUseGerman()

setUseGerman

public void setUseGerman(boolean useGerman)

getEFeldName

public String getEFeldName()
Specified by:
getEFeldName in interface EckData

setEFeldName

public void setEFeldName(String feldName)
Specified by:
setEFeldName in interface EckData

getEDescription

public String getEDescription()
Specified by:
getEDescription in interface EckData

setEDescription

public void setEDescription(String string)

getType

public String getType()
Specified by:
getType in interface EckData

setType

public void setType(String string)

setElementName

public void setElementName(String name)

getElementName

public String getElementName()

getPostAddress

public KompPostalAddress getPostAddress()

setPostAddress

public void setPostAddress(KompPostalAddress address)

setPerson

public void setPerson(AbstractPerson person)

setCorporateBody

public void setCorporateBody(KompNichtNatuerlichePerson corporateBody)

getCorporateBody

public KompNichtNatuerlichePerson getCorporateBody()

getPerson

public AbstractPerson getPerson()

toElement

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

update

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

toString

public String toString()

setAPerson

public void setAPerson(String value)

getAPerson

public String getAPerson()

setAAddress

public void setAAddress(String value)

getAAddress

public String getAAddress()

getAInternetAdress

public String getAInternetAdress()
Returns:
Returns the internetAdress_.

setAInternetAdress

public void setAInternetAdress(String internetAdress)

getATelefonnummer

public String getATelefonnummer()
Returns:
Returns the telefonnummer_.

setATelefonnummer

public void setATelefonnummer(String telefonnummer)


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