|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectat.gv.zustellung.zkopf.xsd.zkopf.StdAnswerType.Success
public static class StdAnswerType.Success
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 |
---|
public StdAnswerType.Success()
Method Detail |
---|
public String getGvZbPK()
String
public void setGvZbPK(String value)
value
- allowed object is
String
public List<ZuseType> getServer()
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |