sbnmarc
Class ArrivoLegame

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

public class ArrivoLegame
extends sbnmarcBase
implements java.io.Serializable

struttura per dati di arrivo legame: si specializza sul tipo oggetto di arrivo

See Also:
Serialized Form

Constructor Summary
ArrivoLegame()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
          Note: hashCode() has not been overriden
 LegameDocType getLegameDoc()
          Method getLegameDocReturns the value of field 'legameDoc'.
 LegameElementoAutType getLegameElementoAut()
          Method getLegameElementoAutReturns the value of field 'legameElementoAut'.
 LegameTitAccessoType getLegameTitAccesso()
          Method getLegameTitAccessoReturns the value of field 'legameTitAccesso'.
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 void setLegameDoc(LegameDocType legameDoc)
          Method setLegameDocSets the value of field 'legameDoc'.
 void setLegameElementoAut(LegameElementoAutType legameElementoAut)
          Method setLegameElementoAutSets the value of field 'legameElementoAut'.
 void setLegameTitAccesso(LegameTitAccessoType legameTitAccesso)
          Method setLegameTitAccessoSets the value of field 'legameTitAccesso'.
static ArrivoLegame unmarshalArrivoLegame(java.io.Reader reader)
          Method unmarshalArrivoLegame
 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

ArrivoLegame

public ArrivoLegame()
Method Detail

equals

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

Overrides:
equals in class sbnmarcBase
Parameters:
obj -

getLegameDoc

public LegameDocType getLegameDoc()
Method getLegameDocReturns the value of field 'legameDoc'.

Returns:
the value of field 'legameDoc'.

getLegameElementoAut

public LegameElementoAutType getLegameElementoAut()
Method getLegameElementoAutReturns the value of field 'legameElementoAut'.

Returns:
the value of field 'legameElementoAut'.

getLegameTitAccesso

public LegameTitAccessoType getLegameTitAccesso()
Method getLegameTitAccessoReturns the value of field 'legameTitAccesso'.

Returns:
the value of field 'legameTitAccesso'.

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

setLegameDoc

public void setLegameDoc(LegameDocType legameDoc)
Method setLegameDocSets the value of field 'legameDoc'.

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

setLegameElementoAut

public void setLegameElementoAut(LegameElementoAutType legameElementoAut)
Method setLegameElementoAutSets the value of field 'legameElementoAut'.

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

setLegameTitAccesso

public void setLegameTitAccesso(LegameTitAccessoType legameTitAccesso)
Method setLegameTitAccessoSets the value of field 'legameTitAccesso'.

Parameters:
legameTitAccesso - the value of field 'legameTitAccesso'

unmarshalArrivoLegame

public static ArrivoLegame unmarshalArrivoLegame(java.io.Reader reader)
                                          throws org.exolab.castor.xml.MarshalException,
                                                 org.exolab.castor.xml.ValidationException
Method unmarshalArrivoLegame

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