|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectat.gv.zustellung.zusemsg.xsd.zuse.DeliveryRequestType.MetaData
public static class DeliveryRequestType.MetaData
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 |
---|
public DeliveryRequestType.MetaData()
Method Detail |
---|
public String getSubject()
String
public void setSubject(String value)
value
- allowed object is
String
public String getAppDeliveryID()
String
public void setAppDeliveryID(String value)
value
- allowed object is
String
public String getGZ()
String
public void setGZ(String value)
value
- allowed object is
String
public String getMZSDeliveryID()
String
public void setMZSDeliveryID(String value)
value
- allowed object is
String
public String getDeliveryQuality()
String
public void setDeliveryQuality(String value)
value
- allowed object is
String
public Boolean isDeliveryConfirmation()
Boolean
public void setDeliveryConfirmation(Boolean value)
value
- allowed object is
Boolean
public DocumentClass getDocumentClass()
DocumentClass
public void setDocumentClass(DocumentClass value)
value
- allowed object is
DocumentClass
public ReferencesType getReferences()
ReferencesType
public void setReferences(ReferencesType value)
value
- allowed object is
ReferencesType
public XMLGregorianCalendar getStartNotificationBefore()
XMLGregorianCalendar
public void setStartNotificationBefore(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public XMLGregorianCalendar getDeliverBefore()
XMLGregorianCalendar
public void setDeliverBefore(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public DeliveryRequestType.MetaData.PrintParameter getPrintParameter()
DeliveryRequestType.MetaData.PrintParameter
public void setPrintParameter(DeliveryRequestType.MetaData.PrintParameter value)
value
- allowed object is
DeliveryRequestType.MetaData.PrintParameter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |