Uses of Class
sbnmarc.SbnOggetto

Packages that use SbnOggetto
sbnmarc   
 

Uses of SbnOggetto in sbnmarc
 

Methods in sbnmarc that return SbnOggetto
 SbnOggetto PropostaType.getTipoOggetto()
          Returns the value of field 'tipoOggetto'.
 SbnOggetto EstraeLocalizzaType.getTipoOggetto()
          Returns the value of field 'tipoOggetto'.
 SbnOggetto ChiediAllineaType.getTipoOggetto(int index)
           
 SbnOggetto[] ChiediAllineaType.getTipoOggetto()
           
 SbnOggetto ImportaType.getTipoOggetto()
          Returns the value of field 'tipoOggetto'.
 SbnOggetto FondeType.getTipoOggetto()
          Returns the value of field 'tipoOggetto'.
 SbnOggetto CancellaType.getTipoOggetto()
          Returns the value of field 'tipoOggetto'.
 SbnOggetto CercaPropostaType.getTipoOggetto(int index)
           
 SbnOggetto[] CercaPropostaType.getTipoOggetto()
           
 SbnOggetto LocalizzaInfoType.getTipoOggetto()
          Returns the value of field 'tipoOggetto'.
static SbnOggetto SbnOggetto.unmarshalSbnOggetto(java.io.Reader reader)
           
 SbnOggetto ComunicaAllineatiType.getTipoOggetto(int index)
           
 SbnOggetto[] ComunicaAllineatiType.getTipoOggetto()
           
 

Methods in sbnmarc with parameters of type SbnOggetto
 void PropostaType.setTipoOggetto(SbnOggetto tipoOggetto)
          Sets the value of field 'tipoOggetto'.
 void EstraeLocalizzaType.setTipoOggetto(SbnOggetto tipoOggetto)
          Sets the value of field 'tipoOggetto'.
 void ChiediAllineaType.addTipoOggetto(SbnOggetto vTipoOggetto)
           
 void ChiediAllineaType.addTipoOggetto(int index, SbnOggetto vTipoOggetto)
           
 boolean ChiediAllineaType.removeTipoOggetto(SbnOggetto vTipoOggetto)
           
 void ChiediAllineaType.setTipoOggetto(int index, SbnOggetto vTipoOggetto)
           
 void ChiediAllineaType.setTipoOggetto(SbnOggetto[] tipoOggettoArray)
           
 void ImportaType.setTipoOggetto(SbnOggetto tipoOggetto)
          Sets the value of field 'tipoOggetto'.
 void FondeType.setTipoOggetto(SbnOggetto tipoOggetto)
          Sets the value of field 'tipoOggetto'.
 void CancellaType.setTipoOggetto(SbnOggetto tipoOggetto)
          Sets the value of field 'tipoOggetto'.
 void CercaPropostaType.addTipoOggetto(SbnOggetto vTipoOggetto)
           
 void CercaPropostaType.addTipoOggetto(int index, SbnOggetto vTipoOggetto)
           
 boolean CercaPropostaType.removeTipoOggetto(SbnOggetto vTipoOggetto)
           
 void CercaPropostaType.setTipoOggetto(int index, SbnOggetto vTipoOggetto)
           
 void CercaPropostaType.setTipoOggetto(SbnOggetto[] tipoOggettoArray)
           
 void LocalizzaInfoType.setTipoOggetto(SbnOggetto tipoOggetto)
          Sets the value of field 'tipoOggetto'.
 void ComunicaAllineatiType.addTipoOggetto(SbnOggetto vTipoOggetto)
           
 void ComunicaAllineatiType.addTipoOggetto(int index, SbnOggetto vTipoOggetto)
           
 boolean ComunicaAllineatiType.removeTipoOggetto(SbnOggetto vTipoOggetto)
           
 void ComunicaAllineatiType.setTipoOggetto(int index, SbnOggetto vTipoOggetto)
           
 void ComunicaAllineatiType.setTipoOggetto(SbnOggetto[] tipoOggettoArray)