|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectat.gv.zustellung.zusemsg.xsd.zuse.DeliveryNotificationACKType
public class DeliveryNotificationACKType
Java class for DeliveryNotificationACKType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DeliveryNotificationACKType"> <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}ZSDeliveryID"/> </sequence> <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>
Constructor Summary | |
---|---|
DeliveryNotificationACKType()
|
Method Summary | |
---|---|
String |
getAppDeliveryID()
Gets the value of the appDeliveryID property. |
String |
getVersion()
Gets the value of the version property. |
String |
getZSDeliveryID()
Gets the value of the zsDeliveryID property. |
void |
setAppDeliveryID(String value)
Sets the value of the appDeliveryID property. |
void |
setVersion(String value)
Sets the value of the version property. |
void |
setZSDeliveryID(String value)
Sets the value of the zsDeliveryID property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DeliveryNotificationACKType()
Method Detail |
---|
public String getAppDeliveryID()
String
public void setAppDeliveryID(String value)
value
- allowed object is
String
public String getZSDeliveryID()
String
public void setZSDeliveryID(String value)
value
- allowed object is
String
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 |