sbnmarc
Class TitoloCercaType

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

public class TitoloCercaType
extends sbnmarcBase
implements java.io.Serializable

parametri per la ricerca sulla stringa titolo. Il titolo non deve avere l'articolo

See Also:
Serialized Form

Constructor Summary
TitoloCercaType()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
          Note: hashCode() has not been overriden
 java.lang.String getEditoreKey()
          Returns the value of field 'editoreKey'.
 StringaCercaType getStringaCerca()
          Returns the value of field 'stringaCerca'.
 java.lang.String getTitoloCLET()
          Returns the value of field 'titoloCLET'.
 boolean isValid()
           
 void marshal(org.xml.sax.ContentHandler handler)
           
 void marshal(java.io.Writer out)
           
 void setEditoreKey(java.lang.String editoreKey)
          Sets the value of field 'editoreKey'.
 void setStringaCerca(StringaCercaType stringaCerca)
          Sets the value of field 'stringaCerca'.
 void setTitoloCLET(java.lang.String titoloCLET)
          Sets the value of field 'titoloCLET'.
static TitoloCercaType unmarshalTitoloCercaType(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

TitoloCercaType

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

getEditoreKey

public java.lang.String getEditoreKey()
Returns the value of field 'editoreKey'. The field 'editoreKey' has the following description: chiave calcolata dall'area della pubblicazione per filtrare su editori. Deve essere utilizzato in combinazione con uno degli altri elementi
Returns:
the value of field 'editoreKey'.

getStringaCerca

public StringaCercaType getStringaCerca()
Returns the value of field 'stringaCerca'.
Returns:
the value of field 'stringaCerca'.

getTitoloCLET

public java.lang.String getTitoloCLET()
Returns the value of field 'titoloCLET'. The field 'titoloCLET' has the following description: elemento da utilizzare per la ricerca per chiave CLET. Puo' essere utilizzato in combinazione con la ricerca per stringa parziale: titoloLike
Returns:
the value of field 'titoloCLET'.

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 -  

setEditoreKey

public void setEditoreKey(java.lang.String editoreKey)
Sets the value of field 'editoreKey'. The field 'editoreKey' has the following description: chiave calcolata dall'area della pubblicazione per filtrare su editori. Deve essere utilizzato in combinazione con uno degli altri elementi
Parameters:
editoreKey - the value of field 'editoreKey'.

setStringaCerca

public void setStringaCerca(StringaCercaType stringaCerca)
Sets the value of field 'stringaCerca'.
Parameters:
stringaCerca - the value of field 'stringaCerca'.

setTitoloCLET

public void setTitoloCLET(java.lang.String titoloCLET)
Sets the value of field 'titoloCLET'. The field 'titoloCLET' has the following description: elemento da utilizzare per la ricerca per chiave CLET. Puo' essere utilizzato in combinazione con la ricerca per stringa parziale: titoloLike
Parameters:
titoloCLET - the value of field 'titoloCLET'.

unmarshalTitoloCercaType

public static TitoloCercaType unmarshalTitoloCercaType(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