sbnmarc
Class CercaDatiAutType

java.lang.Object
  |
  +--sbnmarcBase.sbnmarcBase
        |
        +--sbnmarc.CercaDatiAutType
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CercaAutoreType, CercaMarcaType, CercaSoggettoDescrittoreClassiType, CercaTitoloUniformeMusicaType

public class CercaDatiAutType
extends sbnmarcBase
implements java.io.Serializable

CERCA ELEMENTI DI AUTHORITY: la ricerca puo' essere attivata per id, per nome troncato (cles) le parole sono previste solo per Autori, soggetti, marche e classi

See Also:
Serialized Form

Constructor Summary
CercaDatiAutType()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
          Note: hashCode() has not been overriden
 CanaliCercaDatiAutType getCanaliCercaDatiAut()
          Returns the value of field 'canaliCercaDatiAut'.
 SbnFormaNome getFormaNome()
          Returns the value of field 'formaNome'.
 SbnLivello getLivelloAut_A()
          Returns the value of field 'livelloAut_A'.
 SbnLivello getLivelloAut_Da()
          Returns the value of field 'livelloAut_Da'.
 SbnRangeDate getT005_Range()
          Returns the value of field 't005_Range'.
 SbnAuthority getTipoAuthority()
          Returns the value of field 'tipoAuthority'.
 boolean isValid()
           
 void marshal(org.xml.sax.ContentHandler handler)
           
 void marshal(java.io.Writer out)
           
 void setCanaliCercaDatiAut(CanaliCercaDatiAutType canaliCercaDatiAut)
          Sets the value of field 'canaliCercaDatiAut'.
 void setFormaNome(SbnFormaNome formaNome)
          Sets the value of field 'formaNome'.
 void setLivelloAut_A(SbnLivello livelloAut_A)
          Sets the value of field 'livelloAut_A'.
 void setLivelloAut_Da(SbnLivello livelloAut_Da)
          Sets the value of field 'livelloAut_Da'.
 void setT005_Range(SbnRangeDate t005_Range)
          Sets the value of field 't005_Range'.
 void setTipoAuthority(SbnAuthority tipoAuthority)
          Sets the value of field 'tipoAuthority'.
static CercaDatiAutType unmarshalCercaDatiAutType(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

CercaDatiAutType

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

getCanaliCercaDatiAut

public CanaliCercaDatiAutType getCanaliCercaDatiAut()
Returns the value of field 'canaliCercaDatiAut'. The field 'canaliCercaDatiAut' has the following description: canali di ricerca per elementi di authority: identificativo,ISADN (solo autori e titoli), stringa. Puo' non esserci se si usa un canale specifico per tipo authority
Returns:
the value of field 'canaliCercaDatiAut'.

getFormaNome

public SbnFormaNome getFormaNome()
Returns the value of field 'formaNome'. The field 'formaNome' has the following description: filtro sulla forma del nome: A=solo accettati, R = solo rinvii
Returns:
the value of field 'formaNome'.

getLivelloAut_A

public SbnLivello getLivelloAut_A()
Returns the value of field 'livelloAut_A'. The field 'livelloAut_A' has the following description: estremo superiore di range su livello autorita': si considerano livelli uguali o inferiori. Per ricerca puntuale su un livello deve coincidere con livelloAut_Da
Returns:
the value of field 'livelloAut_A'.

getLivelloAut_Da

public SbnLivello getLivelloAut_Da()
Returns the value of field 'livelloAut_Da'. The field 'livelloAut_Da' has the following description: estremo inferiore di range su livello autorita': si considerano livelli uguali o superiori. Per ricerca puntuale su un livello deve coincidere con livelloAut_A
Returns:
the value of field 'livelloAut_Da'.

getT005_Range

public SbnRangeDate getT005_Range()
Returns the value of field 't005_Range'. The field 't005_Range' has the following description: intervallo di data ultima variazione
Returns:
the value of field 't005_Range'.

getTipoAuthority

public SbnAuthority getTipoAuthority()
Returns the value of field 'tipoAuthority'.
Returns:
the value of field 'tipoAuthority'.

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 -  

setCanaliCercaDatiAut

public void setCanaliCercaDatiAut(CanaliCercaDatiAutType canaliCercaDatiAut)
Sets the value of field 'canaliCercaDatiAut'. The field 'canaliCercaDatiAut' has the following description: canali di ricerca per elementi di authority: identificativo,ISADN (solo autori e titoli), stringa. Puo' non esserci se si usa un canale specifico per tipo authority
Parameters:
canaliCercaDatiAut - the value of field 'canaliCercaDatiAut'.

setFormaNome

public void setFormaNome(SbnFormaNome formaNome)
Sets the value of field 'formaNome'. The field 'formaNome' has the following description: filtro sulla forma del nome: A=solo accettati, R = solo rinvii
Parameters:
formaNome - the value of field 'formaNome'.

setLivelloAut_A

public void setLivelloAut_A(SbnLivello livelloAut_A)
Sets the value of field 'livelloAut_A'. The field 'livelloAut_A' has the following description: estremo superiore di range su livello autorita': si considerano livelli uguali o inferiori. Per ricerca puntuale su un livello deve coincidere con livelloAut_Da
Parameters:
livelloAut_A - the value of field 'livelloAut_A'.

setLivelloAut_Da

public void setLivelloAut_Da(SbnLivello livelloAut_Da)
Sets the value of field 'livelloAut_Da'. The field 'livelloAut_Da' has the following description: estremo inferiore di range su livello autorita': si considerano livelli uguali o superiori. Per ricerca puntuale su un livello deve coincidere con livelloAut_A
Parameters:
livelloAut_Da - the value of field 'livelloAut_Da'.

setT005_Range

public void setT005_Range(SbnRangeDate t005_Range)
Sets the value of field 't005_Range'. The field 't005_Range' has the following description: intervallo di data ultima variazione
Parameters:
t005_Range - the value of field 't005_Range'.

setTipoAuthority

public void setTipoAuthority(SbnAuthority tipoAuthority)
Sets the value of field 'tipoAuthority'.
Parameters:
tipoAuthority - the value of field 'tipoAuthority'.

unmarshalCercaDatiAutType

public static CercaDatiAutType unmarshalCercaDatiAutType(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