sbnmarc
Class C423

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

public class C423
extends sbnmarcBase
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
C423()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
          Note: hashCode() has not been overriden
 C101 getT101()
          Returns the value of field 't101'.
 C102 getT102()
          Returns the value of field 't102'.
 C105 getT105()
          Returns the value of field 't105'.
 C200 getT200()
          Returns the value of field 't200'.
 boolean isValid()
           
 void marshal(org.xml.sax.ContentHandler handler)
           
 void marshal(java.io.Writer out)
           
 void setT101(C101 t101)
          Sets the value of field 't101'.
 void setT102(C102 t102)
          Sets the value of field 't102'.
 void setT105(C105 t105)
          Sets the value of field 't105'.
 void setT200(C200 t200)
          Sets the value of field 't200'.
static C423 unmarshalC423(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

C423

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

getT101

public C101 getT101()
Returns the value of field 't101'.
Returns:
the value of field 't101'.

getT102

public C102 getT102()
Returns the value of field 't102'.
Returns:
the value of field 't102'.

getT105

public C105 getT105()
Returns the value of field 't105'.
Returns:
the value of field 't105'.

getT200

public C200 getT200()
Returns the value of field 't200'.
Returns:
the value of field 't200'.

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 -  

setT101

public void setT101(C101 t101)
Sets the value of field 't101'.
Parameters:
t101 - the value of field 't101'.

setT102

public void setT102(C102 t102)
Sets the value of field 't102'.
Parameters:
t102 - the value of field 't102'.

setT105

public void setT105(C105 t105)
Sets the value of field 't105'.
Parameters:
t105 - the value of field 't105'.

setT200

public void setT200(C200 t200)
Sets the value of field 't200'.
Parameters:
t200 - the value of field 't200'.

unmarshalC423

public static C423 unmarshalC423(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