sbnmarc
Class SbnResultType

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

public class SbnResultType
extends sbnmarcBase
implements java.io.Serializable

risultato elaborazione ed eventuale diagnostico

See Also:
Serialized Form

Constructor Summary
SbnResultType()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
          Note: hashCode() has not been overriden
 java.lang.String getEsito()
          Returns the value of field 'esito'.
 java.lang.String getNumPrenotazione()
          Returns the value of field 'numPrenotazione'.
 java.lang.String getTestoEsito()
          Returns the value of field 'testoEsito'.
 boolean isValid()
           
 void marshal(org.xml.sax.ContentHandler handler)
           
 void marshal(java.io.Writer out)
           
 void setEsito(java.lang.String esito)
          Sets the value of field 'esito'.
 void setNumPrenotazione(java.lang.String numPrenotazione)
          Sets the value of field 'numPrenotazione'.
 void setTestoEsito(java.lang.String testoEsito)
          Sets the value of field 'testoEsito'.
static SbnResultType unmarshalSbnResultType(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

SbnResultType

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

getEsito

public java.lang.String getEsito()
Returns the value of field 'esito'. The field 'esito' has the following description: codice diagnostico del risultato elaborazione
Returns:
the value of field 'esito'.

getNumPrenotazione

public java.lang.String getNumPrenotazione()
Returns the value of field 'numPrenotazione'. The field 'numPrenotazione' has the following description: numero assegnato all'elaborazione off-line che corrisponde alla richiesta
Returns:
the value of field 'numPrenotazione'.

getTestoEsito

public java.lang.String getTestoEsito()
Returns the value of field 'testoEsito'. The field 'testoEsito' has the following description: testo del diagnostico
Returns:
the value of field 'testoEsito'.

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 -  

setEsito

public void setEsito(java.lang.String esito)
Sets the value of field 'esito'. The field 'esito' has the following description: codice diagnostico del risultato elaborazione
Parameters:
esito - the value of field 'esito'.

setNumPrenotazione

public void setNumPrenotazione(java.lang.String numPrenotazione)
Sets the value of field 'numPrenotazione'. The field 'numPrenotazione' has the following description: numero assegnato all'elaborazione off-line che corrisponde alla richiesta
Parameters:
numPrenotazione - the value of field 'numPrenotazione'.

setTestoEsito

public void setTestoEsito(java.lang.String testoEsito)
Sets the value of field 'testoEsito'. The field 'testoEsito' has the following description: testo del diagnostico
Parameters:
testoEsito - the value of field 'testoEsito'.

unmarshalSbnResultType

public static SbnResultType unmarshalSbnResultType(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