sbnmarc
Class MusicaType

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

public class MusicaType
extends DatiDocType
implements java.io.Serializable

Class MusicaType.

See Also:
Serialized Form

Constructor Summary
MusicaType()
           
 
Method Summary
 void addT012(C012 vT012)
          Method addT012
 void addT012(int index, C012 vT012)
          Method addT012
 void addT926(C926 vT926)
          Method addT926
 void addT926(int index, C926 vT926)
          Method addT926
 void addT927(C927 vT927)
          Method addT927
 void addT927(int index, C927 vT927)
          Method addT927
 void clearT012()
          Method clearT012
 void clearT926()
          Method clearT926
 void clearT927()
          Method clearT927
 java.util.Enumeration enumerateT012()
          Method enumerateT012
 java.util.Enumeration enumerateT926()
          Method enumerateT926
 java.util.Enumeration enumerateT927()
          Method enumerateT927
 boolean equals(java.lang.Object obj)
          Note: hashCode() has not been overriden
 SbnLivello getLivelloAut()
          Method getLivelloAutReturns the value of field 'livelloAut'.
 C012[] getT012()
          Method getT012
 C012 getT012(int index)
          Method getT012
 int getT012Count()
          Method getT012Count
 C125 getT125()
          Method getT125Returns the value of field 't125'.
 C128 getT128()
          Method getT128Returns the value of field 't128'.
 C208 getT208()
          Method getT208Returns the value of field 't208'.
 C922 getT922()
          Method getT922Returns the value of field 't922'.
 C923 getT923()
          Method getT923Returns the value of field 't923'.
 C926[] getT926()
          Method getT926
 C926 getT926(int index)
          Method getT926
 int getT926Count()
          Method getT926Count
 C927[] getT927()
          Method getT927
 C927 getT927(int index)
          Method getT927
 int getT927Count()
          Method getT927Count
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 boolean removeT012(C012 vT012)
          Method removeT012
 boolean removeT926(C926 vT926)
          Method removeT926
 boolean removeT927(C927 vT927)
          Method removeT927
 void setLivelloAut(SbnLivello livelloAut)
          Method setLivelloAutSets the value of field 'livelloAut'.
 void setT012(C012[] t012Array)
          Method setT012
 void setT012(int index, C012 vT012)
          Method setT012
 void setT125(C125 t125)
          Method setT125Sets the value of field 't125'.
 void setT128(C128 t128)
          Method setT128Sets the value of field 't128'.
 void setT208(C208 t208)
          Method setT208Sets the value of field 't208'.
 void setT922(C922 t922)
          Method setT922Sets the value of field 't922'.
 void setT923(C923 t923)
          Method setT923Sets the value of field 't923'.
 void setT926(C926[] t926Array)
          Method setT926
 void setT926(int index, C926 vT926)
          Method setT926
 void setT927(C927[] t927Array)
          Method setT927
 void setT927(int index, C927 vT927)
          Method setT927
static MusicaType unmarshalMusicaType(java.io.Reader reader)
          Method unmarshalMusicaType
 void validate()
          Method validate
 
Methods inherited from class sbnmarc.DatiDocType
addNumSTD, addNumSTD, addT210, addT210, addT3XX, addT3XX, addT856, addT856, clearNumSTD, clearT210, clearT3XX, clearT856, enumerateNumSTD, enumerateT210, enumerateT3XX, enumerateT856, getGuida, getLivelloAutDoc, getNaturaDoc, getNumSTD, getNumSTD, getNumSTDCount, getT001, getT005, getT100, getT101, getT102, getT110, getT200, getT205, getT207, getT210, getT210, getT210Count, getT215, getT3XX, getT3XX, getT3XXCount, getT801, getT856, getT856, getT856Count, getTipoMateriale, removeNumSTD, removeT210, removeT3XX, removeT856, setGuida, setLivelloAutDoc, setNaturaDoc, setNumSTD, setNumSTD, setT001, setT005, setT100, setT101, setT102, setT110, setT200, setT205, setT207, setT210, setT210, setT215, setT3XX, setT3XX, setT801, setT856, setT856, setTipoMateriale, unmarshalDatiDocType
 
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

MusicaType

public MusicaType()
Method Detail

addT012

public void addT012(C012 vT012)
             throws java.lang.IndexOutOfBoundsException
Method addT012

Parameters:
vT012 -
java.lang.IndexOutOfBoundsException

addT012

public void addT012(int index,
                    C012 vT012)
             throws java.lang.IndexOutOfBoundsException
Method addT012

Parameters:
index -
vT012 -
java.lang.IndexOutOfBoundsException

addT926

public void addT926(C926 vT926)
             throws java.lang.IndexOutOfBoundsException
Method addT926

Parameters:
vT926 -
java.lang.IndexOutOfBoundsException

addT926

