sbnmarc
Class StringaCercaType

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

public class StringaCercaType
extends sbnmarcBase
implements java.io.Serializable

parametri per la ricerca sulla stringa descrittiva di un elemento di authority. La stringa non deve avere l'articolo

See Also:
Serialized Form

Constructor Summary
StringaCercaType()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
          Note: hashCode() has not been overriden
 java.lang.String getStringaEsatta()
          Returns the value of field 'stringaEsatta'.
 java.lang.String getStringaLike()
          Returns the value of field 'stringaLike'.
 boolean isValid()
           
 void marshal(org.xml.sax.ContentHandler handler)
           
 void marshal(java.io.Writer out)
           
 void setStringaEsatta(java.lang.String stringaEsatta)
          Sets the value of field 'stringaEsatta'.
 void setStringaLike(java.lang.String stringaLike)
          Sets the value of field 'stringaLike'.
static StringaCercaType unmarshalStringaCercaType(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

StringaCercaType

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

getStringaEsatta

public java.lang.String getStringaEsatta()
Returns the value of field 'stringaEsatta'. The field 'stringaEsatta' has the following description: elemento da utilizzare per la ricerca per stringa uguale
Returns:
the value of field 'stringaEsatta'.

getStringaLike

public java.lang.String getStringaLike()
Returns the value of field 'stringaLike'. The field 'stringaLike' has the following description: elemento da utilizzare per la ricerca per parte iniziale
Returns:
the value of field 'stringaLike'.

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 -  

setStringaEsatta

public void setStringaEsatta(java.lang.String stringaEsatta)
Sets the value of field 'stringaEsatta'. The field 'stringaEsatta' has the following description: elemento da utilizzare per la ricerca per stringa uguale
Parameters:
stringaEsatta - the value of field 'stringaEsatta'.

setStringaLike

public void setStringaLike(java.lang.String stringaLike)
Sets the value of field 'stringaLike'. The field 'stringaLike' has the following description: elemento da utilizzare per la ricerca per parte iniziale
Parameters:
stringaLike - the value of field 'stringaLike'.

unmarshalStringaCercaType

public static StringaCercaType unmarshalStringaCercaType(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