|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.sistematica.isharedoc.sharecloud.model.replica.legaldoc.parametri.Parameters
public class Parameters
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 |
---|
protected java.lang.String policyId
protected Parameters.IndexFile indexFile
protected Parameters.DataFile dataFile
protected java.lang.String path
Constructor Detail |
---|
public Parameters()
Method Detail |
---|
public java.lang.String getPolicyId()
String
public void setPolicyId(java.lang.String value)
value
- allowed object is
String
public Parameters.IndexFile getIndexFile()
Parameters.IndexFile
public void setIndexFile(Parameters.IndexFile value)
value
- allowed object is
Parameters.IndexFile
public Parameters.DataFile getDataFile()
Parameters.DataFile
public void setDataFile(Parameters.DataFile value)
value
- allowed object is
Parameters.DataFile
public java.lang.String getPath()
String
public void setPath(java.lang.String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |