sbnmarc
Class SbnResponseTypeChoice

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

public class SbnResponseTypeChoice
extends sbnmarcBase
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
SbnResponseTypeChoice()
           
 
Method Summary
 SbnOutputType getSbnOutput()
          Returns the value of field 'sbnOutput'.
 SbnProfileType getSbnUserProfile()
          Returns the value of field 'sbnUserProfile'.
 boolean isValid()
           
 void marshal(org.xml.sax.ContentHandler handler)
           
 void marshal(java.io.Writer out)
           
 void setSbnOutput(SbnOutputType sbnOutput)
          Sets the value of field 'sbnOutput'.
 void setSbnUserProfile(SbnProfileType sbnUserProfile)
          Sets the value of field 'sbnUserProfile'.
static SbnResponseTypeChoice unmarshalSbnResponseTypeChoice(java.io.Reader reader)
           
 void validate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SbnResponseTypeChoice

public SbnResponseTypeChoice()
Method Detail

getSbnOutput

public SbnOutputType getSbnOutput()
Returns the value of field 'sbnOutput'.
Returns:
the value of field 'sbnOutput'.

getSbnUserProfile

public SbnProfileType getSbnUserProfile()
Returns the value of field 'sbnUserProfile'.
Returns:
the value of field 'sbnUserProfile'.

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 -  

setSbnOutput

public void setSbnOutput(SbnOutputType sbnOutput)
Sets the value of field 'sbnOutput'.
Parameters:
sbnOutput - the value of field 'sbnOutput'.

setSbnUserProfile

public void setSbnUserProfile(SbnProfileType sbnUserProfile)
Sets the value of field 'sbnUserProfile'.
Parameters:
sbnUserProfile - the value of field 'sbnUserProfile'.

unmarshalSbnResponseTypeChoice

public static SbnResponseTypeChoice unmarshalSbnResponseTypeChoice(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