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

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

public static class DeliveryRequestStatusType.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 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>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


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

DeliveryRequestStatusType.Error

public DeliveryRequestStatusType.Error()
Method Detail

getErrorInfo

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

Returns:
possible object is DeliveryRequestStatusType.Error.ErrorInfo

setErrorInfo

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

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


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