|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectat.gv.zustellung.zkopf.xsd.zkopf.AnswerType
public class AnswerType
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 |
---|
public AnswerType()
Method Detail |
---|
public AnswerType.Success getSuccess()
AnswerType.Success
public void setSuccess(AnswerType.Success value)
value
- allowed object is
AnswerType.Success
public AnswerType.Error getError()
AnswerType.Error
public void setError(AnswerType.Error value)
value
- allowed object is
AnswerType.Error
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 |