sbnmarc
Class A210

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

public class A210
extends sbnmarcBase
implements java.io.Serializable

210 - heading - coorporate body name. Attributi: id1=1 tipo nome SBN=R, id1=0 e id2=1: tipo nome SBN=G,id1=0 e id2=2: tipo nome SBN=E

See Also:
Serialized Form

Constructor Summary
A210()
           
 
Method Summary
 void addA210_G(A210_GType vA210_G)
          Method addA210_G
 void addA210_G(int index, A210_GType vA210_G)
          Method addA210_G
 void addC_210(int index, java.lang.String vC_210)
          Method addC_210
 void addC_210(java.lang.String vC_210)
          Method addC_210
 void addD_210(int index, java.lang.String vD_210)
          Method addD_210
 void addD_210(java.lang.String vD_210)
          Method addD_210
 void addE_210(int index, java.lang.String vE_210)
          Method addE_210
 void addE_210(java.lang.String vE_210)
          Method addE_210
 void clearA210_G()
          Method clearA210_G
 void clearC_210()
          Method clearC_210
 void clearD_210()
          Method clearD_210
 void clearE_210()
          Method clearE_210
 java.util.Enumeration enumerateA210_G()
          Method enumerateA210_G
 java.util.Enumeration enumerateC_210()
          Method enumerateC_210
 java.util.Enumeration enumerateD_210()
          Method enumerateD_210
 java.util.Enumeration enumerateE_210()
          Method enumerateE_210
 boolean equals(java.lang.Object obj)
          Note: hashCode() has not been overriden
 java.lang.String getA_210()
          Method getA_210Returns the value of field 'a_210'.
 A210_GType[] getA210_G()
          Method getA210_G
 A210_GType getA210_G(int index)
          Method getA210_G
 int getA210_GCount()
          Method getA210_GCount
 java.lang.String[] getC_210()
          Method getC_210
 java.lang.String getC_210(int index)
          Method getC_210
 int getC_210Count()
          Method getC_210Count
 java.lang.String[] getD_210()
          Method getD_210
 java.lang.String getD_210(int index)
          Method getD_210
 int getD_210Count()
          Method getD_210Count
 java.lang.String[] getE_210()
          Method getE_210
 java.lang.String getE_210(int index)
          Method getE_210
 int getE_210Count()
          Method getE_210Count
 java.lang.String getF_210()
          Method getF_210Returns the value of field 'f_210'.
 Indicatore getId1()
          Method getId1Returns the value of field 'id1'.
 Indicatore getId2()
          Method getId2Returns the value of field 'id2'.
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 boolean removeA210_G(A210_GType vA210_G)
          Method removeA210_G
 boolean removeC_210(java.lang.String vC_210)
          Method removeC_210
 boolean removeD_210(java.lang.String vD_210)
          Method removeD_210
 boolean removeE_210(java.lang.String vE_210)
          Method removeE_210
 void setA_210(java.lang.String a_210)
          Method setA_210Sets the value of field 'a_210'.
 void setA210_G(A210_GType[] a210_GArray)
          Method setA210_G
 void setA210_G(int index, A210_GType vA210_G)
          Method setA210_G
 void setC_210(int index, java.lang.String vC_210)
          Method setC_210
 void setC_210(java.lang.String[] c_210Array)
          Method setC_210
 void setD_210(int index, java.lang.String vD_210)
          Method setD_210
 void setD_210(java.lang.String[] d_210Array)
          Method setD_210
 void setE_210(int index, java.lang.String vE_210)
          Method setE_210
 void setE_210(java.lang.String[] e_210Array)
          Method setE_210
 void setF_210(java.lang.String f_210)
          Method setF_210Sets the value of field 'f_210'.
 void setId1(Indicatore id1)
          Method setId1Sets the value of field 'id1'.
 void setId2(Indicatore id2)
          Method setId2Sets the value of field 'id2'.
static A210 unmarshalA210(java.io.Reader reader)
          Method unmarshalA210
 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

A210

public A210()
Method Detail

addA210_G

public void addA210_G(A210_GType vA210_G)
               throws java.lang.IndexOutOfBoundsException
Method addA210_G

Parameters:
vA210_G -
java.lang.IndexOutOfBoundsException

addA210_G

public void addA210_G(int index,
                      A210_GType vA210_G)
               throws java.lang.IndexOutOfBoundsException
Method addA210_G

Parameters:
index -
vA210_G -
java.lang.IndexOutOfBoundsException

addC_210

public void addC_210(java.lang.String vC_210)
              throws java.lang.IndexOutOfBoundsException
Method addC_210

Parameters:
vC_210 -
java.lang.IndexOutOfBoundsException

addC_210

public void addC_210(int index,
                     java.lang.String vC_210)
              throws java.lang.IndexOutOfBoundsException
Method addC_210

Parameters:
index -
vC_210 -
java.lang.IndexOutOfBoundsException

addD_210

public void addD_210(java.lang.String vD_210)
              throws java.lang.IndexOutOfBoundsException
Method addD_210

Parameters:
vD_210 -
java.lang.IndexOutOfBoundsException

addD_210

public void addD_210(int index,
                     java.lang.String vD_210)
              throws java.lang.IndexOutOfBoundsException
Method addD_210

Parameters:
index -
vD_210 -
java.lang.IndexOutOfBoundsException

addE_210

public void addE_210(java.lang.String vE_210)
              throws java.lang.IndexOutOfBoundsException
Method addE_210

Parameters:
vE_210 -
java.lang.IndexOutOfBoundsException

addE_210

public void addE_210(int index,
                     java.lang.String vE_210)
              throws java.lang.IndexOutOfBoundsException
Method addE_210

Parameters:
index -
vE_210 -
java.lang.IndexOutOfBoundsException

clearA210_G

public void clearA210_G()
Method clearA210_G


clearC_210

public void clearC_210()
Method clearC_210


clearD_210

public void clearD_210()
Method clearD_210


clearE_210

public void clearE_210()
Method clearE_210


enumerateA210_G

public java.util.Enumeration enumerateA210_G()
Method enumerateA210_G


enumerateC_210

public java.util.Enumeration enumerateC_210()
Method enumerateC_210


enumerateD_210

public java.util.Enumeration enumerateD_210()
Method enumerateD_210


enumerateE_210

public java.util.Enumeration enumerateE_210()
Method enumerateE_210


equals

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

Overrides:
equals in class sbnmarcBase
Parameters:
obj -

getA210_G

public A210_GType getA210_G(int index)
                     throws java.lang.IndexOutOfBoundsException
Method getA210_G

Parameters:
index -
java.lang.IndexOutOfBoundsException

getA210_G

public A210_GType[] getA210_G()
Method getA210_G


getA210_GCount

public int getA210_GCount()
Method getA210_GCount


getA_210

public java.lang.String getA_210()
Method getA_210Returns the value of field 'a_210'. The field 'a_210' has the following description: Parte principale del nome

Returns:
the value of field 'a_210'.

getC_210

public java.lang.String getC_210(int index)
                          throws java.lang.IndexOutOfBoundsException
Method getC_210

Parameters:
index -
java.lang.IndexOutOfBoundsException

getC_210

public java.lang.String[] getC_210()
Method getC_210


getC_210Count

public int getC_210Count()
Method getC_210Count


getD_210

public java.lang.String getD_210(int index)
                          throws java.lang.IndexOutOfBoundsException
Method getD_210

Parameters:
index -
java.lang.IndexOutOfBoundsException

getD_210

public java.lang.String[] getD_210()
Method getD_210


getD_210Count

public int getD_210Count()
Method getD_210Count


getE_210

public java.lang.String getE_210(int index)
                          throws java.lang.IndexOutOfBoundsException
Method getE_210

Parameters:
index -
java.lang.IndexOutOfBoundsException

getE_210

public java.lang.String[] getE_210()
Method getE_210


getE_210Count

public int getE_210Count()
Method getE_210Count


getF_210

public java.lang.String getF_210()
Method getF_210Returns the value of field 'f_210'. The field 'f_210' has the following description: Date

Returns:
the value of field 'f_210'.

getId1

public Indicatore getId1()
Method getId1Returns the value of field 'id1'.

Returns:
the value of field 'id1'.

getId2

public Indicatore getId2()
Method getId2Returns the value of field 'id2'.

Returns:
the value of field 'id2'.

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

removeA210_G

public boolean removeA210_G(A210_GType vA210_G)
Method removeA210_G

Parameters:
vA210_G -

removeC_210

public boolean removeC_210(java.lang.String vC_210)
Method removeC_210

Parameters:
vC_210 -

removeD_210

public boolean removeD_210(java.lang.String vD_210)
Method removeD_210

Parameters:
vD_210 -

removeE_210

public boolean removeE_210(java.lang.String vE_210)
Method removeE_210

Parameters:
vE_210 -

setA210_G

public void setA210_G(int index,
                      A210_GType vA210_G)
               throws java.lang.IndexOutOfBoundsException
Method setA210_G

Parameters:
index -
vA210_G -
java.lang.IndexOutOfBoundsException

setA210_G

public void setA210_G(A210_GType[] a210_GArray)
Method setA210_G

Parameters:
a210_GArray -

setA_210

public void setA_210(java.lang.String a_210)
Method setA_210Sets the value of field 'a_210'. The field 'a_210' has the following description: Parte principale del nome

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

setC_210

public void setC_210(int index,
                     java.lang.String vC_210)
              throws java.lang.IndexOutOfBoundsException
Method setC_210

Parameters:
index -
vC_210 -
java.lang.IndexOutOfBoundsException

setC_210

public void setC_210(java.lang.String[] c_210Array)
Method setC_210

Parameters:
c_210Array -

setD_210

public void setD_210(int index,
                     java.lang.String vD_210)
              throws java.lang.IndexOutOfBoundsException
Method setD_210

Parameters:
index -
vD_210 -
java.lang.IndexOutOfBoundsException

setD_210

public void setD_210(java.lang.String[] d_210Array)
Method setD_210

Parameters:
d_210Array -

setE_210

public void setE_210(int index,
                     java.lang.String vE_210)
              throws java.lang.IndexOutOfBoundsException
Method setE_210

Parameters:
index -
vE_210 -
java.lang.IndexOutOfBoundsException

setE_210

public void setE_210(java.lang.String[] e_210Array)
Method setE_210

Parameters:
e_210Array -

setF_210

public void setF_210(java.lang.String f_210)
Method setF_210Sets the value of field 'f_210'. The field 'f_210' has the following description: Date

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

setId1

public void setId1(Indicatore id1)
Method setId1Sets the value of field 'id1'.

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

setId2

public void setId2(Indicatore id2)
Method setId2Sets the value of field 'id2'.

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

unmarshalA210

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

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