it.sistematica.isharedoc.model.xml.mail.signature.xsd
Class MetadatiEsterni

java.lang.Object
  extended by it.sistematica.isharedoc.model.xml.mail.signature.xsd.MetadatiEsterni

public class MetadatiEsterni
extends java.lang.Object

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

nomeFile

protected NomeFile nomeFile

impronta

protected Impronta impronta

codifica

protected java.lang.String codifica

estensione

protected java.lang.String estensione

formato

protected java.lang.String formato
Constructor Detail

MetadatiEsterni

public MetadatiEsterni()
Method Detail

getNomeFile

public NomeFile getNomeFile()
Gets the value of the nomeFile property.

Returns:
possible object is NomeFile

setNomeFile

public void setNomeFile(NomeFile value)
Sets the value of the nomeFile property.

Parameters:
value - allowed object is NomeFile

getImpronta

public Impronta getImpronta()
Gets the value of the impronta property.

Returns:
possible object is Impronta

setImpronta

public void setImpronta(Impronta value)
Sets the value of the impronta property.

Parameters:
value - allowed object is Impronta

getCodifica

public java.lang.String getCodifica()
Gets the value of the codifica property.

Returns:
possible object is String

setCodifica

public void setCodifica(java.lang.String value)
Sets the value of the codifica property.

Parameters:
value - allowed object is String

getEstensione

public java.lang.String getEstensione()
Gets the value of the estensione property.

Returns:
possible object is String

setEstensione

public void setEstensione(java.lang.String value)
Sets the value of the estensione property.

Parameters:
value - allowed object is String

getFormato

public java.lang.String getFormato()
Gets the value of the formato property.

Returns:
possible object is String

setFormato

public void setFormato(java.lang.String value)
Sets the value of the formato property.

Parameters:
value - allowed object is String