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

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

public static class DeliveryRequestStatusType.Error.ErrorInfo
extends Object

Java class for anonymous complex type.

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

 <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>
 


Constructor Summary
DeliveryRequestStatusType.Error.ErrorInfo()
           
 
Method Summary
 BigInteger getCode()
          Gets the value of the code property.
 String getText()
          Gets the value of the text property.
 void setCode(BigInteger value)
          Sets the value of the code property.
 void setText(String value)
          Sets the value of the text property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeliveryRequestStatusType.Error.ErrorInfo

public DeliveryRequestStatusType.Error.ErrorInfo()
Method Detail

getCode

public BigInteger getCode()
Gets the value of the code property.

Returns:
possible object is BigInteger

setCode

public void setCode(BigInteger value)
Sets the value of the code property.

Parameters:
value - allowed object is BigInteger

getText

public String getText()
Gets the value of the text property.

Returns:
possible object is String

setText

public void setText(String value)
Sets the value of the text property.

Parameters:
value - allowed object is String


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