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

java.lang.Object
  extended by at.gv.zustellung.zkopf.xsd.zkopf.AnswerType.Success
Enclosing class:
AnswerType

public static class AnswerType.Success
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="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>
 


Constructor Summary
AnswerType.Success()
           
 
Method Summary
 String getGvZbPK()
          Gets the value of the gvZbPK property.
 List<ZuseType> getZUSE()
          Gets the value of the zuse property.
 void setGvZbPK(String value)
          Sets the value of the gvZbPK property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnswerType.Success

public AnswerType.Success()
Method Detail

getGvZbPK

public String getGvZbPK()
Gets the value of the gvZbPK property.

Returns:
possible object is String

setGvZbPK

public void setGvZbPK(String value)
Sets the value of the gvZbPK property.

Parameters:
value - allowed object is String

getZUSE

public List<ZuseType> getZUSE()
Gets the value of the zuse property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the zuse property.

For example, to add a new item, do as follows:

    getZUSE().add(newItem);
 

Objects of the following type(s) are allowed in the list ZuseType



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