|
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--sbnmarcBase.sbnmarcBase | +--sbnmarc.C210
210 - area della pubblicazione
Constructor Summary | |
C210()
|
Method Summary | |
void |
addAc_210(Ac_210Type vAc_210)
Method addAc_210 |
void |
addAc_210(int index,
Ac_210Type vAc_210)
Method addAc_210 |
void |
addD_210(int index,
java.lang.String vD_210)
Method addD_210 |
void |
addD_210(java.lang.String vD_210)
Method addD_210 |
void |
addE_210(int index,
java.lang.String vE_210)
Method addE_210 |
void |
addE_210(java.lang.String vE_210)
Method addE_210 |
void |
addG_210(int index,
java.lang.String vG_210)
Method addG_210 |
void |
addG_210(java.lang.String vG_210)
Method addG_210 |
void |
addH_210(int index,
java.lang.String vH_210)
Method addH_210 |
void |
addH_210(java.lang.String vH_210)
Method addH_210 |
void |
clearAc_210()
Method clearAc_210 |
void |
clearD_210()
Method clearD_210 |
void |
clearE_210()
Method clearE_210 |
void |
clearG_210()
Method clearG_210 |
void |
clearH_210()
Method clearH_210 |
java.util.Enumeration |
enumerateAc_210()
Method enumerateAc_210 |
java.util.Enumeration |
enumerateD_210()
Method enumerateD_210 |
java.util.Enumeration |
enumerateE_210()
Method enumerateE_210 |
java.util.Enumeration |
enumerateG_210()
Method enumerateG_210 |
java.util.Enumeration |
enumerateH_210()
Method enumerateH_210 |
boolean |
equals(java.lang.Object obj)
Note: hashCode() has not been overriden |
Ac_210Type[] |
getAc_210()
Method getAc_210 |
Ac_210Type |
getAc_210(int index)
Method getAc_210 |
int |
getAc_210Count()
Method getAc_210Count |
java.lang.String[] |
getD_210()
Method getD_210 |
java.lang.String |
getD_210(int index)
Method getD_210 |
int |
getD_210Count()
Method getD_210Count |
java.lang.String[] |
getE_210()
Method getE_210 |
java.lang.String |
getE_210(int index)
Method getE_210 |
int |
getE_210Count()
Method getE_210Count |
java.lang.String[] |
getG_210()
Method getG_210 |
java.lang.String |
getG_210(int index)
Method getG_210 |
int |
getG_210Count()
Method getG_210Count |
java.lang.String[] |
getH_210()
Method getH_210 |
java.lang.String |
getH_210(int index)
Method getH_210 |
int |
getH_210Count()
Method getH_210Count |
boolean |
isValid()
Method isValid |
void |
marshal(org.xml.sax.ContentHandler handler)
Method marshal |
void |
marshal(java.io.Writer out)
Method marshal |
boolean |
removeAc_210(Ac_210Type vAc_210)
Method removeAc_210 |
boolean |
removeD_210(java.lang.String vD_210)
Method removeD_210 |
boolean |
removeE_210(java.lang.String vE_210)
Method removeE_210 |
boolean |
removeG_210(java.lang.String vG_210)
Method removeG_210 |
boolean |
removeH_210(java.lang.String vH_210)
Method removeH_210 |
void |
setAc_210(Ac_210Type[] ac_210Array)
Method setAc_210 |
void |
setAc_210(int index,
Ac_210Type vAc_210)
Method setAc_210 |
void |
setD_210(int index,
java.lang.String vD_210)
Method setD_210 |
void |
setD_210(java.lang.String[] d_210Array)
Method setD_210 |
void |
setE_210(int index,
java.lang.String vE_210)
Method setE_210 |
void |
setE_210(java.lang.String[] e_210Array)
Method setE_210 |
void |
setG_210(int index,
java.lang.String vG_210)
Method setG_210 |
void |
setG_210(java.lang.String[] g_210Array)
Method setG_210 |
void |
setH_210(int index,
java.lang.String vH_210)
Method setH_210 |
void |
setH_210(java.lang.String[] h_210Array)
Method setH_210 |
static C210 |
unmarshalC210(java.io.Reader reader)
Method unmarshalC210 |
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 |
public C210()
Method Detail |
public void addAc_210(Ac_210Type vAc_210) throws java.lang.IndexOutOfBoundsException
vAc_210
-
java.lang.IndexOutOfBoundsException
public void addAc_210(int index, Ac_210Type vAc_210) throws java.lang.IndexOutOfBoundsException
index
- vAc_210
-
java.lang.IndexOutOfBoundsException
public void addD_210(java.lang.String vD_210) throws java.lang.IndexOutOfBoundsException
vD_210
-
java.lang.IndexOutOfBoundsException
public void addD_210(int index, java.lang.String vD_210) throws java.lang.IndexOutOfBoundsException
index
- vD_210
-
java.lang.IndexOutOfBoundsException
public void addE_210(java.lang.String vE_210) throws java.lang.IndexOutOfBoundsException
vE_210
-
java.lang.IndexOutOfBoundsException
public void addE_210(int index, java.lang.String vE_210) throws java.lang.IndexOutOfBoundsException
index
- vE_210
-
java.lang.IndexOutOfBoundsException
public void addG_210(java.lang.String vG_210) throws java.lang.IndexOutOfBoundsException
vG_210
-
java.lang.IndexOutOfBoundsException
public void addG_210(int index, java.lang.String vG_210) throws java.lang.IndexOutOfBoundsException
index
- vG_210
-
java.lang.IndexOutOfBoundsException
public void addH_210(java.lang.String vH_210) throws java.lang.IndexOutOfBoundsException
vH_210
-
java.lang.IndexOutOfBoundsException
public void addH_210(int index, java.lang.String vH_210) throws java.lang.IndexOutOfBoundsException
index
- vH_210
-
java.lang.IndexOutOfBoundsException
public void clearAc_210()
public void clearD_210()
public void clearE_210()
public void clearG_210()
public void clearH_210()
public java.util.Enumeration enumerateAc_210()
public java.util.Enumeration enumerateD_210()
public java.util.Enumeration enumerateE_210()
public java.util.Enumeration enumerateG_210()
public java.util.Enumeration enumerateH_210()
public boolean equals(java.lang.Object obj)
equals
in class sbnmarcBase
obj
- public Ac_210Type getAc_210(int index) throws java.lang.IndexOutOfBoundsException
index
-
java.lang.IndexOutOfBoundsException
public Ac_210Type[] getAc_210()
public int getAc_210Count()
public java.lang.String getD_210(int index) throws java.lang.IndexOutOfBoundsException
index
-
java.lang.IndexOutOfBoundsException
public java.lang.String[] getD_210()
public int getD_210Count()
public java.lang.String getE_210(int index) throws java.lang.IndexOutOfBoundsException
index
-
java.lang.IndexOutOfBoundsException
public java.lang.String[] getE_210()
public int getE_210Count()
public java.lang.String getG_210(int index) throws java.lang.IndexOutOfBoundsException
index
-
java.lang.IndexOutOfBoundsException
public java.lang.String[] getG_210()
public int getG_210Count()
public java.lang.String getH_210(int index) throws java.lang.IndexOutOfBoundsException
index
-
java.lang.IndexOutOfBoundsException
public java.lang.String[] getH_210()
public int getH_210Count()
public boolean isValid()
public void marshal(java.io.Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
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
handler
-
java.io.IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public boolean removeAc_210(Ac_210Type vAc_210)
vAc_210
- public boolean removeD_210(java.lang.String vD_210)
vD_210
- public boolean removeE_210(java.lang.String vE_210)
vE_210
- public boolean removeG_210(java.lang.String vG_210)
vG_210
- public boolean removeH_210(java.lang.String vH_210)
vH_210
- public void setAc_210(int index, Ac_210Type vAc_210) throws java.lang.IndexOutOfBoundsException
index
- vAc_210
-
java.lang.IndexOutOfBoundsException
public void setAc_210(Ac_210Type[] ac_210Array)
ac_210Array
- public void setD_210(int index, java.lang.String vD_210) throws java.lang.IndexOutOfBoundsException
index
- vD_210
-
java.lang.IndexOutOfBoundsException
public void setD_210(java.lang.String[] d_210Array)
d_210Array
- public void setE_210(int index, java.lang.String vE_210) throws java.lang.IndexOutOfBoundsException
index
- vE_210
-
java.lang.IndexOutOfBoundsException
public void setE_210(java.lang.String[] e_210Array)
e_210Array
- public void setG_210(int index, java.lang.String vG_210) throws java.lang.IndexOutOfBoundsException
index
- vG_210
-
java.lang.IndexOutOfBoundsException
public void setG_210(java.lang.String[] g_210Array)
g_210Array
- public void setH_210(int index, java.lang.String vH_210) throws java.lang.IndexOutOfBoundsException
index
- vH_210
-
java.lang.IndexOutOfBoundsException
public void setH_210(java.lang.String[] h_210Array)
h_210Array
- public static C210 unmarshalC210(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
org.exolab.castor.xml.ValidationException
|
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |