|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectat.gv.zustellung.zusemsg.xsd.zuse.DeliveryNotificationType
public class DeliveryNotificationType
Java class for DeliveryNotificationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DeliveryNotificationType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="Success"> <complexType> <complexContent> <extension base="{http://reference.e-government.gv.at/namespace/zustellung/msg}DeliveryAnswerType"> <sequence> <element ref="{http://reference.e-government.gv.at/namespace/zustellung/msg}Sender"/> <element ref="{http://reference.e-government.gv.at/namespace/zustellung/msg}Receiver"/> <element name="NotificationsPerformed"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="RecipientNotification" maxOccurs="unbounded"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="NotificationMethod"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}token"> <enumeration value="electronic"/> <enumeration value="paperbased"/> </restriction> </simpleType> </element> <element name="Timestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType> </element> <element name="ConfirmationTimestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="AuthBlock" type="{urn:oasis:names:tc:SAML:1.0:assertion}AssertionType"/> <element ref="{http://www.w3.org/2000/09/xmldsig#}Signature"/> </sequence> </extension> </complexContent> </complexType> </element> <element name="Error"> <complexType> <complexContent> <extension base="{http://reference.e-government.gv.at/namespace/zustellung/msg}DeliveryAnswerType"> <sequence> <element ref="{http://reference.e-government.gv.at/namespace/zustellung/msg}Sender" minOccurs="0"/> <element ref="{http://reference.e-government.gv.at/namespace/zustellung/msg}Receiver" minOccurs="0"/> <element name="NotificationsPerformed"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="RecipientNotification" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="NotificationMethod"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}token"> <enumeration value="electronic"/> <enumeration value="paperbased"/> </restriction> </simpleType> </element> <element name="Timestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType> </element> <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> <element ref="{http://www.w3.org/2000/09/xmldsig#}Signature"/> </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 |
DeliveryNotificationType.Error
Java class for anonymous complex type. |
static class |
DeliveryNotificationType.Success
Java class for anonymous complex type. |
Constructor Summary | |
---|---|
DeliveryNotificationType()
|
Method Summary | |
---|---|
DeliveryNotificationType.Error |
getError()
Gets the value of the error property. |
DeliveryNotificationType.Success |
getSuccess()
Gets the value of the success property. |
String |
getVersion()
Gets the value of the version property. |
void |
setError(DeliveryNotificationType.Error value)
Sets the value of the error property. |
void |
setSuccess(DeliveryNotificationType.Success 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 DeliveryNotificationType()
Method Detail |
---|
public DeliveryNotificationType.Success getSuccess()
DeliveryNotificationType.Success
public void setSuccess(DeliveryNotificationType.Success value)
value
- allowed object is
DeliveryNotificationType.Success
public DeliveryNotificationType.Error getError()
DeliveryNotificationType.Error
public void setError(DeliveryNotificationType.Error value)
value
- allowed object is
DeliveryNotificationType.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 |