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

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

public static class Parameters.IndexFile
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="index_name">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <pattern value="[_\[\]\w\.@\s-]{3,80}"/>
             </restriction>
           </simpleType>
         </element>
         <element name="index_hash">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <pattern value="[AFa-f0-9]{64}"/>
             </restriction>
           </simpleType>
         </element>
         <element name="index_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 indexHash
           
protected  java.lang.String indexMimetype
           
protected  java.lang.String indexName
           
 
Constructor Summary
Parameters.IndexFile()
           
 
Method Summary
 java.lang.String getIndexHash()
          Gets the value of the indexHash property.
 java.lang.String getIndexMimetype()
          Gets the value of the indexMimetype property.
 java.lang.String getIndexName()
          Gets the value of the indexName property.
 void setIndexHash(java.lang.String value)
          Sets the value of the indexHash property.
 void setIndexMimetype(java.lang.String value)
          Sets the value of the indexMimetype property.
 void setIndexName(java.lang.String value)
          Sets the value of the indexName property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

indexName

protected java.lang.String indexName

indexHash

protected java.lang.String indexHash

indexMimetype

protected java.lang.String indexMimetype
Constructor Detail

Parameters.IndexFile

public Parameters.IndexFile()
Method Detail

getIndexName

public java.lang.String getIndexName()
Gets the value of the indexName property.

Returns:
possible object is String

setIndexName

public void setIndexName(java.lang.String value)
Sets the value of the indexName property.

Parameters:
value - allowed object is String

getIndexHash

public java.lang.String getIndexHash()
Gets the value of the indexHash property.

Returns:
possible object is String

setIndexHash

public void setIndexHash(java.lang.String value)
Sets the value of the indexHash property.

Parameters:
value - allowed object is String

getIndexMimetype

public java.lang.String getIndexMimetype()
Gets the value of the indexMimetype property.

Returns:
possible object is String

setIndexMimetype

public void setIndexMimetype(java.lang.String value)
Sets the value of the indexMimetype property.

Parameters:
value - allowed object is String