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

java.lang.Object
  extended by at.gv.zustellung.zusemsg.xsd.zuse.DeliveryRequestStatusACKType
Direct Known Subclasses:
DeliveryRequestStatusACK

public class DeliveryRequestStatusACKType
extends Object

Java class for DeliveryRequestStatusACKType complex type.

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

 <complexType name="DeliveryRequestStatusACKType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://reference.e-government.gv.at/namespace/zustellung/msg}AppDeliveryID"/>
         <element ref="{http://reference.e-government.gv.at/namespace/zustellung/msg}ZSDeliveryID"/>
       </sequence>
       <attribute name="version">
         <simpleType>
           <restriction base="{http://reference.e-government.gv.at/namespace/zustellung/msg}token255">
             <enumeration value="1.3.0"/>
           </restriction>
         </simpleType>
       </attribute>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
DeliveryRequestStatusACKType()
           
 
Method Summary
 String getAppDeliveryID()
          Gets the value of the appDeliveryID property.
 String getVersion()
          Gets the value of the version property.
 String getZSDeliveryID()
          Gets the value of the zsDeliveryID property.
 void setAppDeliveryID(String value)
          Sets the value of the appDeliveryID property.
 void setVersion(String value)
          Sets the value of the version 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

DeliveryRequestStatusACKType

public DeliveryRequestStatusACKType()
Method Detail

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

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

getVersion

public String getVersion()
Gets the value of the version property.

Returns:
possible object is String

setVersion

public void setVersion(String value)
Sets the value of the version property.

Parameters:
value - allowed object is String


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