|
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--sbnmarcBase.sbnmarcBase | +--sbnmarc.ImportaType
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
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 |
public ImportaType()
Method Detail |
public boolean equals(java.lang.Object obj)
equals
in class sbnmarcBase
obj
- public java.lang.String getBiblioteca()
public SbnControlloSimiliImporta getControlloSimiliImp()
public java.lang.String getIndirizzoFonte()
public SbnTipoAttivita getTipoAttivita()
public SbnTipoElaborazione getTipoElaborazione()
public SbnTipoFormato getTipoFormato()
public SbnTipoLocalizza getTipoLocalizza()
public SbnOggetto getTipoOggetto()
public SbnTipoRitorno getTipoRitorno()
public boolean isValid()
public void marshal(java.io.Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
out
-
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void marshal(org.xml.sax.ContentHandler handler) throws java.io.IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler
-
java.io.IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void setBiblioteca(java.lang.String biblioteca)
biblioteca
- the value of field 'biblioteca'.public void setControlloSimiliImp(SbnControlloSimiliImporta controlloSimiliImp)
controlloSimiliImp
- the value of field
'controlloSimiliImp'.public void setIndirizzoFonte(java.lang.String indirizzoFonte)
indirizzoFonte
- the value of field 'indirizzoFonte'.public void setTipoAttivita(SbnTipoAttivita tipoAttivita)
tipoAttivita
- the value of field 'tipoAttivita'.public void setTipoElaborazione(SbnTipoElaborazione tipoElaborazione)
tipoElaborazione
- the value of field 'tipoElaborazione'public void setTipoFormato(SbnTipoFormato tipoFormato)
tipoFormato
- the value of field 'tipoFormato'.public void setTipoLocalizza(SbnTipoLocalizza tipoLocalizza)
tipoLocalizza
- the value of field 'tipoLocalizza'.public void setTipoOggetto(SbnOggetto tipoOggetto)
tipoOggetto
- the value of field 'tipoOggetto'.public void setTipoRitorno(SbnTipoRitorno tipoRitorno)
tipoRitorno
- the value of field 'tipoRitorno'.public static ImportaType unmarshalImportaType(java.io.Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader
-
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void validate() throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException
|
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |