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 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()
          Method getAbilitaOggettoReturns the value of field 'abilitaOggetto'.
 SbnIndicatore getAbilitatoForzatura()
          Method getAbilitatoForzaturaReturns the value of field 'abilitatoForzatura'.
 java.lang.String getControlloSimiliDoc()
          Method getControlloSimiliDocReturns the value of field 'controlloSimiliDoc'.
 SbnLivello getLivelloAut()
          Method getLivelloAutReturns the value of field 'livelloAut'.
 SbnMateriale getTipoMateriale()
          Method getTipoMaterialeReturns the value of field 'tipoMateriale'.
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 void setAbilitaOggetto(SbnAbilitaOggetto abilitaOggetto)
          Method setAbilitaOggettoSets the value of field 'abilitaOggetto'.
 void setAbilitatoForzatura(SbnIndicatore abilitatoForzatura)
          Method setAbilitatoForzaturaSets the value of field 'abilitatoForzatura'.
 void setControlloSimiliDoc(java.lang.String controlloSimiliDoc)
          Method setControlloSimiliDocSets the value of field 'controlloSimiliDoc'.
 void setLivelloAut(SbnLivello livelloAut)
          Method setLivelloAutSets the value of field 'livelloAut'.
 void setTipoMateriale(SbnMateriale tipoMateriale)
          Method setTipoMaterialeSets the value of field 'tipoMateriale'.
static ParametriDocumentiType unmarshalParametriDocumentiType(java.io.Reader reader)
          Method unmarshalParametriDocumentiType
 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

ParametriDocumentiType

public ParametriDocumentiType()
Method Detail

equals

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

Overrides:
equals in class sbnmarcBase
Parameters:
obj -

getAbilitaOggetto

public SbnAbilitaOggetto getAbilitaOggetto()
Method getAbilitaOggettoReturns the value of field 'abilitaOggetto'.

Returns:
the value of field 'abilitaOggetto'.

getAbilitatoForzatura

public SbnIndicatore getAbilitatoForzatura()
Method getAbilitatoForzaturaReturns the value of field 'abilitatoForzatura'.

Returns:
the value of field 'abilitatoForzatura'.

getControlloSimiliDoc

public java.lang.String getControlloSimiliDoc()
Method getControlloSimiliDocReturns the value of field 'controlloSimiliDoc'.

Returns:
the value of field 'controlloSimiliDoc'.

getLivelloAut

public SbnLivello getLivelloAut()
Method getLivelloAutReturns the value of field 'livelloAut'.

Returns:
the value of field 'livelloAut'.

getTipoMateriale

public SbnMateriale getTipoMateriale()
Method getTipoMaterialeReturns the value of field 'tipoMateriale'.

Returns:
the value of field 'tipoMateriale'.

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

setAbilitaOggetto

public void setAbilitaOggetto(SbnAbilitaOggetto abilitaOggetto)
Method setAbilitaOggettoSets the value of field 'abilitaOggetto'.

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

setAbilitatoForzatura

public void setAbilitatoForzatura(SbnIndicatore abilitatoForzatura)
Method setAbilitatoForzaturaSets the value of field 'abilitatoForzatura'.

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

setControlloSimiliDoc

public void setControlloSimiliDoc(java.lang.String controlloSimiliDoc)
Method setControlloSimiliDocSets the value of field 'controlloSimiliDoc'.

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

setLivelloAut

public void setLivelloAut(SbnLivello livelloAut)
Method setLivelloAutSets the value of field 'livelloAut'.

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

setTipoMateriale

public void setTipoMateriale(SbnMateriale tipoMateriale)
Method setTipoMaterialeSets the value of field 'tipoMateriale'.

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

unmarshalParametriDocumentiType

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

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