at.gv.zustellung.zkopf.xsd.zkopf
Class MessagingaddressType

java.lang.Object
  extended by at.gv.zustellung.zkopf.xsd.zkopf.MessagingaddressType

public class MessagingaddressType
extends Object

Java class for messagingaddressType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="messagingaddressType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://reference.e-government.gv.at/namespace/persondata/en/20040201#}TelephoneAddress" minOccurs="0"/>
         <element ref="{http://reference.e-government.gv.at/namespace/persondata/en/20040201#}InternetAddress" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
MessagingaddressType()
           
 
Method Summary
 InternetAddressType getInternetAddress()
          Gets the value of the internetAddress property.
 TelephoneAddressType getTelephoneAddress()
          Gets the value of the telephoneAddress property.
 void setInternetAddress(InternetAddressType value)
          Sets the value of the internetAddress property.
 void setTelephoneAddress(TelephoneAddressType value)
          Sets the value of the telephoneAddress property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessagingaddressType

public MessagingaddressType()
Method Detail

getTelephoneAddress

public TelephoneAddressType getTelephoneAddress()
Gets the value of the telephoneAddress property.

Returns:
possible object is TelephoneAddressType

setTelephoneAddress

public void setTelephoneAddress(TelephoneAddressType value)
Sets the value of the telephoneAddress property.

Parameters:
value - allowed object is TelephoneAddressType

getInternetAddress

public InternetAddressType getInternetAddress()
Gets the value of the internetAddress property.

Returns:
possible object is InternetAddressType

setInternetAddress

public void setInternetAddress(InternetAddressType value)
Sets the value of the internetAddress property.

Parameters:
value - allowed object is InternetAddressType


Copyright 2010 E-Government Innovation Center (EGIZ). All Rights Reserved.