sbnmarc
Class LegameDocType

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

public class LegameDocType
extends sbnmarcBase
implements java.io.Serializable

legami tra documenti

See Also:
Serialized Form

Constructor Summary
LegameDocType()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
          Note: hashCode() has not been overriden
 DocumentoType getDocumentoLegato()
          Returns the value of field 'documentoLegato'.
 java.lang.String getIdArrivo()
          Returns the value of field 'idArrivo'.
 java.lang.String getNoteLegame()
          Returns the value of field 'noteLegame'.
 java.lang.String getSequenza()
          Returns the value of field 'sequenza'.
 SbnLegameDoc getTipoLegame()
          Returns the value of field 'tipoLegame'.
 boolean isValid()
           
 void marshal(org.xml.sax.ContentHandler handler)
           
 void marshal(java.io.Writer out)
           
 void setDocumentoLegato(DocumentoType documentoLegato)
          Sets the value of field 'documentoLegato'.
 void setIdArrivo(java.lang.String idArrivo)
          Sets the value of field 'idArrivo'.
 void setNoteLegame(java.lang.String noteLegame)
          Sets the value of field 'noteLegame'.
 void setSequenza(java.lang.String sequenza)
          Sets the value of field 'sequenza'.
 void setTipoLegame(SbnLegameDoc tipoLegame)
          Sets the value of field 'tipoLegame'.
static LegameDocType unmarshalLegameDocType(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

LegameDocType

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

getDocumentoLegato

public DocumentoType getDocumentoLegato()
Returns the value of field 'documentoLegato'.
Returns:
the value of field 'documentoLegato'.

getIdArrivo

public java.lang.String getIdArrivo()
Returns the value of field 'idArrivo'.
Returns:
the value of field 'idArrivo'.

getNoteLegame

public java.lang.String getNoteLegame()
Returns the value of field 'noteLegame'.
Returns:
the value of field 'noteLegame'.

getSequenza

public java.lang.String getSequenza()
Returns the value of field 'sequenza'.
Returns:
the value of field 'sequenza'.

getTipoLegame

public SbnLegameDoc getTipoLegame()
Returns the value of field 'tipoLegame'.
Returns:
the value of field 'tipoLegame'.

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 -  

setDocumentoLegato

public void setDocumentoLegato(DocumentoType documentoLegato)
Sets the value of field 'documentoLegato'.
Parameters:
documentoLegato - the value of field 'documentoLegato'.

setIdArrivo

public void setIdArrivo(java.lang.String idArrivo)
Sets the value of field 'idArrivo'.
Parameters:
idArrivo - the value of field 'idArrivo'.

setNoteLegame

public void setNoteLegame(java.lang.String noteLegame)
Sets the value of field 'noteLegame'.
Parameters:
noteLegame - the value of field 'noteLegame'.

setSequenza

public void setSequenza(java.lang.String sequenza)
Sets the value of field 'sequenza'.
Parameters:
sequenza - the value of field 'sequenza'.

setTipoLegame

public void setTipoLegame(SbnLegameDoc tipoLegame)
Sets the value of field 'tipoLegame'.
Parameters:
tipoLegame - the value of field 'tipoLegame'.

unmarshalLegameDocType

public static LegameDocType unmarshalLegameDocType(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