at.gv.zustellung.zusemsg.xsd.zuse
Class DeliveryRequestType.NotificationAddress

java.lang.Object
  extended by at.gv.zustellung.zusemsg.xsd.zuse.DeliveryRequestType.NotificationAddress
Enclosing class:
DeliveryRequestType

public static class DeliveryRequestType.NotificationAddress
extends Object

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="WebserviceURL" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
         <element name="Email" type="{http://reference.e-government.gv.at/namespace/persondata/20020228#}InternetAddressType"/>
       </choice>
       <attribute name="Type" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
DeliveryRequestType.NotificationAddress()
           
 
Method Summary
 InternetAddressType getEmail()
          Gets the value of the email property.
 String getType()
          Gets the value of the type property.
 String getWebserviceURL()
          Gets the value of the webserviceURL property.
 void setEmail(InternetAddressType value)
          Sets the value of the email property.
 void setType(String value)
          Sets the value of the type property.
 void setWebserviceURL(String value)
          Sets the value of the webserviceURL property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeliveryRequestType.NotificationAddress

public DeliveryRequestType.NotificationAddress()
Method Detail

getWebserviceURL

public String getWebserviceURL()
Gets the value of the webserviceURL property.

Returns:
possible object is String

setWebserviceURL

public void setWebserviceURL(String value)
Sets the value of the webserviceURL property.

Parameters:
value - allowed object is String

getEmail

public InternetAddressType getEmail()
Gets the value of the email property.

Returns:
possible object is InternetAddressType

setEmail

public void setEmail(InternetAddressType value)
Sets the value of the email property.

Parameters:
value - allowed object is InternetAddressType

getType

public String getType()
Gets the value of the type property.

Returns:
possible object is String

setType

public void setType(String value)
Sets the value of the type property.

Parameters:
value - allowed object is String


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