at.gv.zustellung.zusemsg.xsd.zuse_persondata
Class InternetAddressType

java.lang.Object
  extended by at.gv.zustellung.zusemsg.xsd.zuse_persondata.AbstractAddressType
      extended by at.gv.zustellung.zusemsg.xsd.zuse_persondata.InternetAddressType

public class InternetAddressType
extends AbstractAddressType

internet based communication

Java class for InternetAddressType complex type.

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

 <complexType name="InternetAddressType">
   <complexContent>
     <extension base="{http://reference.e-government.gv.at/namespace/persondata/20020228#}AbstractAddressType">
       <sequence minOccurs="0">
         <element ref="{http://www.w3.org/2000/09/xmldsig#}KeyInfo" minOccurs="0"/>
         <element name="Address" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
       </sequence>
       <anyAttribute namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
InternetAddressType()
           
 
Method Summary
 String getAddress()
          Gets the value of the address property.
 KeyInfoType getKeyInfo()
          certificate for secure communication
 void setAddress(String value)
          Sets the value of the address property.
 void setKeyInfo(KeyInfoType value)
          Sets the value of the keyInfo property.
 
Methods inherited from class at.gv.zustellung.zusemsg.xsd.zuse_persondata.AbstractAddressType
getId, getOtherAttributes, setId
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InternetAddressType

public InternetAddressType()
Method Detail

getKeyInfo

public KeyInfoType getKeyInfo()
certificate for secure communication

Returns:
possible object is KeyInfoType

setKeyInfo

public void setKeyInfo(KeyInfoType value)
Sets the value of the keyInfo property.

Parameters:
value - allowed object is KeyInfoType

getAddress

public String getAddress()
Gets the value of the address property.

Returns:
possible object is String

setAddress

public void setAddress(String value)
Sets the value of the address property.

Parameters:
value - allowed object is String


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