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()
          Returns the value of field 'sbnResponseTypeChoice'.
 SbnResultType getSbnResult()
          Returns the value of field 'sbnResult'.
 boolean isValid()
           
 void marshal(org.xml.sax.ContentHandler handler)
           
 void marshal(java.io.Writer out)
           
 void setSbnResponseTypeChoice(SbnResponseTypeChoice sbnResponseTypeChoice)
          Sets the value of field 'sbnResponseTypeChoice'.
 void setSbnResult(SbnResultType sbnResult)
          Sets the value of field 'sbnResult'.
static SbnResponseType unmarshalSbnResponseType(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

SbnResponseType

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

getSbnResponseTypeChoice

public SbnResponseTypeChoice getSbnResponseTypeChoice()
Returns the value of field 'sbnResponseTypeChoice'.
Returns:
the value of field 'sbnResponseTypeChoice'.

getSbnResult

public SbnResultType getSbnResult()
Returns the value of field 'sbnResult'.
Returns:
the value of field 'sbnResult'.

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 -  

setSbnResponseTypeChoice

public void setSbnResponseTypeChoice(SbnResponseTypeChoice sbnResponseTypeChoice)
Sets the value of field 'sbnResponseTypeChoice'.
Parameters:
sbnResponseTypeChoice - the value of field 'sbnResponseTypeChoice'.

setSbnResult

public void setSbnResult(SbnResultType sbnResult)
Sets 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
Parameters:
reader -  

validate

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