sbnmarc
Class ParametriConfigType

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

public class ParametriConfigType
extends sbnmarcBase
implements java.io.Serializable

Parametri generali di configurazione dell'utente. Attributi: livelloAutDoc=livello di autorizzazione a inserire/correggere documenti. tipoReticoloDoc=tipologia di configurazione del reticolo documenti scelto dall'utente. autori1Doc=presenza di autori con resp. 1 nel reticolo documento autori2Doc=presenza di autori con resp. 2 nel reticolo documento autori3Doc=presenza di autori con resp. 3 nel reticolo documento autori4Doc=presenza di autori con resp. 4 nel reticolo documento autori0Doc=presenza di autori con resp. 0 nel reticolo documento rinviiAutoriDoc=presenza dei rinvii autori nel reticolo documento tipoAllineamento=tipologia di informazione di allineamento scelto

See Also:
Serialized Form

Constructor Summary
ParametriConfigType()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
          Note: hashCode() has not been overriden
 SbnIndicatore getAutori0Doc()
          Returns the value of field 'autori0Doc'.
 SbnIndicatore getAutori1Doc()
          Returns the value of field 'autori1Doc'.
 SbnIndicatore getAutori2Doc()
          Returns the value of field 'autori2Doc'.
 SbnIndicatore getAutori3Doc()
          Returns the value of field 'autori3Doc'.
 SbnIndicatore getAutori4Doc()
          Returns the value of field 'autori4Doc'.
 SbnLivello getLivelloAutDoc()
          Returns the value of field 'livelloAutDoc'.
 SbnIndicatore getRinviiAutoriDoc()
          Returns the value of field 'rinviiAutoriDoc'.
 SbnTipoAllineamento getTipoAllineamento()
          Returns the value of field 'tipoAllineamento'.
 SbnTipoReticoloDoc getTipoReticoloDoc()
          Returns the value of field 'tipoReticoloDoc'.
 boolean isValid()
           
 void marshal(org.xml.sax.ContentHandler handler)
           
 void marshal(java.io.Writer out)
           
 void setAutori0Doc(SbnIndicatore autori0Doc)
          Sets the value of field 'autori0Doc'.
 void setAutori1Doc(SbnIndicatore autori1Doc)
          Sets the value of field 'autori1Doc'.
 void setAutori2Doc(SbnIndicatore autori2Doc)
          Sets the value of field 'autori2Doc'.
 void setAutori3Doc(SbnIndicatore autori3Doc)
          Sets the value of field 'autori3Doc'.
 void setAutori4Doc(SbnIndicatore autori4Doc)
          Sets the value of field 'autori4Doc'.
 void setLivelloAutDoc(SbnLivello livelloAutDoc)
          Sets the value of field 'livelloAutDoc'.
 void setRinviiAutoriDoc(SbnIndicatore rinviiAutoriDoc)
          Sets the value of field 'rinviiAutoriDoc'.
 void setTipoAllineamento(SbnTipoAllineamento tipoAllineamento)
          Sets the value of field 'tipoAllineamento'.
 void setTipoReticoloDoc(SbnTipoReticoloDoc tipoReticoloDoc)
          Sets the value of field 'tipoReticoloDoc'.
static ParametriConfigType unmarshalParametriConfigType(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

ParametriConfigType

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

getAutori0Doc

public SbnIndicatore getAutori0Doc()
Returns the value of field 'autori0Doc'.
Returns:
the value of field 'autori0Doc'.

getAutori1Doc

public SbnIndicatore getAutori1Doc()
Returns the value of field 'autori1Doc'.
Returns:
the value of field 'autori1Doc'.

getAutori2Doc

public SbnIndicatore getAutori2Doc()
Returns the value of field 'autori2Doc'.
Returns:
the value of field 'autori2Doc'.

getAutori3Doc

public SbnIndicatore getAutori3Doc()
Returns the value of field 'autori3Doc'.
Returns:
the value of field 'autori3Doc'.

getAutori4Doc

public SbnIndicatore getAutori4Doc()
Returns the value of field 'autori4Doc'.
Returns:
the value of field 'autori4Doc'.

getLivelloAutDoc

public SbnLivello getLivelloAutDoc()
Returns the value of field 'livelloAutDoc'.
Returns:
the value of field 'livelloAutDoc'.

getRinviiAutoriDoc

public SbnIndicatore getRinviiAutoriDoc()
Returns the value of field 'rinviiAutoriDoc'.
Returns:
the value of field 'rinviiAutoriDoc'.

getTipoAllineamento

public SbnTipoAllineamento getTipoAllineamento()
Returns the value of field 'tipoAllineamento'.
Returns:
the value of field 'tipoAllineamento'.

getTipoReticoloDoc

public SbnTipoReticoloDoc getTipoReticoloDoc()
Returns the value of field 'tipoReticoloDoc'.
Returns:
the value of field 'tipoReticoloDoc'.

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 -  

setAutori0Doc

public void setAutori0Doc(SbnIndicatore autori0Doc)
Sets the value of field 'autori0Doc'.
Parameters:
autori0Doc - the value of field 'autori0Doc'.

setAutori1Doc

public void setAutori1Doc(SbnIndicatore autori1Doc)
Sets the value of field 'autori1Doc'.
Parameters:
autori1Doc - the value of field 'autori1Doc'.

setAutori2Doc

public void setAutori2Doc(SbnIndicatore autori2Doc)
Sets the value of field 'autori2Doc'.
Parameters:
autori2Doc - the value of field 'autori2Doc'.

setAutori3Doc

public void setAutori3Doc(SbnIndicatore autori3Doc)
Sets the value of field 'autori3Doc'.
Parameters:
autori3Doc - the value of field 'autori3Doc'.

setAutori4Doc

public void setAutori4Doc(SbnIndicatore autori4Doc)
Sets the value of field 'autori4Doc'.
Parameters:
autori4Doc - the value of field 'autori4Doc'.

setLivelloAutDoc

public void setLivelloAutDoc(SbnLivello livelloAutDoc)
Sets the value of field 'livelloAutDoc'.
Parameters:
livelloAutDoc - the value of field 'livelloAutDoc'.

setRinviiAutoriDoc

public void setRinviiAutoriDoc(SbnIndicatore rinviiAutoriDoc)
Sets the value of field 'rinviiAutoriDoc'.
Parameters:
rinviiAutoriDoc - the value of field 'rinviiAutoriDoc'.

setTipoAllineamento

public void setTipoAllineamento(SbnTipoAllineamento tipoAllineamento)
Sets the value of field 'tipoAllineamento'.
Parameters:
tipoAllineamento - the value of field 'tipoAllineamento'

setTipoReticoloDoc

public void setTipoReticoloDoc(SbnTipoReticoloDoc tipoReticoloDoc)
Sets the value of field 'tipoReticoloDoc'.
Parameters:
tipoReticoloDoc - the value of field 'tipoReticoloDoc'.

unmarshalParametriConfigType

public static ParametriConfigType unmarshalParametriConfigType(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