public void addT926(int index,
                    C926 vT926)
             throws java.lang.IndexOutOfBoundsException
Method addT926

Parameters:
index -
vT926 -
java.lang.IndexOutOfBoundsException

addT927

public void addT927(C927 vT927)
             throws java.lang.IndexOutOfBoundsException
Method addT927

Parameters:
vT927 -
java.lang.IndexOutOfBoundsException

addT927

public void addT927(int index,
                    C927 vT927)
             throws java.lang.IndexOutOfBoundsException
Method addT927

Parameters:
index -
vT927 -
java.lang.IndexOutOfBoundsException

clearT012

public void clearT012()
Method clearT012


clearT926

public void clearT926()
Method clearT926


clearT927

public void clearT927()
Method clearT927


enumerateT012

public java.util.Enumeration enumerateT012()
Method enumerateT012


enumerateT926

public java.util.Enumeration enumerateT926()
Method enumerateT926


enumerateT927

public java.util.Enumeration enumerateT927()
Method enumerateT927


equals

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

Overrides:
equals in class DatiDocType
Parameters:
obj -

getLivelloAut

public SbnLivello getLivelloAut()
Method getLivelloAutReturns the value of field 'livelloAut'.

Returns:
the value of field 'livelloAut'.

getT012

public C012 getT012(int index)
             throws java.lang.IndexOutOfBoundsException
Method getT012

Parameters:
index -
java.lang.IndexOutOfBoundsException

getT012

public C012[] getT012()
Method getT012


getT012Count

public int getT012Count()
Method getT012Count


getT125

public C125 getT125()
Method getT125Returns the value of field 't125'.

Returns:
the value of field 't125'.

getT128

public C128 getT128()
Method getT128Returns the value of field 't128'.

Returns:
the value of field 't128'.

getT208

public C208 getT208()
Method getT208Returns the value of field 't208'.

Returns:
the value of field 't208'.

getT922

public C922 getT922()
Method getT922Returns the value of field 't922'.

Returns:
the value of field 't922'.

getT923

public C923 getT923()
Method getT923Returns the value of field 't923'.

Returns:
the value of field 't923'.

getT926

public C926 getT926(int index)
             throws java.lang.IndexOutOfBoundsException
Method getT926

Parameters:
index -
java.lang.IndexOutOfBoundsException

getT926

public C926[] getT926()
Method getT926


getT926Count

public int getT926Count()
Method getT926Count


getT927

public C927 getT927(int index)
             throws java.lang.IndexOutOfBoundsException
Method getT927

Parameters:
index -
java.lang.IndexOutOfBoundsException

getT927

public C927[] getT927()
Method getT927


getT927Count

public int getT927Count()
Method getT927Count


isValid

public boolean isValid()
Method isValid

Overrides:
isValid in class DatiDocType

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 DatiDocType
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 DatiDocType
Parameters:
handler -
java.io.IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

removeT012

public boolean removeT012(C012 vT012)
Method removeT012

Parameters:
vT012 -

removeT926

public boolean removeT926(C926 vT926)
Method removeT926

Parameters:
vT926 -

removeT927

public boolean removeT927(C927 vT927)
Method removeT927

Parameters:
vT927 -

setLivelloAut

public void setLivelloAut(SbnLivello livelloAut)
Method setLivelloAutSets the value of field 'livelloAut'.

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

setT012

public void setT012(int index,
                    C012 vT012)
             throws java.lang.IndexOutOfBoundsException
Method setT012

Parameters:
index -
vT012 -
java.lang.IndexOutOfBoundsException

setT012

public void setT012(C012[] t012Array)
Method setT012

Parameters:
t012Array -

setT125

public void setT125(C125 t125)
Method setT125Sets the value of field 't125'.

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

setT128

public void setT128(C128 t128)
Method setT128Sets the value of field 't128'.

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

setT208

public void setT208(C208 t208)
Method setT208Sets the value of field 't208'.

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

setT922

public void setT922(C922 t922)
Method setT922Sets the value of field 't922'.

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

setT923

public void setT923(C923 t923)
Method setT923Sets the value of field 't923'.

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

setT926

public void setT926(int index,
                    C926 vT926)
             throws java.lang.IndexOutOfBoundsException
Method setT926

Parameters:
index -
vT926 -
java.lang.IndexOutOfBoundsException

setT926

public void setT926(C926[] t926Array)
Method setT926

Parameters:
t926Array -

setT927

public void setT927(int index,
                    C927 vT927)
             throws java.lang.IndexOutOfBoundsException
Method setT927

Parameters:
index -
vT927 -
java.lang.IndexOutOfBoundsException

setT927

public void setT927(C927[] t927Array)
Method setT927

Parameters:
t927Array -

unmarshalMusicaType

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

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 DatiDocType
org.exolab.castor.xml.ValidationException