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

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

public class Identificatore
extends java.lang.Object

Java class for Identificatore complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Identificatore">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.digitPa.gov.it/protocollo/}CodiceAmministrazione"/>
         <element ref="{http://www.digitPa.gov.it/protocollo/}CodiceAOO"/>
         <element ref="{http://www.digitPa.gov.it/protocollo/}CodiceRegistro"/>
         <element ref="{http://www.digitPa.gov.it/protocollo/}NumeroRegistrazione"/>
         <element ref="{http://www.digitPa.gov.it/protocollo/}DataRegistrazione"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  CodiceAmministrazione codiceAmministrazione
           
protected  CodiceAOO codiceAOO
           
protected  CodiceRegistro codiceRegistro
           
protected  DataRegistrazione dataRegistrazione
           
protected  NumeroRegistrazione numeroRegistrazione
           
 
Constructor Summary
Identificatore()
           
 
Method Summary
 CodiceAmministrazione getCodiceAmministrazione()
          Gets the value of the codiceAmministrazione property.
 CodiceAOO getCodiceAOO()
          Gets the value of the codiceAOO property.
 CodiceRegistro getCodiceRegistro()
          Gets the value of the codiceRegistro property.
 DataRegistrazione getDataRegistrazione()
          Gets the value of the dataRegistrazione property.
 NumeroRegistrazione getNumeroRegistrazione()
          Gets the value of the numeroRegistrazione property.
 void setCodiceAmministrazione(CodiceAmministrazione value)
          Sets the value of the codiceAmministrazione property.
 void setCodiceAOO(CodiceAOO value)
          Sets the value of the codiceAOO property.
 void setCodiceRegistro(CodiceRegistro value)
          Sets the value of the codiceRegistro property.
 void setDataRegistrazione(DataRegistrazione value)
          Sets the value of the dataRegistrazione property.
 void setNumeroRegistrazione(NumeroRegistrazione value)
          Sets the value of the numeroRegistrazione property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

codiceAmministrazione

protected CodiceAmministrazione codiceAmministrazione

codiceAOO

protected CodiceAOO codiceAOO

codiceRegistro

protected CodiceRegistro codiceRegistro

numeroRegistrazione

protected NumeroRegistrazione numeroRegistrazione

dataRegistrazione

protected DataRegistrazione dataRegistrazione
Constructor Detail

Identificatore

public Identificatore()
Method Detail

getCodiceAmministrazione

public CodiceAmministrazione getCodiceAmministrazione()
Gets the value of the codiceAmministrazione property.

Returns:
possible object is CodiceAmministrazione

setCodiceAmministrazione

public void setCodiceAmministrazione(CodiceAmministrazione value)
Sets the value of the codiceAmministrazione property.

Parameters:
value - allowed object is CodiceAmministrazione

getCodiceAOO

public CodiceAOO getCodiceAOO()
Gets the value of the codiceAOO property.

Returns:
possible object is CodiceAOO

setCodiceAOO

public void setCodiceAOO(CodiceAOO value)
Sets the value of the codiceAOO property.

Parameters:
value - allowed object is CodiceAOO

getCodiceRegistro

public CodiceRegistro getCodiceRegistro()
Gets the value of the codiceRegistro property.

Returns:
possible object is CodiceRegistro

setCodiceRegistro

public void setCodiceRegistro(CodiceRegistro value)
Sets the value of the codiceRegistro property.

Parameters:
value - allowed object is CodiceRegistro

getNumeroRegistrazione

public NumeroRegistrazione getNumeroRegistrazione()
Gets the value of the numeroRegistrazione property.

Returns:
possible object is NumeroRegistrazione

setNumeroRegistrazione

public void setNumeroRegistrazione(NumeroRegistrazione value)
Sets the value of the numeroRegistrazione property.

Parameters:
value - allowed object is NumeroRegistrazione

getDataRegistrazione

public DataRegistrazione getDataRegistrazione()
Gets the value of the dataRegistrazione property.

Returns:
possible object is DataRegistrazione

setDataRegistrazione

public void setDataRegistrazione(DataRegistrazione value)
Sets the value of the dataRegistrazione property.

Parameters:
value - allowed object is DataRegistrazione