|
||||||||||
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
public class StdAnswerType
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 |
---|
public StdAnswerType()
Method Detail |
---|
public StdAnswerType.Success getSuccess()
StdAnswerType.Success
public void setSuccess(StdAnswerType.Success value)
value
- allowed object is
StdAnswerType.Success
public BigInteger getError()
BigInteger
public void setError(BigInteger value)
value
- allowed object is
BigInteger
public String getID()
String
public void setID(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |