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

See Also:
Serialized Form

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

addT012

public void addT012(int index,
                    C012 vT012)
             throws java.lang.IndexOutOfBoundsException
Parameters:
index -  
vT012 -  

addT926

public void addT926(C926 vT926)
             throws java.lang.IndexOutOfBoundsException
Parameters:
vT926 -  

addT926

public void addT926(int index,
                    C926 vT926)
             throws java.lang.IndexOutOfBoundsException
Parameters:
index -  
vT926 -  

addT927

public void addT927(C927 vT927)
             throws java.lang.IndexOutOfBoundsException
Parameters:
vT927 -  

addT927

public void addT927(int index,
                    C927 vT927)
             throws java.lang.IndexOutOfBoundsException
Parameters:
index -  
vT927 -  

clearT012

public void clearT012()

clearT926

public void clearT926()

clearT927

public void clearT927()

enumerateT012

public java.util.Enumeration enumerateT012()

enumerateT926

public java.util.Enumeration enumerateT926()

enumerateT927

public java.util.Enumeration enumerateT927()

equals

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

getT012

public C012 getT012(int index)
             throws java.lang.IndexOutOfBoundsException
Parameters:
index -  

getT012

public C012[] getT012()

getT012Count

public int getT012Count()

getT125

public C125 getT125()
Returns the value of field 't125'.
Returns:
the value of field 't125'.

getT128

public C128 getT128()
Returns the value of field 't128'.
Returns:
the value of field 't128'.

getT208

public C208 getT208()
Returns the value of field 't208'.
Returns:
the value of field 't208'.

getT922

public C922 getT922()
Returns the value of field 't922'.
Returns:
the value of field 't922'.

getT923

public C923 getT923()
Returns the value of field 't923'.
Returns:
the value of field 't923'.

getT926

public C926 getT926(int index)
             throws java.lang.IndexOutOfBoundsException
Parameters:
index -  

getT926

public C926[] getT926()

getT926Count

public int getT926Count()

getT927

public C927 getT927(int index)
             throws java.lang.IndexOutOfBoundsException
Parameters:
index -  

getT927

public C927[] getT927()

getT927Count

public int getT927Count()

isValid

public boolean 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
Overrides:
marshal in class DatiDocType
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
Overrides:
marshal in class DatiDocType
Parameters:
handler -  

removeT012

public boolean removeT012(C012 vT012)
Parameters:
vT012 -  

removeT926

public boolean removeT926(C926 vT926)
Parameters:
vT926 -  

removeT927

public boolean removeT927(C927 vT927)
Parameters:
vT927 -  

setT012

public void setT012(int index,
                    C012 vT012)
             throws java.lang.IndexOutOfBoundsException
Parameters:
index -  
vT012 -  

setT012

public void setT012(C012[] t012Array)
Parameters:
t012Array -  

setT125

public void setT125(C125 t125)
Sets the value of field 't125'.
Parameters:
t125 - the value of field 't125'.

setT128

public void setT128(C128 t128)
Sets the value of field 't128'.
Parameters:
t128 - the value of field 't128'.

setT208

public void setT208(C208 t208)
Sets the value of field 't208'.
Parameters:
t208 - the value of field 't208'.

setT922

public void setT922(C922 t922)
Sets the value of field 't922'.
Parameters:
t922 - the value of field 't922'.

setT923

public void setT923(C923 t923)
Sets the value of field 't923'.
Parameters:
t923 - the value of field 't923'.

setT926

public void setT926(int index,
                    C926 vT926)
             throws java.lang.IndexOutOfBoundsException
Parameters:
index -  
vT926 -  

setT926

public void setT926(C926[] t926Array)
Parameters:
t926Array -  

setT927

public void setT927(int index,
                    C927 vT927)
             throws java.lang.IndexOutOfBoundsException
Parameters:
index -  
vT927 -  

setT927

public void setT927(C927[] t927Array)
Parameters:
t927Array -  

unmarshalMusicaType

public static MusicaType unmarshalMusicaType(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
Overrides:
validate in class DatiDocType