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

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

public static class StdAnswerType.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="Server" type="{http://reference.e-government.gv.at/namespaces/zustellung/kopf}zuseType" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
StdAnswerType.Success()
           
 
Method Summary
 String getGvZbPK()
          Gets the value of the gvZbPK property.
 List<ZuseType> getServer()
          Gets the value of the server 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

StdAnswerType.Success

public StdAnswerType.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

getServer

public List<ZuseType> getServer()
Gets the value of the server 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 server property.

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

    getServer().add(newItem);
 

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



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