at.gv.zustellung.zkopf.xsd.zkopf
Class AnswerType

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

public class AnswerType
extends Object

Java class for AnswerType complex type.

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

 <complexType name="AnswerType">
   <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="ZUSE" type="{http://reference.e-government.gv.at/namespaces/zustellung/kopf}zuseType" maxOccurs="unbounded"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="Error">
           <complexType>
             <simpleContent>
               <extension base="<http://www.w3.org/2001/XMLSchema>positiveInteger">
               </extension>
             </simpleContent>
           </complexType>
         </element>
       </choice>
       <attribute name="ID" type="{http://www.w3.org/2001/XMLSchema}token" />
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class AnswerType.Error
          Java class for anonymous complex type.
static class AnswerType.Success
          Java class for anonymous complex type.
 
Constructor Summary
AnswerType()
           
 
Method Summary
 AnswerType.Error getError()
          Gets the value of the error property.
 String getID()
          Gets the value of the id property.
 AnswerType.Success getSuccess()
          Gets the value of the success property.
 void setError(AnswerType.Error value)
          Sets the value of the error property.
 void setID(String value)
          Sets the value of the id property.
 void setSuccess(AnswerType.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

AnswerType

public AnswerType()
Method Detail

getSuccess

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

Returns:
possible object is AnswerType.Success

setSuccess

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

Parameters:
value - allowed object is AnswerType.Success

getError

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

Returns:
possible object is AnswerType.Error

setError

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

Parameters:
value - allowed object is AnswerType.Error

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.