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()
          Method getEsitoReturns the value of field 'esito'.
 java.lang.String getNumPrenotazione()
          Method getNumPrenotazioneReturns the value of field 'numPrenotazione'.
 java.lang.String getTestoEsito()
          Method getTestoEsitoReturns the value of field 'testoEsito'.
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 void setEsito(java.lang.String esito)
          Method setEsitoSets the value of field 'esito'.
 void setNumPrenotazione(java.lang.String numPrenotazione)
          Method setNumPrenotazioneSets the value of field 'numPrenotazione'.
 void setTestoEsito(java.lang.String testoEsito)
          Method setTestoEsitoSets the value of field 'testoEsito'.
static SbnResultType unmarshalSbnResultType(java.io.Reader reader)
          Method unmarshalSbnResultType
 void validate()
          Method validate
 
Methods inherited from class sbnmarcBase.sbnmarcBase
fromStringToRootObject
 
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 sbnmarcBase
Parameters:
obj -

getEsito

public java.lang.String getEsito()
Method getEsitoReturns 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()
Method getNumPrenotazioneReturns 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()
Method getTestoEsitoReturns 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()
Method isValid


marshal

public void marshal(java.io.Writer out)
             throws org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Method marshal

Parameters:
out -
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

marshal

public void marshal(org.xml.sax.ContentHandler handler)
             throws java.io.IOException,
                    org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Method marshal

Parameters:
handler -
java.io.IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

setEsito

public void setEsito(java.lang.String esito)
Method setEsitoSets 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)
Method setNumPrenotazioneSets 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)
Method setTestoEsitoSets 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
Method unmarshalSbnResultType

Parameters:
reader -
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

validate

public void validate()
              throws org.exolab.castor.xml.ValidationException
Method validate

org.exolab.castor.xml.ValidationException