Uses of Class
sbnmarc.C206

Packages that use C206
sbnmarc   
 

Uses of C206 in sbnmarc
 

Methods in sbnmarc that return C206
 C206 CartograficoType.getT206(int index)
           
 C206[] CartograficoType.getT206()
           
static C206 C206.unmarshalC206(java.io.Reader reader)
           
 

Methods in sbnmarc with parameters of type C206
 void CartograficoType.addT206(C206 vT206)
           
 void CartograficoType.addT206(int index, C206 vT206)
           
 boolean CartograficoType.removeT206(C206 vT206)
           
 void CartograficoType.setT206(int index, C206 vT206)
           
 void CartograficoType.setT206(C206[] t206Array)