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

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

public static class DeliveryRequestType.DocumentReference
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="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

DeliveryRequestType.DocumentReference

public DeliveryRequestType.DocumentReference()
Method Detail

getURL

public String getURL()
Gets the value of the url property.

Returns:
possible object is String

setURL

public void setURL(String value)
Sets the value of the url property.

Parameters:
value - allowed object is String

getMimeType

public String getMimeType()
Gets the value of the mimeType property.

Returns:
possible object is String

setMimeType

public void setMimeType(String value)
Sets the value of the mimeType property.

Parameters:
value - allowed object is String

getFileName

public String getFileName()
Gets the value of the fileName property.

Returns:
possible object is String

setFileName

public void setFileName(String value)
Sets the value of the fileName property.

Parameters:
value - allowed object is String

getMD5Checksum

public String getMD5Checksum()
Gets the value of the md5Checksum property.

Returns:
possible object is String

setMD5Checksum

public void setMD5Checksum(String value)
Sets the value of the md5Checksum property.

Parameters:
value - allowed object is String


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