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

java.lang.Object
  extended by it.sistematica.isharedoc.sharecloud.model.replica.legaldoc.parametri.Parameters

public class Parameters
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">
       <all>
         <element name="policy_id">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <pattern value="P\d+"/>
             </restriction>
           </simpleType>
         </element>
         <element name="index_file">
           <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>
         </element>
         <element name="data_file">
           <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>
         </element>
         <element name="path">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <pattern value="(/|(/[_\w' \.\-@]+)+)"/>
             </restriction>
           </simpleType>
         </element>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class Parameters.DataFile
          Java class for anonymous complex type.
static class Parameters.IndexFile
          Java class for anonymous complex type.
 
Field Summary
protected  Parameters.DataFile dataFile
           
protected  Parameters.IndexFile indexFile
           
protected  java.lang.String path
           
protected  java.lang.String policyId
           
 
Constructor Summary
Parameters()
           
 
Method Summary
 Parameters.DataFile getDataFile()
          Gets the value of the dataFile property.
 Parameters.IndexFile getIndexFile()
          Gets the value of the indexFile property.
 java.lang.String getPath()
          Gets the value of the path property.
 java.lang.String getPolicyId()
          Gets the value of the policyId property.
 void setDataFile(Parameters.DataFile value)
          Sets the value of the dataFile property.
 void setIndexFile(Parameters.IndexFile value)
          Sets the value of the indexFile property.
 void setPath(java.lang.String value)
          Sets the value of the path property.
 void setPolicyId(java.lang.String value)
          Sets the value of the policyId property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

policyId

protected java.lang.String policyId

indexFile

protected Parameters.IndexFile indexFile

dataFile

protected Parameters.DataFile dataFile

path

protected java.lang.String path
Constructor Detail

Parameters

public Parameters()
Method Detail

getPolicyId

public java.lang.String getPolicyId()
Gets the value of the policyId property.

Returns:
possible object is String

setPolicyId

public void setPolicyId(java.lang.String value)
Sets the value of the policyId property.

Parameters:
value - allowed object is String

getIndexFile

public Parameters.IndexFile getIndexFile()
Gets the value of the indexFile property.

Returns:
possible object is Parameters.IndexFile

setIndexFile

public void setIndexFile(Parameters.IndexFile value)
Sets the value of the indexFile property.

Parameters:
value - allowed object is Parameters.IndexFile

getDataFile

public Parameters.DataFile getDataFile()
Gets the value of the dataFile property.

Returns:
possible object is Parameters.DataFile

setDataFile

public void setDataFile(Parameters.DataFile value)
Sets the value of the dataFile property.

Parameters:
value - allowed object is Parameters.DataFile

getPath

public java.lang.String getPath()
Gets the value of the path property.

Returns:
possible object is String

setPath

public void setPath(java.lang.String value)
Sets the value of the path property.

Parameters:
value - allowed object is String