at.gv.zustellung.zusemsg.xsd.zuse
Class DeliveryNotificationType.Success

java.lang.Object
  extended by at.gv.zustellung.zusemsg.xsd.zuse.DeliveryAnswerType
      extended by at.gv.zustellung.zusemsg.xsd.zuse.DeliveryNotificationType.Success
Enclosing class:
DeliveryNotificationType

public static class DeliveryNotificationType.Success
extends DeliveryAnswerType

Java class for anonymous complex type.

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

 <complexType>
   <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="NotificationsPerformed">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="RecipientNotification" maxOccurs="unbounded">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="NotificationMethod">
                               <simpleType>
                                 <restriction base="{http://www.w3.org/2001/XMLSchema}token">
                                   <enumeration value="electronic"/>
                                   <enumeration value="paperbased"/>
                                 </restriction>
                               </simpleType>
                             </element>
                             <element name="Timestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="ConfirmationTimestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="AuthBlock" type="{urn:oasis:names:tc:SAML:1.0:assertion}AssertionType"/>
         <element ref="{http://www.w3.org/2000/09/xmldsig#}Signature"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class DeliveryNotificationType.Success.NotificationsPerformed
          Java class for anonymous complex type.
 
Constructor Summary
DeliveryNotificationType.Success()
           
 
Method Summary
 AssertionType getAuthBlock()
          Gets the value of the authBlock property.
 XMLGregorianCalendar getConfirmationTimestamp()
          Gets the value of the confirmationTimestamp property.
 DeliveryNotificationType.Success.NotificationsPerformed getNotificationsPerformed()
          Gets the value of the notificationsPerformed 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 setAuthBlock(AssertionType value)
          Sets the value of the authBlock property.
 void setConfirmationTimestamp(XMLGregorianCalendar value)
          Sets the value of the confirmationTimestamp property.
 void setNotificationsPerformed(DeliveryNotificationType.Success.NotificationsPerformed value)
          Sets the value of the notificationsPerformed 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, setAppDeliveryID, setDeliveryService, setGZ, setMZSDeliveryID, setZSDeliveryID
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeliveryNotificationType.Success

public DeliveryNotificationType.Success()
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

getNotificationsPerformed

public DeliveryNotificationType.Success.NotificationsPerformed getNotificationsPerformed()
Gets the value of the notificationsPerformed property.

Returns:
possible object is DeliveryNotificationType.Success.NotificationsPerformed

setNotificationsPerformed

public void setNotificationsPerformed(DeliveryNotificationType.Success.NotificationsPerformed value)
Sets the value of the notificationsPerformed property.

Parameters:
value - allowed object is DeliveryNotificationType.Success.NotificationsPerformed

getConfirmationTimestamp

public XMLGregorianCalendar getConfirmationTimestamp()
Gets the value of the confirmationTimestamp property.

Returns:
possible object is XMLGregorianCalendar

setConfirmationTimestamp

public void setConfirmationTimestamp(XMLGregorianCalendar value)
Sets the value of the confirmationTimestamp property.

Parameters:
value - allowed object is XMLGregorianCalendar

getAuthBlock

public AssertionType getAuthBlock()
Gets the value of the authBlock property.

Returns:
possible object is AssertionType

setAuthBlock

public void setAuthBlock(AssertionType value)
Sets the value of the authBlock property.

Parameters:
value - allowed object is AssertionType

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.