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

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

public class DeliveryRequestStatusType
extends Object

Java class for DeliveryRequestStatusType complex type.

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

 <complexType name="DeliveryRequestStatusType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="Success" type="{http://reference.e-government.gv.at/namespace/zustellung/msg}DeliveryAnswerType"/>
         <element name="PartialSuccess" type="{http://reference.e-government.gv.at/namespace/zustellung/msg}DeliveryAnswerType"/>
         <element name="Error">
           <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>
         </element>
       </choice>
       <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>
 


Nested Class Summary
static class DeliveryRequestStatusType.Error
          Java class for anonymous complex type.
 
Constructor Summary
DeliveryRequestStatusType()
           
 
Method Summary
 DeliveryRequestStatusType.Error getError()
          Gets the value of the error property.
 DeliveryAnswerType getPartialSuccess()
          Gets the value of the partialSuccess property.
 DeliveryAnswerType getSuccess()
          Gets the value of the success property.
 String getVersion()
          Gets the value of the version property.
 void setError(DeliveryRequestStatusType.Error value)
          Sets the value of the error property.
 void setPartialSuccess(DeliveryAnswerType value)
          Sets the value of the partialSuccess property.
 void setSuccess(DeliveryAnswerType value)
          Sets the value of the success property.
 void setVersion(String value)
          Sets the value of the version property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeliveryRequestStatusType

public DeliveryRequestStatusType()
Method Detail

getSuccess

public DeliveryAnswerType getSuccess()
Gets the value of the success property.

Returns:
possible object is DeliveryAnswerType

setSuccess

public void setSuccess(DeliveryAnswerType value)
Sets the value of the success property.

Parameters:
value - allowed object is DeliveryAnswerType

getPartialSuccess

public DeliveryAnswerType getPartialSuccess()
Gets the value of the partialSuccess property.

Returns:
possible object is DeliveryAnswerType

setPartialSuccess

public void setPartialSuccess(DeliveryAnswerType value)
Sets the value of the partialSuccess property.

Parameters:
value - allowed object is DeliveryAnswerType

getError

public DeliveryRequestStatusType.Error getError()
Gets the value of the error property.

Returns:
possible object is DeliveryRequestStatusType.Error

setError

public void setError(DeliveryRequestStatusType.Error value)
Sets the value of the error property.

Parameters:
value - allowed object is DeliveryRequestStatusType.Error

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.