sbnmarc
Class EstraeElementoAutType

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

public class EstraeElementoAutType
extends sbnmarcBase
implements java.io.Serializable

Filtri per selezionare gli elementi da esportare

See Also:
Serialized Form

Constructor Summary
EstraeElementoAutType()
           
 
Method Summary
 void addArrivoLegame(ArrivoLegame vArrivoLegame)
           
 void addArrivoLegame(int index, ArrivoLegame vArrivoLegame)
           
 void clearArrivoLegame()
           
 java.util.Enumeration enumerateArrivoLegame()
           
 boolean equals(java.lang.Object obj)
          Note: hashCode() has not been overriden
 ArrivoLegame[] getArrivoLegame()
           
 ArrivoLegame getArrivoLegame(int index)
           
 int getArrivoLegameCount()
           
 EstraeDatiAutType getEstraeDatiAut()
          Returns the value of field 'estraeDatiAut'.
 boolean isValid()
           
 void marshal(org.xml.sax.ContentHandler handler)
           
 void marshal(java.io.Writer out)
           
 boolean removeArrivoLegame(ArrivoLegame vArrivoLegame)
           
 void setArrivoLegame(ArrivoLegame[] arrivoLegameArray)
           
 void setArrivoLegame(int index, ArrivoLegame vArrivoLegame)
           
 void setEstraeDatiAut(EstraeDatiAutType estraeDatiAut)
          Sets the value of field 'estraeDatiAut'.
static EstraeElementoAutType unmarshalEstraeElementoAutType(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

EstraeElementoAutType

public EstraeElementoAutType()
Method Detail

addArrivoLegame

public void addArrivoLegame(ArrivoLegame vArrivoLegame)
                     throws java.lang.IndexOutOfBoundsException
Parameters:
vArrivoLegame -  

addArrivoLegame

public void addArrivoLegame(int index,
                            ArrivoLegame vArrivoLegame)
                     throws java.lang.IndexOutOfBoundsException
Parameters:
index -  
vArrivoLegame -  

clearArrivoLegame

public void clearArrivoLegame()

enumerateArrivoLegame

public java.util.Enumeration enumerateArrivoLegame()

equals

public boolean equals(java.lang.Object obj)
Note: hashCode() has not been overriden
Overrides:
equals in class java.lang.Object
Parameters:
obj -  

getArrivoLegame

public ArrivoLegame getArrivoLegame(int index)
                             throws java.lang.IndexOutOfBoundsException
Parameters:
index -  

getArrivoLegame

public ArrivoLegame[] getArrivoLegame()

getArrivoLegameCount

public int getArrivoLegameCount()

getEstraeDatiAut

public EstraeDatiAutType getEstraeDatiAut()
Returns the value of field 'estraeDatiAut'.
Returns:
the value of field 'estraeDatiAut'.

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 -  

removeArrivoLegame

public boolean removeArrivoLegame(ArrivoLegame vArrivoLegame)
Parameters:
vArrivoLegame -  

setArrivoLegame

public void setArrivoLegame(int index,
                            ArrivoLegame vArrivoLegame)
                     throws java.lang.IndexOutOfBoundsException
Parameters:
index -  
vArrivoLegame -  

setArrivoLegame

public void setArrivoLegame(ArrivoLegame[] arrivoLegameArray)
Parameters:
arrivoLegameArray -  

setEstraeDatiAut

public void setEstraeDatiAut(EstraeDatiAutType estraeDatiAut)
Sets the value of field 'estraeDatiAut'.
Parameters:
estraeDatiAut - the value of field 'estraeDatiAut'.

unmarshalEstraeElementoAutType

public static EstraeElementoAutType unmarshalEstraeElementoAutType(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