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

Class SbnResponseTypeChoice.

See Also:
Serialized Form

Constructor Summary
SbnResponseTypeChoice()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
          Note: hashCode() has not been overriden
 SbnOutputType getSbnOutput()
          Method getSbnOutputReturns the value of field 'sbnOutput'.
 SbnProfileType getSbnUserProfile()
          Method getSbnUserProfileReturns the value of field 'sbnUserProfile'.
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 void setSbnOutput(SbnOutputType sbnOutput)
          Method setSbnOutputSets the value of field 'sbnOutput'.
 void setSbnUserProfile(SbnProfileType sbnUserProfile)
          Method setSbnUserProfileSets the value of field 'sbnUserProfile'.
static SbnResponseTypeChoice unmarshalSbnResponseTypeChoice(java.io.Reader reader)
          Method unmarshalSbnResponseTypeChoice
 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

SbnResponseTypeChoice

public SbnResponseTypeChoice()
Method Detail

equals

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

Overrides:
equals in class sbnmarcBase
Parameters:
obj -

getSbnOutput

public SbnOutputType getSbnOutput()
Method getSbnOutputReturns the value of field 'sbnOutput'.

Returns:
the value of field 'sbnOutput'.

getSbnUserProfile

public SbnProfileType getSbnUserProfile()
Method getSbnUserProfileReturns the value of field 'sbnUserProfile'.

Returns:
the value of field 'sbnUserProfile'.

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

setSbnOutput

public void setSbnOutput(SbnOutputType sbnOutput)
Method setSbnOutputSets the value of field 'sbnOutput'.

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

setSbnUserProfile

public void setSbnUserProfile(SbnProfileType sbnUserProfile)
Method setSbnUserProfileSets 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
Method unmarshalSbnResponseTypeChoice

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