|
||||||||||
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.IndexFile
public static class Parameters.IndexFile
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 |
---|
protected java.lang.String indexName
protected java.lang.String indexHash
protected java.lang.String indexMimetype
Constructor Detail |
---|
public Parameters.IndexFile()
Method Detail |
---|
public java.lang.String getIndexName()
String
public void setIndexName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getIndexHash()
String
public void setIndexHash(java.lang.String value)
value
- allowed object is
String
public java.lang.String getIndexMimetype()
String
public void setIndexMimetype(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 |