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

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

public static class DeliveryNotificationType.Error
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" minOccurs="0"/>
         <element ref="{http://reference.e-government.gv.at/namespace/zustellung/msg}Receiver" minOccurs="0"/>
         <element name="NotificationsPerformed">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="RecipientNotification" maxOccurs="unbounded" minOccurs="0">
                     <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="ErrorInfo">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="Code" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/>
                   <element name="Text" type="{http://reference.e-government.gv.at/namespace/zustellung/msg}string255"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element ref="{http://www.w3.org/2000/09/xmldsig#}Signature"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class DeliveryNotificationType.Error.ErrorInfo
          Java class for anonymous complex type.
static class DeliveryNotificationType.Error.NotificationsPerformed
          Java class for anonymous complex type.
 
Constructor Summary
DeliveryNotificationType.Error()
           
 
Method Summary
 DeliveryNotificationType.Error.ErrorInfo getErrorInfo()
          Gets the value of the errorInfo property.
 DeliveryNotificationType.Error.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 setErrorInfo(DeliveryNotificationType.Error.ErrorInfo value)
          Sets the value of the errorInfo property.
 void setNotificationsPerformed(DeliveryNotificationType.Error.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.Error

public DeliveryNotificationType.Error()
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.Error.NotificationsPerformed getNotificationsPerformed()
Gets the value of the notificationsPerformed property.

Returns:
possible object is DeliveryNotificationType.Error.NotificationsPerformed

setNotificationsPerformed

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

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

getErrorInfo

public DeliveryNotificationType.Error.ErrorInfo getErrorInfo()
Gets the value of the errorInfo property.

Returns:
possible object is DeliveryNotificationType.Error.ErrorInfo

setErrorInfo

public void setErrorInfo(DeliveryNotificationType.Error.ErrorInfo value)
Sets the value of the errorInfo property.

Parameters:
value - allowed object is DeliveryNotificationType.Error.ErrorInfo

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.