at.gv.zustellung.zusemsg.xsd.zuse
Class DeliveryRequestType.MetaData

java.lang.Object
  extended by at.gv.zustellung.zusemsg.xsd.zuse.DeliveryRequestType.MetaData
Enclosing class:
DeliveryRequestType

public static class DeliveryRequestType.MetaData
extends Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://reference.e-government.gv.at/namespace/zustellung/msg}AppDeliveryID"/>
         <element ref="{http://reference.e-government.gv.at/namespace/zustellung/msg}GZ" minOccurs="0"/>
         <element ref="{http://reference.e-government.gv.at/namespace/zustellung/msg}MZSDeliveryID"/>
         <element name="DeliveryQuality" type="{http://reference.e-government.gv.at/namespace/zustellung/msg}token255"/>
         <element name="StartNotificationBefore" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="DeliverBefore" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
DeliveryRequestType.MetaData()
           
 
Method Summary
 String getAppDeliveryID()
          Gets the value of the appDeliveryID property.
 XMLGregorianCalendar getDeliverBefore()
          Gets the value of the deliverBefore property.
 String getDeliveryQuality()
          Gets the value of the deliveryQuality property.
 String getGZ()
          Gets the value of the gz property.
 String getMZSDeliveryID()
          Gets the value of the mzsDeliveryID property.
 XMLGregorianCalendar getStartNotificationBefore()
          Gets the value of the startNotificationBefore property.
 void setAppDeliveryID(String value)
          Sets the value of the appDeliveryID property.
 void setDeliverBefore(XMLGregorianCalendar value)
          Sets the value of the deliverBefore property.
 void setDeliveryQuality(String value)
          Sets the value of the deliveryQuality property.
 void setGZ(String value)
          Sets the value of the gz property.
 void setMZSDeliveryID(String value)
          Sets the value of the mzsDeliveryID property.
 void setStartNotificationBefore(XMLGregorianCalendar value)
          Sets the value of the startNotificationBefore property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeliveryRequestType.MetaData

public DeliveryRequestType.MetaData()
Method Detail

getAppDeliveryID

public String getAppDeliveryID()
Gets the value of the appDeliveryID property.

Returns:
possible object is String

setAppDeliveryID

public void setAppDeliveryID(String value)
Sets the value of the appDeliveryID property.

Parameters:
value - allowed object is String

getGZ

public String getGZ()
Gets the value of the gz property.

Returns:
possible object is String

setGZ

public void setGZ(String value)
Sets the value of the gz property.

Parameters:
value - allowed object is String

getMZSDeliveryID

public String getMZSDeliveryID()
Gets the value of the mzsDeliveryID property.

Returns:
possible object is String

setMZSDeliveryID

public void setMZSDeliveryID(String value)
Sets the value of the mzsDeliveryID property.

Parameters:
value - allowed object is String

getDeliveryQuality

public String getDeliveryQuality()
Gets the value of the deliveryQuality property.

Returns:
possible object is String

setDeliveryQuality

public void setDeliveryQuality(String value)
Sets the value of the deliveryQuality property.

Parameters:
value - allowed object is String

getStartNotificationBefore

public XMLGregorianCalendar getStartNotificationBefore()
Gets the value of the startNotificationBefore property.

Returns:
possible object is XMLGregorianCalendar

setStartNotificationBefore

public void setStartNotificationBefore(XMLGregorianCalendar value)
Sets the value of the startNotificationBefore property.

Parameters:
value - allowed object is XMLGregorianCalendar

getDeliverBefore

public XMLGregorianCalendar getDeliverBefore()
Gets the value of the deliverBefore property.

Returns:
possible object is XMLGregorianCalendar

setDeliverBefore

public void setDeliverBefore(XMLGregorianCalendar value)
Sets the value of the deliverBefore property.

Parameters:
value - allowed object is XMLGregorianCalendar


Copyright 2010 E-Government Innovation Center (EGIZ). All Rights Reserved.