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

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

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

Fields in it.sistematica.isharedoc.model.xml.mail.signature.xsd declared as Note
protected  Note Procedimento.note
           
protected  Note Intestazione.note
           
protected  Note Fascicolo.note
           
protected  Note Documento.note
           
protected  Note Descrizione.note
           
protected  Note ContestoProcedurale.note
           
 

Methods in it.sistematica.isharedoc.model.xml.mail.signature.xsd that return Note
 Note ObjectFactory.createNote()
          Create an instance of Note
 Note Procedimento.getNote()
          Gets the value of the note property.
 Note Intestazione.getNote()
          Gets the value of the note property.
 Note Fascicolo.getNote()
          Gets the value of the note property.
 Note Documento.getNote()
          Gets the value of the note property.
 Note Descrizione.getNote()
          Gets the value of the note property.
 Note ContestoProcedurale.getNote()
          Gets the value of the note property.
 

Methods in it.sistematica.isharedoc.model.xml.mail.signature.xsd that return types with arguments of type Note
 javax.xml.bind.JAXBElement<Note> ObjectFactory.createNote(Note value)
          Create an instance of JAXBElement<Note>}
 

Methods in it.sistematica.isharedoc.model.xml.mail.signature.xsd with parameters of type Note
 javax.xml.bind.JAXBElement<Note> ObjectFactory.createNote(Note value)
          Create an instance of JAXBElement<Note>}
 void Procedimento.setNote(Note value)
          Sets the value of the note property.
 void Intestazione.setNote(Note value)
          Sets the value of the note property.
 void Fascicolo.setNote(Note value)
          Sets the value of the note property.
 void Documento.setNote(Note value)
          Sets the value of the note property.
 void Descrizione.setNote(Note value)
          Sets the value of the note property.
 void ContestoProcedurale.setNote(Note value)
          Sets the value of the note property.