sbnmarc
Class TitoloUniformeMusicaType

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

public class TitoloUniformeMusicaType
extends DatiElementoType
implements java.io.Serializable

titolo uniforme musicale (titolo convenzionale e composizione)

See Also:
Serialized Form

Constructor Summary
TitoloUniformeMusicaType()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
          Note: hashCode() has not been overriden
 A015 getT015()
          Method getT015Returns the value of field 't015'.
 C101 getT101()
          Method getT101Returns the value of field 't101'.
 A152 getT152()
          Method getT152Returns the value of field 't152'.
 A230 getT230()
          Method getT230Returns the value of field 't230'.
 A300 getT300()
          Method getT300Returns the value of field 't300'.
 A801 getT801()
          Method getT801Returns the value of field 't801'.
 A830 getT830()
          Method getT830Returns the value of field 't830'.
 A928 getT928()
          Method getT928Returns the value of field 't928'.
 A929 getT929()
          Method getT929Returns the value of field 't929'.
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 void setT015(A015 t015)
          Method setT015Sets the value of field 't015'.
 void setT101(C101 t101)
          Method setT101Sets the value of field 't101'.
 void setT152(A152 t152)
          Method setT152Sets the value of field 't152'.
 void setT230(A230 t230)
          Method setT230Sets the value of field 't230'.
 void setT300(A300 t300)
          Method setT300Sets the value of field 't300'.
 void setT801(A801 t801)
          Method setT801Sets the value of field 't801'.
 void setT830(A830 t830)
          Method setT830Sets the value of field 't830'.
 void setT928(A928 t928)
          Method setT928Sets the value of field 't928'.
 void setT929(A929 t929)
          Method setT929Sets the value of field 't929'.
static TitoloUniformeMusicaType unmarshalTitoloUniformeMusicaType(java.io.Reader reader)
          Method unmarshalTitoloUniformeMusicaType
 void validate()
          Method validate
 
Methods inherited from class sbnmarc.DatiElementoType
getFormaNome, getLivelloAut, getStatoRecord, getT001, getT005, getT100, getTipoAuthority, setFormaNome, setLivelloAut, setStatoRecord, setT001, setT005, setT100, setTipoAuthority, unmarshalDatiElementoType
 
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

TitoloUniformeMusicaType

public TitoloUniformeMusicaType()
Method Detail

equals

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

Overrides:
equals in class DatiElementoType
Parameters:
obj -

getT015

public A015 getT015()
Method getT015Returns the value of field 't015'.

Returns:
the value of field 't015'.

getT101

public C101 getT101()
Method getT101Returns the value of field 't101'.

Returns:
the value of field 't101'.

getT152

public A152 getT152()
Method getT152Returns the value of field 't152'.

Returns:
the value of field 't152'.

getT230

public A230 getT230()
Method getT230Returns the value of field 't230'.

Returns:
the value of field 't230'.

getT300

public A300 getT300()
Method getT300Returns the value of field 't300'.

Returns:
the value of field 't300'.

getT801

public A801 getT801()
Method getT801Returns the value of field 't801'.

Returns:
the value of field 't801'.

getT830

public A830 getT830()
Method getT830Returns the value of field 't830'.

Returns:
the value of field 't830'.

getT928

public A928 getT928()
Method getT928Returns the value of field 't928'.

Returns:
the value of field 't928'.

getT929

public A929 getT929()
Method getT929Returns the value of field 't929'.

Returns:
the value of field 't929'.

isValid

public boolean isValid()
Method isValid

Overrides:
isValid in class DatiElementoType

marshal

public void marshal(java.io.Writer out)
             throws org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Method marshal

Overrides:
marshal in class DatiElementoType
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

Overrides:
marshal in class DatiElementoType
Parameters:
handler -
java.io.IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

setT015

public void setT015(A015 t015)
Method setT015Sets the value of field 't015'.

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

setT101

public void setT101(C101 t101)
Method setT101Sets the value of field 't101'.

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

setT152

public void setT152(A152 t152)
Method setT152Sets the value of field 't152'.

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

setT230

public void setT230(A230 t230)
Method setT230Sets the value of field 't230'.

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

setT300

public void setT300(A300 t300)
Method setT300Sets the value of field 't300'.

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

setT801

public void setT801(A801 t801)
Method setT801Sets the value of field 't801'.

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

setT830

public void setT830(A830 t830)
Method setT830Sets the value of field 't830'.

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

setT928

public void setT928(A928 t928)
Method setT928Sets the value of field 't928'.

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

setT929

public void setT929(A929 t929)
Method setT929Sets the value of field 't929'.

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

unmarshalTitoloUniformeMusicaType

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

Parameters:
reader -
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

validate

public void validate()
              throws org.exolab.castor.xml.ValidationException
Method validate

Overrides:
validate in class DatiElementoType
org.exolab.castor.xml.ValidationException