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

java.lang.Object
  extended by at.gv.zustellung.zusemsg.xsd.zuse.DeliveryAnswerType
      extended by at.gv.zustellung.zusemsg.xsd.zuse.DeliveryConfirmationType

public class DeliveryConfirmationType
extends DeliveryAnswerType

Java class for DeliveryConfirmationType complex type.

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

 <complexType name="DeliveryConfirmationType">
   <complexContent>
     <extension base="{http://reference.e-government.gv.at/namespace/zustellung/msg}DeliveryAnswerType">
       <sequence>
         <element ref="{http://reference.e-government.gv.at/namespace/zustellung/msg}Sender"/>
         <element ref="{http://reference.e-government.gv.at/namespace/zustellung/msg}Receiver"/>
         <element name="DeliveryTimestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element ref="{http://www.w3.org/2000/09/xmldsig#}Signature"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
DeliveryConfirmationType()
           
 
Method Summary
 XMLGregorianCalendar getDeliveryTimestamp()
          Gets the value of the deliveryTimestamp property.
 Receiver getReceiver()
          Gets the value of the receiver property.
 Sender getSender()
          Gets the value of the sender property.
 SignatureType getSignature()
          Gets the value of the signature property.
 void setDeliveryTimestamp(XMLGregorianCalendar value)
          Sets the value of the deliveryTimestamp property.
 void setReceiver(Receiver value)
          Sets the value of the receiver property.
 void setSender(Sender value)
          Sets the value of the sender property.
 void setSignature(SignatureType value)
          Sets the value of the signature property.
 
Methods inherited from class at.gv.zustellung.zusemsg.xsd.zuse.DeliveryAnswerType
getAppDeliveryID, getDeliveryService, getGZ, getMZSDeliveryID, getZSDeliveryID, isRelayedViaERV, setAppDeliveryID, setDeliveryService, setGZ, setMZSDeliveryID, setRelayedViaERV, setZSDeliveryID
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeliveryConfirmationType

public DeliveryConfirmationType()
Method Detail

getSender

public Sender getSender()
Gets the value of the sender property.

Returns:
possible object is Sender

setSender

public void setSender(Sender value)
Sets the value of the sender property.

Parameters:
value - allowed object is Sender

getReceiver

public Receiver getReceiver()
Gets the value of the receiver property.

Returns:
possible object is Receiver

setReceiver

public void setReceiver(Receiver value)
Sets the value of the receiver property.

Parameters:
value - allowed object is Receiver

getDeliveryTimestamp

public XMLGregorianCalendar getDeliveryTimestamp()
Gets the value of the deliveryTimestamp property.

Returns:
possible object is XMLGregorianCalendar

setDeliveryTimestamp

public void setDeliveryTimestamp(XMLGregorianCalendar value)
Sets the value of the deliveryTimestamp property.

Parameters:
value - allowed object is XMLGregorianCalendar

getSignature

public SignatureType getSignature()
Gets the value of the signature property.

Returns:
possible object is SignatureType

setSignature

public void setSignature(SignatureType value)
Sets the value of the signature property.

Parameters:
value - allowed object is SignatureType


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