|
||||||||||
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.DataFile
public static class Parameters.DataFile
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 |
---|
protected java.lang.String dataName
protected java.lang.String dataHash
protected java.lang.String dataMimetype
Constructor Detail |
---|
public Parameters.DataFile()
Method Detail |
---|
public java.lang.String getDataName()
String
public void setDataName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDataHash()
String
public void setDataHash(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDataMimetype()
String
public void setDataMimetype(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 |