Uses of Class
sbnmarc.C210

Packages that use C210
sbnmarc   
 

Uses of C210 in sbnmarc
 

Methods in sbnmarc that return C210
 C210 DatiDocType.getT210(int index)
           
 C210[] DatiDocType.getT210()
           
static C210 C210.unmarshalC210(java.io.Reader reader)
           
 

Methods in sbnmarc with parameters of type C210
 void DatiDocType.addT210(C210 vT210)
           
 void DatiDocType.addT210(int index, C210 vT210)
           
 boolean DatiDocType.removeT210(C210 vT210)
           
 void DatiDocType.setT210(int index, C210 vT210)
           
 void DatiDocType.setT210(C210[] t210Array)