sbnmarc
Class ElementoAutLegatoType

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

public class ElementoAutLegatoType
extends sbnmarcBase
implements java.io.Serializable

struttura da utilizzare per filtrare la ricerca documenti. E' possibile cercare per id o per stringa iniziale (cles)

See Also:
Serialized Form

Constructor Summary
ElementoAutLegatoType()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
          Note: hashCode() has not been overriden
 CanaliCercaDatiAutType getCanaliCercaDatiAut()
          Returns the value of field 'canaliCercaDatiAut'.
 ChiaviAutoreCercaType getChiaviAutoreCerca()
          Returns the value of field 'chiaviAutoreCerca'.
 java.lang.String getRelatorCode()
          Returns the value of field 'relatorCode'.
 A928 getT928()
          Returns the value of field 't928'.
 A929 getT929()
          Returns the value of field 't929'.
 SbnAuthority getTipoAuthority()
          Returns the value of field 'tipoAuthority'.
 SbnRespons getTipoRespons()
          Returns the value of field 'tipoRespons'.
 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 setChiaviAutoreCerca(ChiaviAutoreCercaType chiaviAutoreCerca)
          Sets the value of field 'chiaviAutoreCerca'.
 void setRelatorCode(java.lang.String relatorCode)
          Sets the value of field 'relatorCode'.
 void setT928(A928 t928)
          Sets the value of field 't928'.
 void setT929(A929 t929)
          Sets the value of field 't929'.
 void setTipoAuthority(SbnAuthority tipoAuthority)
          Sets the value of field 'tipoAuthority'.
 void setTipoRespons(SbnRespons tipoRespons)
          Sets the value of field 'tipoRespons'.
static ElementoAutLegatoType unmarshalElementoAutLegatoType(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

ElementoAutLegatoType

public ElementoAutLegatoType()
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 degli elementi di authority legati al doc.: identificativo, ISADN (solo autori e titoli), stringa.
Returns:
the value of field 'canaliCercaDatiAut'.

getChiaviAutoreCerca

public ChiaviAutoreCercaType getChiaviAutoreCerca()
Returns the value of field 'chiaviAutoreCerca'. The field 'chiaviAutoreCerca' has the following description: filtro sulle chiavi dell'autore legato al documento
Returns:
the value of field 'chiaviAutoreCerca'.

getRelatorCode

public java.lang.String getRelatorCode()
Returns the value of field 'relatorCode'. The field 'relatorCode' has the following description: filtro sul legame autore-documento: codice di relazione
Returns:
the value of field 'relatorCode'.

getT928

public A928 getT928()
Returns the value of field 't928'. The field 't928' has the following description: filtri su titolo uniforme musicale collegato ai documenti: organico della composizione
Returns:
the value of field 't928'.

getT929

public A929 getT929()
Returns the value of field 't929'. The field 't929' has the following description: filtri su titolo uniforme musicale collegato ai documenti: dati codificati
Returns:
the value of field 't929'.

getTipoAuthority

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

getTipoRespons

public SbnRespons getTipoRespons()
Returns the value of field 'tipoRespons'. The field 'tipoRespons' has the following description: filtro sul legame autore-documento: tipo di responsabilita'
Returns:
the value of field 'tipoRespons'.

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 degli elementi di authority legati al doc.: identificativo, ISADN (solo autori e titoli), stringa.
Parameters:
canaliCercaDatiAut - the value of field 'canaliCercaDatiAut'.

setChiaviAutoreCerca

public void setChiaviAutoreCerca(ChiaviAutoreCercaType chiaviAutoreCerca)
Sets the value of field 'chiaviAutoreCerca'. The field 'chiaviAutoreCerca' has the following description: filtro sulle chiavi dell'autore legato al documento
Parameters:
chiaviAutoreCerca - the value of field 'chiaviAutoreCerca'.

setRelatorCode

public void setRelatorCode(java.lang.String relatorCode)
Sets the value of field 'relatorCode'. The field 'relatorCode' has the following description: filtro sul legame autore-documento: codice di relazione
Parameters:
relatorCode - the value of field 'relatorCode'.

setT928

public void setT928(A928 t928)
Sets the value of field 't928'. The field 't928' has the following description: filtri su titolo uniforme musicale collegato ai documenti: organico della composizione
Parameters:
t928 - the value of field 't928'.

setT929

public void setT929(A929 t929)
Sets the value of field 't929'. The field 't929' has the following description: filtri su titolo uniforme musicale collegato ai documenti: dati codificati
Parameters:
t929 - the value of field 't929'.

setTipoAuthority

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

setTipoRespons

public void setTipoRespons(SbnRespons tipoRespons)
Sets the value of field 'tipoRespons'. The field 'tipoRespons' has the following description: filtro sul legame autore-documento: tipo di responsabilita'
Parameters:
tipoRespons - the value of field 'tipoRespons'.

unmarshalElementoAutLegatoType

public static ElementoAutLegatoType unmarshalElementoAutLegatoType(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