at.gv.zustellung.zkopf.xsd.zkopf
Class StdAnswerType

java.lang.Object
  extended by at.gv.zustellung.zkopf.xsd.zkopf.StdAnswerType

public class StdAnswerType
extends Object

Java class for StdAnswerType complex type.

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

 <complexType name="StdAnswerType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="Success">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="gvZbPK" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
                   <element name="Server" type="{http://reference.e-government.gv.at/namespaces/zustellung/kopf}zuseType" maxOccurs="unbounded"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="Error" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/>
       </choice>
       <attribute name="ID" type="{http://www.w3.org/2001/XMLSchema}token" />
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class StdAnswerType.Success
          Java class for anonymous complex type.
 
Constructor Summary
StdAnswerType()
           
 
Method Summary
 BigInteger getError()
          Gets the value of the error property.
 String getID()
          Gets the value of the id property.
 StdAnswerType.Success getSuccess()
          Gets the value of the success property.
 void setError(BigInteger value)
          Sets the value of the error property.
 void setID(String value)
          Sets the value of the id property.
 void setSuccess(StdAnswerType.Success value)
          Sets the value of the success property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StdAnswerType

public StdAnswerType()
Method Detail

getSuccess

public StdAnswerType.Success getSuccess()
Gets the value of the success property.

Returns:
possible object is StdAnswerType.Success

setSuccess

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

Parameters:
value - allowed object is StdAnswerType.Success

getError

public BigInteger getError()
Gets the value of the error property.

Returns:
possible object is BigInteger

setError

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

Parameters:
value - allowed object is BigInteger

getID

public String getID()
Gets the value of the id property.

Returns:
possible object is String

setID

public void setID(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String


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