sbnmarc
Class EsportaType

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

public class EsportaType
extends sbnmarcBase
implements java.io.Serializable

per Esportazione tipoFormato= tipo formato dei dati da esportare: marc21,unimarc,sbnmarc

See Also:
Serialized Form

Constructor Summary
EsportaType()
           
 
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'.
 EsportaTypeChoice getEsportaTypeChoice()
          Method getEsportaTypeChoiceReturns the value of field 'esportaTypeChoice'.
 java.lang.String getIndirizzoMail()
          Method getIndirizzoMailReturns the value of field 'indirizzoMail'.
 SbnTipoFormato getTipoFormato()
          Method getTipoFormatoReturns the value of field 'tipoFormato'.
 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 setEsportaTypeChoice(EsportaTypeChoice esportaTypeChoice)
          Method setEsportaTypeChoiceSets the value of field 'esportaTypeChoice'.
 void setIndirizzoMail(java.lang.String indirizzoMail)
          Method setIndirizzoMailSets the value of field 'indirizzoMail'.
 void setTipoFormato(SbnTipoFormato tipoFormato)
          Method setTipoFormatoSets the value of field 'tipoFormato'.
static EsportaType unmarshalEsportaType(java.io.Reader reader)
          Method unmarshalEsportaType
 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

EsportaType

public EsportaType()
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'export

Returns:
the value of field 'biblioteca'.

getEsportaTypeChoice

public EsportaTypeChoice getEsportaTypeChoice()
Method getEsportaTypeChoiceReturns the value of field 'esportaTypeChoice'.

Returns:
the value of field 'esportaTypeChoice'.

getIndirizzoMail

public java.lang.String getIndirizzoMail()
Method getIndirizzoMailReturns the value of field 'indirizzoMail'. The field 'indirizzoMail' has the following description: indirizzo a cui comunicare l'esito elaborazione, se diverso da quello del profilo utente

Returns:
the value of field 'indirizzoMail'.

getTipoFormato

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

Returns:
the value of field 'tipoFormato'.

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'export

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

setEsportaTypeChoice

public void setEsportaTypeChoice(EsportaTypeChoice esportaTypeChoice)
Method setEsportaTypeChoiceSets the value of field 'esportaTypeChoice'.

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

setIndirizzoMail

public void setIndirizzoMail(java.lang.String indirizzoMail)
Method setIndirizzoMailSets the value of field 'indirizzoMail'. The field 'indirizzoMail' has the following description: indirizzo a cui comunicare l'esito elaborazione, se diverso da quello del profilo utente

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

setTipoFormato

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

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

unmarshalEsportaType

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

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