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. Indirizzo del repository e nome del file da importare

See Also:
Serialized Form

Constructor Summary
ImportaType()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
          Note: hashCode() has not been overriden
 java.lang.String getIndirizzoFonte()
          Returns the value of field 'indirizzoFonte'.
 java.lang.String getTipoElaborazione()
          Returns the value of field 'tipoElaborazione'.
 java.lang.String getTipoFormato()
          Returns the value of field 'tipoFormato'.
 SbnOggetto getTipoOggetto()
          Returns the value of field 'tipoOggetto'.
 java.lang.String getTipoRitorno()
          Returns the value of field 'tipoRitorno'.
 boolean isValid()
           
 void marshal(org.xml.sax.ContentHandler handler)
           
 void marshal(java.io.Writer out)
           
 void setIndirizzoFonte(java.lang.String indirizzoFonte)
          Sets the value of field 'indirizzoFonte'.
 void setTipoElaborazione(java.lang.String tipoElaborazione)
          Sets the value of field 'tipoElaborazione'.
 void setTipoFormato(java.lang.String tipoFormato)
          Sets the value of field 'tipoFormato'.
 void setTipoOggetto(SbnOggetto tipoOggetto)
          Sets the value of field 'tipoOggetto'.
 void setTipoRitorno(java.lang.String tipoRitorno)
          Sets the value of field 'tipoRitorno'.
static ImportaType unmarshalImportaType(java.io.Reader reader)
           
 void validate()
           
 
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 java.lang.Object
Parameters:
obj -  

getIndirizzoFonte

public java.lang.String getIndirizzoFonte()
Returns 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'.

getTipoElaborazione

public java.lang.String getTipoElaborazione()
Returns the value of field 'tipoElaborazione'. The field 'tipoElaborazione' has the following description: Tipo di elaborazione: confronto preliminare, esecutivo, ecc.
Returns:
the value of field 'tipoElaborazione'.

getTipoFormato

public java.lang.String getTipoFormato()
Returns the value of field 'tipoFormato'. The field 'tipoFormato' has the following description: tipo formato dei dati da importare: marc21,unimarc,sbnmarc
Returns:
the value of field 'tipoFormato'.

getTipoOggetto

public SbnOggetto getTipoOggetto()
Returns the value of field 'tipoOggetto'.
Returns:
the value of field 'tipoOggetto'.

getTipoRitorno

public java.lang.String getTipoRitorno()
Returns the value of field 'tipoRitorno'. The field 'tipoRitorno' has the following description: tipo reportistica richiesta
Returns:
the value of field 'tipoRitorno'.

isValid

public boolean isValid()

marshal

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

marshal

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

setIndirizzoFonte

public void setIndirizzoFonte(java.lang.String indirizzoFonte)
Sets 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'.

setTipoElaborazione

public void setTipoElaborazione(java.lang.String tipoElaborazione)
Sets the value of field 'tipoElaborazione'. The field 'tipoElaborazione' has the following description: Tipo di elaborazione: confronto preliminare, esecutivo, ecc.
Parameters:
tipoElaborazione - the value of field 'tipoElaborazione'

setTipoFormato

public void setTipoFormato(java.lang.String tipoFormato)
Sets the value of field 'tipoFormato'. The field 'tipoFormato' has the following description: tipo formato dei dati da importare: marc21,unimarc,sbnmarc
Parameters:
tipoFormato - the value of field 'tipoFormato'.

setTipoOggetto

public void setTipoOggetto(SbnOggetto tipoOggetto)
Sets the value of field 'tipoOggetto'.
Parameters:
tipoOggetto - the value of field 'tipoOggetto'.

setTipoRitorno

public void setTipoRitorno(java.lang.String tipoRitorno)
Sets the value of field 'tipoRitorno'. The field 'tipoRitorno' has the following description: tipo reportistica richiesta
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
Parameters:
reader -  

validate

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