at.gv.zustellung.zusemsg.xsd.zuse
Class DeliveryAnswerType

java.lang.Object
  extended by at.gv.zustellung.zusemsg.xsd.zuse.DeliveryAnswerType
Direct Known Subclasses:
DeliveryConfirmationType, DeliveryNotificationType.Error, DeliveryNotificationType.Success, DeliveryRequestStatusType.Error

public class DeliveryAnswerType
extends Object

Abstrakter Antwort Typ

Java class for DeliveryAnswerType complex type.

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

 <complexType name="DeliveryAnswerType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="DeliveryService" type="{http://reference.e-government.gv.at/namespace/zustellung/msg}string255"/>
         <element ref="{http://reference.e-government.gv.at/namespace/zustellung/msg}AppDeliveryID"/>
         <element ref="{http://reference.e-government.gv.at/namespace/zustellung/msg}GZ" minOccurs="0"/>
         <element ref="{http://reference.e-government.gv.at/namespace/zustellung/msg}MZSDeliveryID" minOccurs="0"/>
         <element ref="{http://reference.e-government.gv.at/namespace/zustellung/msg}ZSDeliveryID"/>
         <element name="RelayedViaERV" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
DeliveryAnswerType()
           
 
Method Summary
 String getAppDeliveryID()
          Gets the value of the appDeliveryID property.
 String getDeliveryService()
          Gets the value of the deliveryService property.
 String getGZ()
          Gets the value of the gz property.
 String getMZSDeliveryID()
          Gets the value of the mzsDeliveryID property.
 String getZSDeliveryID()
          Gets the value of the zsDeliveryID property.
 Boolean isRelayedViaERV()
          Gets the value of the relayedViaERV property.
 void setAppDeliveryID(String value)
          Sets the value of the appDeliveryID property.
 void setDeliveryService(String value)
          Sets the value of the deliveryService property.
 void setGZ(String value)
          Sets the value of the gz property.
 void setMZSDeliveryID(String value)
          Sets the value of the mzsDeliveryID property.
 void setRelayedViaERV(Boolean value)
          Sets the value of the relayedViaERV property.
 void setZSDeliveryID(String value)
          Sets the value of the zsDeliveryID property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeliveryAnswerType

public DeliveryAnswerType()
Method Detail

getDeliveryService

public String getDeliveryService()
Gets the value of the deliveryService property.

Returns:
possible object is String

setDeliveryService

public void setDeliveryService(String value)
Sets the value of the deliveryService property.

Parameters:
value - allowed object is String

getAppDeliveryID

public String getAppDeliveryID()
Gets the value of the appDeliveryID property.

Returns:
possible object is String

setAppDeliveryID

public void setAppDeliveryID(String value)
Sets the value of the appDeliveryID property.

Parameters:
value - allowed object is String

getGZ

public String getGZ()
Gets the value of the gz property.

Returns:
possible object is String

setGZ

public void setGZ(String value)
Sets the value of the gz property.

Parameters:
value - allowed object is String

getMZSDeliveryID

public String getMZSDeliveryID()
Gets the value of the mzsDeliveryID property.

Returns:
possible object is String

setMZSDeliveryID

public void setMZSDeliveryID(String value)
Sets the value of the mzsDeliveryID property.

Parameters:
value - allowed object is String

getZSDeliveryID

public String getZSDeliveryID()
Gets the value of the zsDeliveryID property.

Returns:
possible object is String

setZSDeliveryID

public void setZSDeliveryID(String value)
Sets the value of the zsDeliveryID property.

Parameters:
value - allowed object is String

isRelayedViaERV

public Boolean isRelayedViaERV()
Gets the value of the relayedViaERV property.

Returns:
possible object is Boolean

setRelayedViaERV

public void setRelayedViaERV(Boolean value)
Sets the value of the relayedViaERV property.

Parameters:
value - allowed object is Boolean


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