sbnmarc
Class LegamiType

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

public class LegamiType
extends sbnmarcBase
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
LegamiType()
           
 
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()
           
 java.lang.String getIdPartenza()
          Returns the value of field 'idPartenza'.
 SbnTipoOperazione getTipoOperazione()
          Returns the value of field 'tipoOperazione'.
 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 setIdPartenza(java.lang.String idPartenza)
          Sets the value of field 'idPartenza'.
 void setTipoOperazione(SbnTipoOperazione tipoOperazione)
          Sets the value of field 'tipoOperazione'.
static LegamiType unmarshalLegamiType(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

LegamiType

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

getIdPartenza

public java.lang.String getIdPartenza()
Returns the value of field 'idPartenza'. The field 'idPartenza' has the following description: identificativo oggetto di partenza del legame
Returns:
the value of field 'idPartenza'.

getTipoOperazione

public SbnTipoOperazione getTipoOperazione()
Returns the value of field 'tipoOperazione'.
Returns:
the value of field 'tipoOperazione'.

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 -  

setIdPartenza

public void setIdPartenza(java.lang.String idPartenza)
Sets the value of field 'idPartenza'. The field 'idPartenza' has the following description: identificativo oggetto di partenza del legame
Parameters:
idPartenza - the value of field 'idPartenza'.

setTipoOperazione

public void setTipoOperazione(SbnTipoOperazione tipoOperazione)
Sets the value of field 'tipoOperazione'.
Parameters:
tipoOperazione - the value of field 'tipoOperazione'.

unmarshalLegamiType

public static LegamiType unmarshalLegamiType(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