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 name="Subject" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <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" minOccurs="0"/>
         <element name="DeliveryQuality" type="{http://reference.e-government.gv.at/namespace/zustellung/msg}token255"/>
         <element name="DeliveryConfirmation" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element ref="{http://reference.e-government.gv.at/namespace/zustellung/msg}DocumentClass" minOccurs="0"/>
         <element ref="{http://reference.e-government.gv.at/namespace/zustellung/msg}References" minOccurs="0"/>
         <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"/>
         <element name="PrintParameter" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <any maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
                 <attribute name="profile" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class DeliveryRequestType.MetaData.PrintParameter
          Java class for anonymous complex type.
 
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.
 DocumentClass getDocumentClass()
          Dokumentenklasse als String bzw.
 String getGZ()
          Gets the value of the gz property.
 String getMZSDeliveryID()
          Gets the value of the mzsDeliveryID property.
 DeliveryRequestType.MetaData.PrintParameter getPrintParameter()
          Gets the value of the printParameter property.
 ReferencesType getReferences()
          Gets the value of the references property.
 XMLGregorianCalendar getStartNotificationBefore()
          Gets the value of the startNotificationBefore property.
 String getSubject()
          Gets the value of the subject property.
 Boolean isDeliveryConfirmation()
          Gets the value of the deliveryConfirmation property.
 void setAppDeliveryID(String value)
          Sets the value of the appDeliveryID property.
 void setDeliverBefore(XMLGregorianCalendar value)
          Sets the value of the deliverBefore property.
 void setDeliveryConfirmation(Boolean value)
          Sets the value of the deliveryConfirmation property.
 void setDeliveryQuality(String value)
          Sets the value of the deliveryQuality property.
 void setDocumentClass(DocumentClass value)
          Sets the value of the documentClass property.
 void setGZ(String value)
          Sets the value of the gz property.
 void setMZSDeliveryID(String value)
          Sets the value of the mzsDeliveryID property.
 void setPrintParameter(DeliveryRequestType.MetaData.PrintParameter value)
          Sets the value of the printParameter property.
 void setReferences(ReferencesType value)
          Sets the value of the references property.
 void setStartNotificationBefore(XMLGregorianCalendar value)
          Sets the value of the startNotificationBefore property.
 void setSubject(String value)
          Sets the value of the subject 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

getSubject

public String getSubject()
Gets the value of the subject property.

Returns:
possible object is String

setSubject

public void setSubject(String value)
Sets the value of the subject property.

Parameters:
value - allowed object is String

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

isDeliveryConfirmation

public Boolean isDeliveryConfirmation()
Gets the value of the deliveryConfirmation property.

Returns:
possible object is Boolean

setDeliveryConfirmation

public void setDeliveryConfirmation(Boolean value)
Sets the value of the deliveryConfirmation property.

Parameters:
value - allowed object is Boolean

getDocumentClass

public DocumentClass getDocumentClass()
Dokumentenklasse als String bzw. Namespace im Fall von XML-Dokumenten im Anhang, um auf Empfaengerseite eine automatische Verarbeitung durch ein Workflowsystem realisieren zu koennen.

Returns:
possible object is DocumentClass

setDocumentClass

public void setDocumentClass(DocumentClass value)
Sets the value of the documentClass property.

Parameters:
value - allowed object is DocumentClass

getReferences

public ReferencesType getReferences()
Gets the value of the references property.

Returns:
possible object is ReferencesType

setReferences

public void setReferences(ReferencesType value)
Sets the value of the references property.

Parameters:
value - allowed object is ReferencesType

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

getPrintParameter

public DeliveryRequestType.MetaData.PrintParameter getPrintParameter()
Gets the value of the printParameter property.

Returns:
possible object is DeliveryRequestType.MetaData.PrintParameter

setPrintParameter

public void setPrintParameter(DeliveryRequestType.MetaData.PrintParameter value)
Sets the value of the printParameter property.

Parameters:
value - allowed object is DeliveryRequestType.MetaData.PrintParameter


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