sbnmarc
Class C922

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

public class C922
extends sbnmarcBase
implements java.io.Serializable

922 - Rappresentazione per mat. musicale

See Also:
Serialized Form

Constructor Summary
C922()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
          Note: hashCode() has not been overriden
 java.lang.String getA_922()
          Method getA_922Returns the value of field 'a_922'.
 java.lang.String getP_922()
          Method getP_922Returns the value of field 'p_922'.
 java.lang.String getQ_922()
          Method getQ_922Returns the value of field 'q_922'.
 java.lang.String getR_922()
          Method getR_922Returns the value of field 'r_922'.
 java.lang.String getS_922()
          Method getS_922Returns the value of field 's_922'.
 java.lang.String getT_922()
          Method getT_922Returns the value of field 't_922'.
 java.lang.String getU_922()
          Method getU_922Returns the value of field 'u_922'.
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 void setA_922(java.lang.String a_922)
          Method setA_922Sets the value of field 'a_922'.
 void setP_922(java.lang.String p_922)
          Method setP_922Sets the value of field 'p_922'.
 void setQ_922(java.lang.String q_922)
          Method setQ_922Sets the value of field 'q_922'.
 void setR_922(java.lang.String r_922)
          Method setR_922Sets the value of field 'r_922'.
 void setS_922(java.lang.String s_922)
          Method setS_922Sets the value of field 's_922'.
 void setT_922(java.lang.String t_922)
          Method setT_922Sets the value of field 't_922'.
 void setU_922(java.lang.String u_922)
          Method setU_922Sets the value of field 'u_922'.
static C922 unmarshalC922(java.io.Reader reader)
          Method unmarshalC922
 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

C922

public C922()
Method Detail

equals

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

Overrides:
equals in class sbnmarcBase
Parameters:
obj -

getA_922

public java.lang.String getA_922()
Method getA_922Returns the value of field 'a_922'. The field 'a_922' has the following description: genere della rappresentazione

Returns:
the value of field 'a_922'.

getP_922

public java.lang.String getP_922()
Method getP_922Returns the value of field 'p_922'. The field 'p_922' has the following description: anno di prima rappresentazione

Returns:
the value of field 'p_922'.

getQ_922

public java.lang.String getQ_922()
Method getQ_922Returns the value of field 'q_922'. The field 'q_922' has the following description: periodo di prima rappresentazione

Returns:
the value of field 'q_922'.

getR_922

public java.lang.String getR_922()
Method getR_922Returns the value of field 'r_922'. The field 'r_922' has the following description: teatro di prima rappresentazione

Returns:
the value of field 'r_922'.

getS_922

public java.lang.String getS_922()
Method getS_922Returns the value of field 's_922'. The field 's_922' has the following description: luogo di prima rappresentazione

Returns:
the value of field 's_922'.

getT_922

public java.lang.String getT_922()
Method getT_922Returns the value of field 't_922'. The field 't_922' has the following description: nota alla rappresentazione

Returns:
the value of field 't_922'.

getU_922

public java.lang.String getU_922()
Method getU_922Returns the value of field 'u_922'. The field 'u_922' has the following description: occasione di rappresentazione

Returns:
the value of field 'u_922'.

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

setA_922

public void setA_922(java.lang.String a_922)
Method setA_922Sets the value of field 'a_922'. The field 'a_922' has the following description: genere della rappresentazione

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

setP_922

public void setP_922(java.lang.String p_922)
Method setP_922Sets the value of field 'p_922'. The field 'p_922' has the following description: anno di prima rappresentazione

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

setQ_922

public void setQ_922(java.lang.String q_922)
Method setQ_922Sets the value of field 'q_922'. The field 'q_922' has the following description: periodo di prima rappresentazione

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

setR_922

public void setR_922(java.lang.String r_922)
Method setR_922Sets the value of field 'r_922'. The field 'r_922' has the following description: teatro di prima rappresentazione

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

setS_922

public void setS_922(java.lang.String s_922)
Method setS_922Sets the value of field 's_922'. The field 's_922' has the following description: luogo di prima rappresentazione

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

setT_922

public void setT_922(java.lang.String t_922)
Method setT_922Sets the value of field 't_922'. The field 't_922' has the following description: nota alla rappresentazione

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

setU_922

public void setU_922(java.lang.String u_922)
Method setU_922Sets the value of field 'u_922'. The field 'u_922' has the following description: occasione di rappresentazione

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

unmarshalC922

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

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