sbnmarc
Class SbnResponseType

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

public class SbnResponseType
extends sbnmarcBase
implements java.io.Serializable

STRUTTURA DEI MESSAGGI DI RISPOSTA

See Also:
Serialized Form

Constructor Summary
SbnResponseType()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
          Note: hashCode() has not been overriden
 SbnResponseTypeChoice getSbnResponseTypeChoice()
          Method getSbnResponseTypeChoiceReturns the value of field 'sbnResponseTypeChoice'.
 SbnResultType getSbnResult()
          Method getSbnResultReturns the value of field 'sbnResult'.
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 void setSbnResponseTypeChoice(SbnResponseTypeChoice sbnResponseTypeChoice)
          Method setSbnResponseTypeChoiceSets the value of field 'sbnResponseTypeChoice'.
 void setSbnResult(SbnResultType sbnResult)
          Method setSbnResultSets the value of field 'sbnResult'.
static SbnResponseType unmarshalSbnResponseType(java.io.Reader reader)
          Method unmarshalSbnResponseType
 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

SbnResponseType

public SbnResponseType()
Method Detail

equals

public boolean equals(java.lang.Object obj)
Note: hashCode() has not been overriden

Overrides:
equals in class sbnmarcBase
Parameters:
obj -

getSbnResponseTypeChoice

public SbnResponseTypeChoice getSbnResponseTypeChoice()
Method getSbnResponseTypeChoiceReturns the value of field 'sbnResponseTypeChoice'.

Returns:
the value of field 'sbnResponseTypeChoice'.

getSbnResult

public SbnResultType getSbnResult()
Method getSbnResultReturns the value of field 'sbnResult'.

Returns:
the value of field 'sbnResult'.

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

setSbnResponseTypeChoice

public void setSbnResponseTypeChoice(SbnResponseTypeChoice sbnResponseTypeChoice)
Method setSbnResponseTypeChoiceSets the value of field 'sbnResponseTypeChoice'.

Parameters:
sbnResponseTypeChoice - the value of field 'sbnResponseTypeChoice'.

setSbnResult

public void setSbnResult(SbnResultType sbnResult)
Method setSbnResultSets the value of field 'sbnResult'.

Parameters:
sbnResult - the value of field 'sbnResult'.

unmarshalSbnResponseType

public static SbnResponseType unmarshalSbnResponseType(java.io.Reader reader)
                                                throws org.exolab.castor.xml.MarshalException,
                                                       org.exolab.castor.xml.ValidationException
Method unmarshalSbnResponseType

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