sbnmarc
Class ParametriDocumentiType

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

public class ParametriDocumentiType
extends sbnmarcBase
implements java.io.Serializable

Parametri specifici per ogni tipo materiale. Attributi: livelloAut=livello di autorita' sui dati specifici del materiale per inserire/correggere abilitaOggetto=tipo di gestione di abilitazione sull'oggetto tipoSchedaDatiDoc=tipologia di scheda anagrafica del documento scelto controlloSimiliDoc=tipo di routine da applicare per il controllo di similitudine abilitatoForzatura=abilitazione a inserire/correggere con forzatura (S/N)

See Also:
Serialized Form

Constructor Summary
ParametriDocumentiType()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
          Note: hashCode() has not been overriden
 SbnAbilitaOggetto getAbilitaOggetto()
          Returns the value of field 'abilitaOggetto'.
 SbnIndicatore getAbilitatoForzatura()
          Returns the value of field 'abilitatoForzatura'.
 java.lang.String getControlloSimiliDoc()
          Returns the value of field 'controlloSimiliDoc'.
 SbnLivello getLivelloAut()
          Returns the value of field 'livelloAut'.
 SbnMateriale getTipoMateriale()
          Returns the value of field 'tipoMateriale'.
 SbnTipoSchedaDatiDoc getTipoSchedaDatiDoc()
          Returns the value of field 'tipoSchedaDatiDoc'.
 boolean isValid()
           
 void marshal(org.xml.sax.ContentHandler handler)
           
 void marshal(java.io.Writer out)
           
 void setAbilitaOggetto(SbnAbilitaOggetto abilitaOggetto)
          Sets the value of field 'abilitaOggetto'.
 void setAbilitatoForzatura(SbnIndicatore abilitatoForzatura)
          Sets the value of field 'abilitatoForzatura'.
 void setControlloSimiliDoc(java.lang.String controlloSimiliDoc)
          Sets the value of field 'controlloSimiliDoc'.
 void setLivelloAut(SbnLivello livelloAut)
          Sets the value of field 'livelloAut'.
 void setTipoMateriale(SbnMateriale tipoMateriale)
          Sets the value of field 'tipoMateriale'.
 void setTipoSchedaDatiDoc(SbnTipoSchedaDatiDoc tipoSchedaDatiDoc)
          Sets the value of field 'tipoSchedaDatiDoc'.
static ParametriDocumentiType unmarshalParametriDocumentiType(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

ParametriDocumentiType

public ParametriDocumentiType()
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 -  

getAbilitaOggetto

public SbnAbilitaOggetto getAbilitaOggetto()
Returns the value of field 'abilitaOggetto'.
Returns:
the value of field 'abilitaOggetto'.

getAbilitatoForzatura

public SbnIndicatore getAbilitatoForzatura()
Returns the value of field 'abilitatoForzatura'.
Returns:
the value of field 'abilitatoForzatura'.

getControlloSimiliDoc

public java.lang.String getControlloSimiliDoc()
Returns the value of field 'controlloSimiliDoc'.
Returns:
the value of field 'controlloSimiliDoc'.

getLivelloAut

public SbnLivello getLivelloAut()
Returns the value of field 'livelloAut'.
Returns:
the value of field 'livelloAut'.

getTipoMateriale

public SbnMateriale getTipoMateriale()
Returns the value of field 'tipoMateriale'.
Returns:
the value of field 'tipoMateriale'.

getTipoSchedaDatiDoc

public SbnTipoSchedaDatiDoc getTipoSchedaDatiDoc()
Returns the value of field 'tipoSchedaDatiDoc'.
Returns:
the value of field 'tipoSchedaDatiDoc'.

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 -  

setAbilitaOggetto

public void setAbilitaOggetto(SbnAbilitaOggetto abilitaOggetto)
Sets the value of field 'abilitaOggetto'.
Parameters:
abilitaOggetto - the value of field 'abilitaOggetto'.

setAbilitatoForzatura

public void setAbilitatoForzatura(SbnIndicatore abilitatoForzatura)
Sets the value of field 'abilitatoForzatura'.
Parameters:
abilitatoForzatura - the value of field 'abilitatoForzatura'.

setControlloSimiliDoc

public void setControlloSimiliDoc(java.lang.String controlloSimiliDoc)
Sets the value of field 'controlloSimiliDoc'.
Parameters:
controlloSimiliDoc - the value of field 'controlloSimiliDoc'.

setLivelloAut

public void setLivelloAut(SbnLivello livelloAut)
Sets the value of field 'livelloAut'.
Parameters:
livelloAut - the value of field 'livelloAut'.

setTipoMateriale

public void setTipoMateriale(SbnMateriale tipoMateriale)
Sets the value of field 'tipoMateriale'.
Parameters:
tipoMateriale - the value of field 'tipoMateriale'.

setTipoSchedaDatiDoc

public void setTipoSchedaDatiDoc(SbnTipoSchedaDatiDoc tipoSchedaDatiDoc)
Sets the value of field 'tipoSchedaDatiDoc'.
Parameters:
tipoSchedaDatiDoc - the value of field 'tipoSchedaDatiDoc'.

unmarshalParametriDocumentiType

public static ParametriDocumentiType unmarshalParametriDocumentiType(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