it.sistematica.isharedoc.sharecloud.model.replica.legaldoc.parametri
Class Parameters.DataFile

java.lang.Object
  extended by it.sistematica.isharedoc.sharecloud.model.replica.legaldoc.parametri.Parameters.DataFile
Enclosing class:
Parameters

public static class Parameters.DataFile
extends java.lang.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="data_name">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <pattern value="[_\[\]\w\.@\s-]{3,80}"/>
             </restriction>
           </simpleType>
         </element>
         <element name="data_hash">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <pattern value="[AFa-f0-9]{64}"/>
             </restriction>
           </simpleType>
         </element>
         <element name="data_mimetype">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <pattern value="[\p{L}\-\p{Nd}\.\|\s\+/;]+"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String dataHash
           
protected  java.lang.String dataMimetype
           
protected  java.lang.String dataName
           
 
Constructor Summary
Parameters.DataFile()
           
 
Method Summary
 java.lang.String getDataHash()
          Gets the value of the dataHash property.
 java.lang.String getDataMimetype()
          Gets the value of the dataMimetype property.
 java.lang.String getDataName()
          Gets the value of the dataName property.
 void setDataHash(java.lang.String value)
          Sets the value of the dataHash property.
 void setDataMimetype(java.lang.String value)
          Sets the value of the dataMimetype property.
 void setDataName(java.lang.String value)
          Sets the value of the dataName property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dataName

protected java.lang.String dataName

dataHash

protected java.lang.String dataHash

dataMimetype

protected java.lang.String dataMimetype
Constructor Detail

Parameters.DataFile

public Parameters.DataFile()
Method Detail

getDataName

public java.lang.String getDataName()
Gets the value of the dataName property.

Returns:
possible object is String

setDataName

public void setDataName(java.lang.String value)
Sets the value of the dataName property.

Parameters:
value - allowed object is String

getDataHash

public java.lang.String getDataHash()
Gets the value of the dataHash property.

Returns:
possible object is String

setDataHash

public void setDataHash(java.lang.String value)
Sets the value of the dataHash property.

Parameters:
value - allowed object is String

getDataMimetype

public java.lang.String getDataMimetype()
Gets the value of the dataMimetype property.

Returns:
possible object is String

setDataMimetype

public void setDataMimetype(java.lang.String value)
Sets the value of the dataMimetype property.

Parameters:
value - allowed object is String