|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectat.gv.zustellung.zusemsg.xsd.zuse.DeliveryAnswerType
at.gv.zustellung.zusemsg.xsd.zuse.DeliveryNotificationType.Success
public static class DeliveryNotificationType.Success
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<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"/> <choice> <element name="AuthBlock" type="{urn:oasis:names:tc:SAML:1.0:assertion}AssertionType"/> <element name="BinaryConfirmation"> <complexType> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>base64Binary"> <attribute name="Type" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> </extension> </simpleContent> </complexType> </element> </choice> <element ref="{http://www.w3.org/2000/09/xmldsig#}Signature"/> </sequence> </extension> </complexContent> </complexType>
Nested Class Summary | |
---|---|
static class |
DeliveryNotificationType.Success.BinaryConfirmation
Java class for anonymous complex type. |
static class |
DeliveryNotificationType.Success.NotificationsPerformed
Java class for anonymous complex type. |
Constructor Summary | |
---|---|
DeliveryNotificationType.Success()
|
Method Summary | |
---|---|
AssertionType |
getAuthBlock()
Gets the value of the authBlock property. |
DeliveryNotificationType.Success.BinaryConfirmation |
getBinaryConfirmation()
Gets the value of the binaryConfirmation property. |
XMLGregorianCalendar |
getConfirmationTimestamp()
Gets the value of the confirmationTimestamp property. |
DeliveryNotificationType.Success.NotificationsPerformed |
getNotificationsPerformed()
Gets the value of the notificationsPerformed property. |
Receiver |
getReceiver()
Gets the value of the receiver property. |
Sender |
getSender()
Gets the value of the sender property. |
SignatureType |
getSignature()
Gets the value of the signature property. |
void |
setAuthBlock(AssertionType value)
Sets the value of the authBlock property. |
void |
setBinaryConfirmation(DeliveryNotificationType.Success.BinaryConfirmation value)
Sets the value of the binaryConfirmation property. |
void |
setConfirmationTimestamp(XMLGregorianCalendar value)
Sets the value of the confirmationTimestamp property. |
void |
setNotificationsPerformed(DeliveryNotificationType.Success.NotificationsPerformed value)
Sets the value of the notificationsPerformed property. |
void |
setReceiver(Receiver value)
Sets the value of the receiver property. |
void |
setSender(Sender value)
Sets the value of the sender property. |
void |
setSignature(SignatureType value)
Sets the value of the signature property. |
Methods inherited from class at.gv.zustellung.zusemsg.xsd.zuse.DeliveryAnswerType |
---|
getAppDeliveryID, getDeliveryService, getGZ, getMZSDeliveryID, getZSDeliveryID, isRelayedViaERV, setAppDeliveryID, setDeliveryService, setGZ, setMZSDeliveryID, setRelayedViaERV, setZSDeliveryID |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DeliveryNotificationType.Success()
Method Detail |
---|
public Sender getSender()
Sender
public void setSender(Sender value)
value
- allowed object is
Sender
public Receiver getReceiver()
Receiver
public void setReceiver(Receiver value)
value
- allowed object is
Receiver
public DeliveryNotificationType.Success.NotificationsPerformed getNotificationsPerformed()
DeliveryNotificationType.Success.NotificationsPerformed
public void setNotificationsPerformed(DeliveryNotificationType.Success.NotificationsPerformed value)
value
- allowed object is
DeliveryNotificationType.Success.NotificationsPerformed
public XMLGregorianCalendar getConfirmationTimestamp()
XMLGregorianCalendar
public void setConfirmationTimestamp(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public AssertionType getAuthBlock()
AssertionType
public void setAuthBlock(AssertionType value)
value
- allowed object is
AssertionType
public DeliveryNotificationType.Success.BinaryConfirmation getBinaryConfirmation()
DeliveryNotificationType.Success.BinaryConfirmation
public void setBinaryConfirmation(DeliveryNotificationType.Success.BinaryConfirmation value)
value
- allowed object is
DeliveryNotificationType.Success.BinaryConfirmation
public SignatureType getSignature()
SignatureType
public void setSignature(SignatureType value)
value
- allowed object is
SignatureType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |