sbnmarc
Class C926

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

public class C926
extends sbnmarcBase
implements java.io.Serializable

926 - Incipit: identificativo; indicatore; numero delle composizioni; numero del movimento; numero_p_mov; registro mus. nome personaggio; tempo mus.; forma; tonalità; chiave mus. alterazione; misura; contesto

See Also:
Serialized Form

Constructor Summary
C926()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
          Note: hashCode() has not been overriden
 java.lang.String getA_926()
          Returns the value of field 'a_926'.
 java.lang.String getB_926()
          Returns the value of field 'b_926'.
 java.lang.String getC_926()
          Returns the value of field 'c_926'.
 java.lang.String getD_926()
          Returns the value of field 'd_926'.
 java.lang.String getE_926()
          Returns the value of field 'e_926'.
 java.lang.String getF_926()
          Returns the value of field 'f_926'.
 java.lang.String getG_926()
          Returns the value of field 'g_926'.
 java.lang.String getH_926()
          Returns the value of field 'h_926'.
 java.lang.String getI_926()
          Returns the value of field 'i_926'.
 java.lang.String getL_926()
          Returns the value of field 'l_926'.
 java.lang.String getM_926()
          Returns the value of field 'm_926'.
 java.lang.String getN_926()
          Returns the value of field 'n_926'.
 java.lang.String getO_926()
          Returns the value of field 'o_926'.
 java.lang.String getP_926()
          Returns the value of field 'p_926'.
 boolean isValid()
           
 void marshal(org.xml.sax.ContentHandler handler)
           
 void marshal(java.io.Writer out)
           
 void setA_926(java.lang.String a_926)
          Sets the value of field 'a_926'.
 void setB_926(java.lang.String b_926)
          Sets the value of field 'b_926'.
 void setC_926(java.lang.String c_926)
          Sets the value of field 'c_926'.
 void setD_926(java.lang.String d_926)
          Sets the value of field 'd_926'.
 void setE_926(java.lang.String e_926)
          Sets the value of field 'e_926'.
 void setF_926(java.lang.String f_926)
          Sets the value of field 'f_926'.
 void setG_926(java.lang.String g_926)
          Sets the value of field 'g_926'.
 void setH_926(java.lang.String h_926)
          Sets the value of field 'h_926'.
 void setI_926(java.lang.String i_926)
          Sets the value of field 'i_926'.
 void setL_926(java.lang.String l_926)
          Sets the value of field 'l_926'.
 void setM_926(java.lang.String m_926)
          Sets the value of field 'm_926'.
 void setN_926(java.lang.String n_926)
          Sets the value of field 'n_926'.
 void setO_926(java.lang.String o_926)
          Sets the value of field 'o_926'.
 void setP_926(java.lang.String p_926)
          Sets the value of field 'p_926'.
static C926 unmarshalC926(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

C926

public C926()
Method Detail

equals

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

getA_926

public java.lang.String getA_926()
Returns the value of field 'a_926'. The field 'a_926' has the following description: identificativo, key_incipit
Returns:
the value of field 'a_926'.

getB_926

public java.lang.String getB_926()
Returns the value of field 'b_926'. The field 'b_926' has the following description: indicatore: P = posteriore, S = successivo
Returns:
the value of field 'b_926'.

getC_926

public java.lang.String getC_926()
Returns the value of field 'c_926'. The field 'c_926' has the following description: numero composizioni
Returns:
the value of field 'c_926'.

getD_926

public java.lang.String getD_926()
Returns the value of field 'd_926'. The field 'd_926' has the following description: numero movimenti
Returns:
the value of field 'd_926'.

getE_926

public java.lang.String getE_926()
Returns the value of field 'e_926'. The field 'e_926' has the following description: numero precedente movimenti
Returns:
the value of field 'e_926'.

getF_926

public java.lang.String getF_926()
Returns the value of field 'f_926'. The field 'f_926' has the following description: registro musicale
Returns:
the value of field 'f_926'.

getG_926

public java.lang.String getG_926()
Returns the value of field 'g_926'. The field 'g_926' has the following description: nome personaggio
Returns:
the value of field 'g_926'.

getH_926

public java.lang.String getH_926()
Returns the value of field 'h_926'. The field 'h_926' has the following description: tempo musicale
Returns:
the value of field 'h_926'.

getI_926

public java.lang.String getI_926()
Returns the value of field 'i_926'. The field 'i_926' has the following description: codice forma musicale
Returns:
the value of field 'i_926'.

getL_926

public java.lang.String getL_926()
Returns the value of field 'l_926'. The field 'l_926' has the following description: codice tonalita
Returns:
the value of field 'l_926'.

getM_926

public java.lang.String getM_926()
Returns the value of field 'm_926'. The field 'm_926' has the following description: chiave musicale
Returns:
the value of field 'm_926'.

getN_926

public java.lang.String getN_926()
Returns the value of field 'n_926'. The field 'n_926' has the following description: alterazione
Returns:
the value of field 'n_926'.

getO_926

public java.lang.String getO_926()
Returns the value of field 'o_926'. The field 'o_926' has the following description: misura
Returns:
the value of field 'o_926'.

getP_926

public java.lang.String getP_926()
Returns the value of field 'p_926'. The field 'p_926' has the following description: contesto
Returns:
the value of field 'p_926'.

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 -  

setA_926

public void setA_926(java.lang.String a_926)
Sets the value of field 'a_926'. The field 'a_926' has the following description: identificativo, key_incipit
Parameters:
a_926 - the value of field 'a_926'.

setB_926

public void setB_926(java.lang.String b_926)
Sets the value of field 'b_926'. The field 'b_926' has the following description: indicatore: P = posteriore, S = successivo
Parameters:
b_926 - the value of field 'b_926'.

setC_926

public void setC_926(java.lang.String c_926)
Sets the value of field 'c_926'. The field 'c_926' has the following description: numero composizioni
Parameters:
c_926 - the value of field 'c_926'.

setD_926

public void setD_926(java.lang.String d_926)
Sets the value of field 'd_926'. The field 'd_926' has the following description: numero movimenti
Parameters:
d_926 - the value of field 'd_926'.

setE_926

public void setE_926(java.lang.String e_926)
Sets the value of field 'e_926'. The field 'e_926' has the following description: numero precedente movimenti
Parameters:
e_926 - the value of field 'e_926'.

setF_926

public void setF_926(java.lang.String f_926)
Sets the value of field 'f_926'. The field 'f_926' has the following description: registro musicale
Parameters:
f_926 - the value of field 'f_926'.

setG_926

public void setG_926(java.lang.String g_926)
Sets the value of field 'g_926'. The field 'g_926' has the following description: nome personaggio
Parameters:
g_926 - the value of field 'g_926'.

setH_926

public void setH_926(java.lang.String h_926)
Sets the value of field 'h_926'. The field 'h_926' has the following description: tempo musicale
Parameters:
h_926 - the value of field 'h_926'.

setI_926

public void setI_926(java.lang.String i_926)
Sets the value of field 'i_926'. The field 'i_926' has the following description: codice forma musicale
Parameters:
i_926 - the value of field 'i_926'.

setL_926

public void setL_926(java.lang.String l_926)
Sets the value of field 'l_926'. The field 'l_926' has the following description: codice tonalita
Parameters:
l_926 - the value of field 'l_926'.

setM_926

public void setM_926(java.lang.String m_926)
Sets the value of field 'm_926'. The field 'm_926' has the following description: chiave musicale
Parameters:
m_926 - the value of field 'm_926'.

setN_926

public void setN_926(java.lang.String n_926)
Sets the value of field 'n_926'. The field 'n_926' has the following description: alterazione
Parameters:
n_926 - the value of field 'n_926'.

setO_926

public void setO_926(java.lang.String o_926)
Sets the value of field 'o_926'. The field 'o_926' has the following description: misura
Parameters:
o_926 - the value of field 'o_926'.

setP_926

public void setP_926(java.lang.String p_926)
Sets the value of field 'p_926'. The field 'p_926' has the following description: contesto
Parameters:
p_926 - the value of field 'p_926'.

unmarshalC926

public static C926 unmarshalC926(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