|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.sistematica.isharedoc.model.xml.mail.signature.xsd.MetadatiEsterni
public class MetadatiEsterni
Java class for MetadatiEsterni complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MetadatiEsterni"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.digitPa.gov.it/protocollo/}NomeFile"/> <element ref="{http://www.digitPa.gov.it/protocollo/}Impronta" minOccurs="0"/> </sequence> <attribute name="codifica" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN"> <enumeration value="binary"/> <enumeration value="xtoken"/> <enumeration value="quotedprintable"/> <enumeration value="7bit"/> <enumeration value="base64"/> <enumeration value="8bit"/> </restriction> </simpleType> </attribute> <attribute name="estensione" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" /> <attribute name="formato" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.String |
codifica
|
protected java.lang.String |
estensione
|
protected java.lang.String |
formato
|
protected Impronta |
impronta
|
protected NomeFile |
nomeFile
|
Constructor Summary | |
---|---|
MetadatiEsterni()
|
Method Summary | |
---|---|
java.lang.String |
getCodifica()
Gets the value of the codifica property. |
java.lang.String |
getEstensione()
Gets the value of the estensione property. |
java.lang.String |
getFormato()
Gets the value of the formato property. |
Impronta |
getImpronta()
Gets the value of the impronta property. |
NomeFile |
getNomeFile()
Gets the value of the nomeFile property. |
void |
setCodifica(java.lang.String value)
Sets the value of the codifica property. |
void |
setEstensione(java.lang.String value)
Sets the value of the estensione property. |
void |
setFormato(java.lang.String value)
Sets the value of the formato property. |
void |
setImpronta(Impronta value)
Sets the value of the impronta property. |
void |
setNomeFile(NomeFile value)
Sets the value of the nomeFile property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected NomeFile nomeFile
protected Impronta impronta
protected java.lang.String codifica
protected java.lang.String estensione
protected java.lang.String formato
Constructor Detail |
---|
public MetadatiEsterni()
Method Detail |
---|
public NomeFile getNomeFile()
NomeFile
public void setNomeFile(NomeFile value)
value
- allowed object is
NomeFile
public Impronta getImpronta()
Impronta
public void setImpronta(Impronta value)
value
- allowed object is
Impronta
public java.lang.String getCodifica()
String
public void setCodifica(java.lang.String value)
value
- allowed object is
String
public java.lang.String getEstensione()
String
public void setEstensione(java.lang.String value)
value
- allowed object is
String
public java.lang.String getFormato()
String
public void setFormato(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 |