|
||||||||||
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.DocumentReference
public static class DeliveryRequestType.DocumentReference
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="URL" type="{http://www.w3.org/2001/XMLSchema}anyURI"/> <element name="MimeType" type="{http://reference.e-government.gv.at/namespace/zustellung/msg}token255" minOccurs="0"/> <element name="FileName" type="{http://reference.e-government.gv.at/namespace/zustellung/msg}string255" minOccurs="0"/> <element name="MD5Checksum" type="{http://reference.e-government.gv.at/namespace/zustellung/msg}token255" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
DeliveryRequestType.DocumentReference()
|
Method Summary | |
---|---|
String |
getFileName()
Gets the value of the fileName property. |
String |
getMD5Checksum()
Gets the value of the md5Checksum property. |
String |
getMimeType()
Gets the value of the mimeType property. |
String |
getURL()
Gets the value of the url property. |
void |
setFileName(String value)
Sets the value of the fileName property. |
void |
setMD5Checksum(String value)
Sets the value of the md5Checksum property. |
void |
setMimeType(String value)
Sets the value of the mimeType property. |
void |
setURL(String value)
Sets the value of the url property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DeliveryRequestType.DocumentReference()
Method Detail |
---|
public String getURL()
String
public void setURL(String value)
value
- allowed object is
String
public String getMimeType()
String
public void setMimeType(String value)
value
- allowed object is
String
public String getFileName()
String
public void setFileName(String value)
value
- allowed object is
String
public String getMD5Checksum()
String
public void setMD5Checksum(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |