sbnmarc
Class SbnRangeDate

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

public class SbnRangeDate
extends sbnmarcBase
implements java.io.Serializable

Intervallo temporale

See Also:
Serialized Form

Constructor Summary
SbnRangeDate()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
          Note: hashCode() has not been overriden
 org.exolab.castor.types.Date getDataA()
          Returns the value of field 'dataA'.
 org.exolab.castor.types.Date getDataDa()
          Returns the value of field 'dataDa'.
 boolean isValid()
           
 void marshal(org.xml.sax.ContentHandler handler)
           
 void marshal(java.io.Writer out)
           
 void setDataA(org.exolab.castor.types.Date dataA)
          Sets the value of field 'dataA'.
 void setDataDa(org.exolab.castor.types.Date dataDa)
          Sets the value of field 'dataDa'.
static SbnRangeDate unmarshalSbnRangeDate(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

SbnRangeDate

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

getDataA

public org.exolab.castor.types.Date getDataA()
Returns the value of field 'dataA'.
Returns:
the value of field 'dataA'.

getDataDa

public org.exolab.castor.types.Date getDataDa()
Returns the value of field 'dataDa'.
Returns:
the value of field 'dataDa'.

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 -  

setDataA

public void setDataA(org.exolab.castor.types.Date dataA)
Sets the value of field 'dataA'.
Parameters:
dataA - the value of field 'dataA'.

setDataDa

public void setDataDa(org.exolab.castor.types.Date dataDa)
Sets the value of field 'dataDa'.
Parameters:
dataDa - the value of field 'dataDa'.

unmarshalSbnRangeDate

public static SbnRangeDate unmarshalSbnRangeDate(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