|
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--sbnmarcBase.sbnmarcBase | +--sbnmarc.DatiDocType | +--sbnmarc.MusicaType
Class MusicaType.
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 |
public MusicaType()
Method Detail |
public void addT012(C012 vT012) throws java.lang.IndexOutOfBoundsException
vT012
-
java.lang.IndexOutOfBoundsException
public void addT012(int index, C012 vT012) throws java.lang.IndexOutOfBoundsException
index
- vT012
-
java.lang.IndexOutOfBoundsException
public void addT926(C926 vT926) throws java.lang.IndexOutOfBoundsException
vT926
-
java.lang.IndexOutOfBoundsException
public void addT926(int index, C926 vT926) throws java.lang.IndexOutOfBoundsException
index
- vT926
-
java.lang.IndexOutOfBoundsException
public void addT927(C927 vT927) throws java.lang.IndexOutOfBoundsException
vT927
-
java.lang.IndexOutOfBoundsException
public void addT927(int index, C927 vT927) throws java.lang.IndexOutOfBoundsException
index
- vT927
-
java.lang.IndexOutOfBoundsException
public void clearT012()
public void clearT926()
public void clearT927()
public java.util.Enumeration enumerateT012()
public java.util.Enumeration enumerateT926()
public java.util.Enumeration enumerateT927()
public boolean equals(java.lang.Object obj)
equals
in class DatiDocType
obj
- public SbnLivello getLivelloAut()
public C012 getT012(int index) throws java.lang.IndexOutOfBoundsException
index
-
java.lang.IndexOutOfBoundsException
public C012[] getT012()
public int getT012Count()
public C125 getT125()
public C128 getT128()
public C208 getT208()
public C922 getT922()
public C923 getT923()
public C926 getT926(int index) throws java.lang.IndexOutOfBoundsException
index
-
java.lang.IndexOutOfBoundsException
public C926[] getT926()
public int getT926Count()
public C927 getT927(int index) throws java.lang.IndexOutOfBoundsException
index
-
java.lang.IndexOutOfBoundsException
public C927[] getT927()
public int getT927Count()
public boolean isValid()
isValid
in class DatiDocType
public void marshal(java.io.Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
marshal
in class DatiDocType
out
-
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void marshal(org.xml.sax.ContentHandler handler) throws java.io.IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
marshal
in class DatiDocType
handler
-
java.io.IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public boolean removeT012(C012 vT012)
vT012
- public boolean removeT926(C926 vT926)
vT926
- public boolean removeT927(C927 vT927)
vT927
- public void setLivelloAut(SbnLivello livelloAut)
livelloAut
- the value of field 'livelloAut'.public void setT012(int index, C012 vT012) throws java.lang.IndexOutOfBoundsException
index
- vT012
-
java.lang.IndexOutOfBoundsException
public void setT012(C012[] t012Array)
t012Array
- public void setT125(C125 t125)
t125
- the value of field 't125'.public void setT128(C128 t128)
t128
- the value of field 't128'.public void setT208(C208 t208)
t208
- the value of field 't208'.public void setT922(C922 t922)
t922
- the value of field 't922'.public void setT923(C923 t923)
t923
- the value of field 't923'.public void setT926(int index, C926 vT926) throws java.lang.IndexOutOfBoundsException
index
- vT926
-
java.lang.IndexOutOfBoundsException
public void setT926(C926[] t926Array)
t926Array
- public void setT927(int index, C927 vT927) throws java.lang.IndexOutOfBoundsException
index
- vT927
-
java.lang.IndexOutOfBoundsException
public void setT927(C927[] t927Array)
t927Array
- public static MusicaType unmarshalMusicaType(java.io.Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader
-
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void validate() throws org.exolab.castor.xml.ValidationException
validate
in class DatiDocType
org.exolab.castor.xml.ValidationException
|
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |