sbnmarc
Class ImportaType

java.lang.Object
  |
  +--sbnmarcBase.sbnmarcBase
        |
        +--sbnmarc.ImportaType
All Implemented Interfaces:
java.io.Serializable

public class ImportaType
extends sbnmarcBase
implements java.io.Serializable

per richiesta di importazione. Attributi: tipoElaborazione: confronto preliminare, esecutivo tipoFormato= tipo formato dei dati da importare: marc21,unimarc,sbnmarc tipoAttivita=Tipo di attivita' di aggiornamento controlloSimiliImp=livello di controllo simili da applicare tipoRitorno=tipo reportistica richiesta tipoLocalizza= localizzazioni per possesso, per gestione o entrambi

See Also:
Serialized Form

Constructor Summary
ImportaType()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
          Note: hashCode() has not been overriden
 java.lang.String getBiblioteca()
          Method getBibliotecaReturns the value of field 'biblioteca'.
 SbnControlloSimiliImporta getControlloSimiliImp()
          Method getControlloSimiliImpReturns the value of field 'controlloSimiliImp'.
 java.lang.String getIndirizzoFonte()
          Method getIndirizzoFonteReturns the value of field 'indirizzoFonte'.
 SbnTipoAttivita getTipoAttivita()
          Method getTipoAttivitaReturns the value of field 'tipoAttivita'.
 SbnTipoElaborazione getTipoElaborazione()
          Method getTipoElaborazioneReturns the value of field 'tipoElaborazione'.
 SbnTipoFormato getTipoFormato()
          Method getTipoFormatoReturns the value of field 'tipoFormato'.
 SbnTipoLocalizza getTipoLocalizza()
          Method getTipoLocalizzaReturns the value of field 'tipoLocalizza'.
 SbnOggetto getTipoOggetto()
          Method getTipoOggettoReturns the value of field 'tipoOggetto'.
 SbnTipoRitorno getTipoRitorno()
          Method getTipoRitornoReturns the value of field 'tipoRitorno'.
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 void setBiblioteca(java.lang.String biblioteca)
          Method setBibliotecaSets the value of field 'biblioteca'.
 void setControlloSimiliImp(SbnControlloSimiliImporta controlloSimiliImp)
          Method setControlloSimiliImpSets the value of field 'controlloSimiliImp'.
 void setIndirizzoFonte(java.lang.String indirizzoFonte)
          Method setIndirizzoFonteSets the value of field 'indirizzoFonte'.
 void setTipoAttivita(SbnTipoAttivita tipoAttivita)
          Method setTipoAttivitaSets the value of field 'tipoAttivita'.
 void setTipoElaborazione(SbnTipoElaborazione tipoElaborazione)
          Method setTipoElaborazioneSets the value of field 'tipoElaborazione'.
 void setTipoFormato(SbnTipoFormato tipoFormato)
          Method setTipoFormatoSets the value of field 'tipoFormato'.
 void setTipoLocalizza(SbnTipoLocalizza tipoLocalizza)
          Method setTipoLocalizzaSets the value of field 'tipoLocalizza'.
 void setTipoOggetto(SbnOggetto tipoOggetto)
          Method setTipoOggettoSets the value of field 'tipoOggetto'.
 void setTipoRitorno(SbnTipoRitorno tipoRitorno)
          Method setTipoRitornoSets the value of field 'tipoRitorno'.
static ImportaType unmarshalImportaType(java.io.Reader reader)
          Method unmarshalImportaType
 void validate()
          Method validate
 
Methods inherited from class sbnmarcBase.sbnmarcBase
fromStringToRootObject
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImportaType

public ImportaType()
Method Detail

equals

public boolean equals(java.lang.Object obj)
Note: hashCode() has not been overriden

Overrides:
equals in class sbnmarcBase
Parameters:
obj -

getBiblioteca

public java.lang.String getBiblioteca()
Method getBibliotecaReturns the value of field 'biblioteca'. The field 'biblioteca' has the following description: Biblioteca per cui si richiede l'import.

Returns:
the value of field 'biblioteca'.

getControlloSimiliImp

public SbnControlloSimiliImporta getControlloSimiliImp()
Method getControlloSimiliImpReturns the value of field 'controlloSimiliImp'.

Returns:
the value of field 'controlloSimiliImp'.

getIndirizzoFonte

public java.lang.String getIndirizzoFonte()
Method getIndirizzoFonteReturns the value of field 'indirizzoFonte'. The field 'indirizzoFonte' has the following description: indirizzo del repository e nome del file da importare

Returns:
the value of field 'indirizzoFonte'.

getTipoAttivita

public SbnTipoAttivita getTipoAttivita()
Method getTipoAttivitaReturns the value of field 'tipoAttivita'.

Returns:
the value of field 'tipoAttivita'.

getTipoElaborazione

public SbnTipoElaborazione getTipoElaborazione()
Method getTipoElaborazioneReturns the value of field 'tipoElaborazione'.

Returns:
the value of field 'tipoElaborazione'.

getTipoFormato

public SbnTipoFormato getTipoFormato()
Method getTipoFormatoReturns the value of field 'tipoFormato'.

Returns:
the value of field 'tipoFormato'.

getTipoLocalizza

public SbnTipoLocalizza getTipoLocalizza()
Method getTipoLocalizzaReturns the value of field 'tipoLocalizza'.

Returns:
the value of field 'tipoLocalizza'.

getTipoOggetto

public SbnOggetto getTipoOggetto()
Method getTipoOggettoReturns the value of field 'tipoOggetto'.

Returns:
the value of field 'tipoOggetto'.

getTipoRitorno

public SbnTipoRitorno getTipoRitorno()
Method getTipoRitornoReturns the value of field 'tipoRitorno'.

Returns:
the value of field 'tipoRitorno'.

isValid

public boolean isValid()
Method isValid


marshal

public void marshal(java.io.Writer out)
             throws org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Method marshal

Parameters:
out -
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

marshal

public void marshal(org.xml.sax.ContentHandler handler)
             throws java.io.IOException,
                    org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Method marshal

Parameters:
handler -
java.io.IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

setBiblioteca

public void setBiblioteca(java.lang.String biblioteca)
Method setBibliotecaSets the value of field 'biblioteca'. The field 'biblioteca' has the following description: Biblioteca per cui si richiede l'import.

Parameters:
biblioteca - the value of field 'biblioteca'.

setControlloSimiliImp

public void setControlloSimiliImp(SbnControlloSimiliImporta controlloSimiliImp)
Method setControlloSimiliImpSets the value of field 'controlloSimiliImp'.

Parameters:
controlloSimiliImp - the value of field 'controlloSimiliImp'.

setIndirizzoFonte

public void setIndirizzoFonte(java.lang.String indirizzoFonte)
Method setIndirizzoFonteSets the value of field 'indirizzoFonte'. The field 'indirizzoFonte' has the following description: indirizzo del repository e nome del file da importare

Parameters:
indirizzoFonte - the value of field 'indirizzoFonte'.

setTipoAttivita

public void setTipoAttivita(SbnTipoAttivita tipoAttivita)
Method setTipoAttivitaSets the value of field 'tipoAttivita'.

Parameters:
tipoAttivita - the value of field 'tipoAttivita'.

setTipoElaborazione

public void setTipoElaborazione(SbnTipoElaborazione tipoElaborazione)
Method setTipoElaborazioneSets the value of field 'tipoElaborazione'.

Parameters:
tipoElaborazione - the value of field 'tipoElaborazione'

setTipoFormato

public void setTipoFormato(SbnTipoFormato tipoFormato)
Method setTipoFormatoSets the value of field 'tipoFormato'.

Parameters:
tipoFormato - the value of field 'tipoFormato'.

setTipoLocalizza

public void setTipoLocalizza(SbnTipoLocalizza tipoLocalizza)
Method setTipoLocalizzaSets the value of field 'tipoLocalizza'.

Parameters:
tipoLocalizza - the value of field 'tipoLocalizza'.

setTipoOggetto

public void setTipoOggetto(SbnOggetto tipoOggetto)
Method setTipoOggettoSets the value of field 'tipoOggetto'.

Parameters:
tipoOggetto - the value of field 'tipoOggetto'.

setTipoRitorno

public void setTipoRitorno(SbnTipoRitorno tipoRitorno)
Method setTipoRitornoSets the value of field 'tipoRitorno'.

Parameters:
tipoRitorno - the value of field 'tipoRitorno'.

unmarshalImportaType

public static ImportaType unmarshalImportaType(java.io.Reader reader)
                                        throws org.exolab.castor.xml.MarshalException,
                                               org.exolab.castor.xml.ValidationException
Method unmarshalImportaType

Parameters:
reader -
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

validate

public void validate()
              throws org.exolab.castor.xml.ValidationException
Method validate

org.exolab.castor.xml.ValidationException