|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectat.gv.zustellung.zusemsg.xsd.zuse.DeliveryRequestStatusType
public class DeliveryRequestStatusType
Java class for DeliveryRequestStatusType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DeliveryRequestStatusType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="Success" type="{http://reference.e-government.gv.at/namespace/zustellung/msg}DeliveryAnswerType"/> <element name="PartialSuccess" type="{http://reference.e-government.gv.at/namespace/zustellung/msg}DeliveryAnswerType"/> <element name="Error"> <complexType> <complexContent> <extension base="{http://reference.e-government.gv.at/namespace/zustellung/msg}DeliveryAnswerType"> <sequence> <element name="ErrorInfo"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Code" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/> <element name="Text" type="{http://reference.e-government.gv.at/namespace/zustellung/msg}string255"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </extension> </complexContent> </complexType> </element> </choice> <attribute name="version"> <simpleType> <restriction base="{http://reference.e-government.gv.at/namespace/zustellung/msg}token255"> <enumeration value="1.3.0"/> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType>
Nested Class Summary | |
---|---|
static class |
DeliveryRequestStatusType.Error
Java class for anonymous complex type. |
Constructor Summary | |
---|---|
DeliveryRequestStatusType()
|
Method Summary | |
---|---|
DeliveryRequestStatusType.Error |
getError()
Gets the value of the error property. |
DeliveryAnswerType |
getPartialSuccess()
Gets the value of the partialSuccess property. |
DeliveryAnswerType |
getSuccess()
Gets the value of the success property. |
String |
getVersion()
Gets the value of the version property. |
void |
setError(DeliveryRequestStatusType.Error value)
Sets the value of the error property. |
void |
setPartialSuccess(DeliveryAnswerType value)
Sets the value of the partialSuccess property. |
void |
setSuccess(DeliveryAnswerType value)
Sets the value of the success property. |
void |
setVersion(String value)
Sets the value of the version property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DeliveryRequestStatusType()
Method Detail |
---|
public DeliveryAnswerType getSuccess()
DeliveryAnswerType
public void setSuccess(DeliveryAnswerType value)
value
- allowed object is
DeliveryAnswerType
public DeliveryAnswerType getPartialSuccess()
DeliveryAnswerType
public void setPartialSuccess(DeliveryAnswerType value)
value
- allowed object is
DeliveryAnswerType
public DeliveryRequestStatusType.Error getError()
DeliveryRequestStatusType.Error
public void setError(DeliveryRequestStatusType.Error value)
value
- allowed object is
DeliveryRequestStatusType.Error
public String getVersion()
String
public void setVersion(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |