sbnmarc
Class ElementAutType

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

public class ElementAutType
extends sbnmarcBase
implements java.io.Serializable

Class ElementAutType.

See Also:
Serialized Form

Constructor Summary
ElementAutType()
           
 
Method Summary
 void addLegamiElementoAut(int index, LegamiType vLegamiElementoAut)
          Method addLegamiElementoAut
 void addLegamiElementoAut(LegamiType vLegamiElementoAut)
          Method addLegamiElementoAut
 void clearLegamiElementoAut()
          Method clearLegamiElementoAut
 java.util.Enumeration enumerateLegamiElementoAut()
          Method enumerateLegamiElementoAut
 boolean equals(java.lang.Object obj)
          Note: hashCode() has not been overriden
 DatiElementoType getDatiElementoAut()
          Method getDatiElementoAutReturns the value of field 'datiElementoAut'.
 LegamiType[] getLegamiElementoAut()
          Method getLegamiElementoAut
 LegamiType getLegamiElementoAut(int index)
          Method getLegamiElementoAut
 int getLegamiElementoAutCount()
          Method getLegamiElementoAutCount
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 boolean removeLegamiElementoAut(LegamiType vLegamiElementoAut)
          Method removeLegamiElementoAut
 void setDatiElementoAut(DatiElementoType datiElementoAut)
          Method setDatiElementoAutSets the value of field 'datiElementoAut'.
 void setLegamiElementoAut(int index, LegamiType vLegamiElementoAut)
          Method setLegamiElementoAut
 void setLegamiElementoAut(LegamiType[] legamiElementoAutArray)
          Method setLegamiElementoAut
static ElementAutType unmarshalElementAutType(java.io.Reader reader)
          Method unmarshalElementAutType
 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

ElementAutType

public ElementAutType()
Method Detail

addLegamiElementoAut

public void addLegamiElementoAut(LegamiType vLegamiElementoAut)
                          throws java.lang.IndexOutOfBoundsException
Method addLegamiElementoAut

Parameters:
vLegamiElementoAut -
java.lang.IndexOutOfBoundsException

addLegamiElementoAut

public void addLegamiElementoAut(int index,
                                 LegamiType vLegamiElementoAut)
                          throws java.lang.IndexOutOfBoundsException
Method addLegamiElementoAut

Parameters:
index -
vLegamiElementoAut -
java.lang.IndexOutOfBoundsException

clearLegamiElementoAut

public void clearLegamiElementoAut()
Method clearLegamiElementoAut


enumerateLegamiElementoAut

public java.util.Enumeration enumerateLegamiElementoAut()
Method enumerateLegamiElementoAut


equals

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

Overrides:
equals in class sbnmarcBase
Parameters:
obj -

getDatiElementoAut

public DatiElementoType getDatiElementoAut()
Method getDatiElementoAutReturns the value of field 'datiElementoAut'.

Returns:
the value of field 'datiElementoAut'.

getLegamiElementoAut

public LegamiType getLegamiElementoAut(int index)
                                throws java.lang.IndexOutOfBoundsException
Method getLegamiElementoAut

Parameters:
index -
java.lang.IndexOutOfBoundsException

getLegamiElementoAut

public LegamiType[] getLegamiElementoAut()
Method getLegamiElementoAut


getLegamiElementoAutCount

public int getLegamiElementoAutCount()
Method getLegamiElementoAutCount


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

removeLegamiElementoAut

public boolean removeLegamiElementoAut(LegamiType vLegamiElementoAut)
Method removeLegamiElementoAut

Parameters:
vLegamiElementoAut -

setDatiElementoAut

public void setDatiElementoAut(DatiElementoType datiElementoAut)
Method setDatiElementoAutSets the value of field 'datiElementoAut'.

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

setLegamiElementoAut

public void setLegamiElementoAut(int index,
                                 LegamiType vLegamiElementoAut)
                          throws java.lang.IndexOutOfBoundsException
Method setLegamiElementoAut

Parameters:
index -
vLegamiElementoAut -
java.lang.IndexOutOfBoundsException

setLegamiElementoAut

public void setLegamiElementoAut(LegamiType[] legamiElementoAutArray)
Method setLegamiElementoAut

Parameters:
legamiElementoAutArray -

unmarshalElementAutType

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

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