Uses of Class
it.sistematica.isharedoc.model.xml.mail.signature.xsd.Classifica

Packages that use Classifica
it.sistematica.isharedoc.model.xml.mail.signature.xsd   
 

Uses of Classifica in it.sistematica.isharedoc.model.xml.mail.signature.xsd
 

Fields in it.sistematica.isharedoc.model.xml.mail.signature.xsd with type parameters of type Classifica
protected  java.util.List<Classifica> Procedimento.classifica
           
protected  java.util.List<Classifica> Intestazione.classifica
           
protected  java.util.List<Classifica> Fascicolo.classifica
           
protected  java.util.List<Classifica> Documento.classifica
           
protected  java.util.List<Classifica> ContestoProcedurale.classifica
           
 

Methods in it.sistematica.isharedoc.model.xml.mail.signature.xsd that return Classifica
 Classifica ObjectFactory.createClassifica()
          Create an instance of Classifica
 

Methods in it.sistematica.isharedoc.model.xml.mail.signature.xsd that return types with arguments of type Classifica
 javax.xml.bind.JAXBElement<Classifica> ObjectFactory.createClassifica(Classifica value)
          Create an instance of JAXBElement<Classifica>}
 java.util.List<Classifica> Procedimento.getClassifica()
          Gets the value of the classifica property.
 java.util.List<Classifica> Intestazione.getClassifica()
          Gets the value of the classifica property.
 java.util.List<Classifica> Fascicolo.getClassifica()
          Gets the value of the classifica property.
 java.util.List<Classifica> Documento.getClassifica()
          Gets the value of the classifica property.
 java.util.List<Classifica> ContestoProcedurale.getClassifica()
          Gets the value of the classifica property.
 

Methods in it.sistematica.isharedoc.model.xml.mail.signature.xsd with parameters of type Classifica
 javax.xml.bind.JAXBElement<Classifica> ObjectFactory.createClassifica(Classifica value)
          Create an instance of JAXBElement<Classifica>}