Uses of Class
nz.co.cks.tms.xml.Ncb

Packages that use Ncb
nz.co.cks.tms.xml   
 

Uses of Ncb in nz.co.cks.tms.xml
 

Methods in nz.co.cks.tms.xml that return Ncb
 Ncb TransactionPurchaseType.getNcb()
          Method getNcbReturns the value of field 'ncb'.
 Ncb ResponseNcbType.getNcb(int index)
          Method getNcb
 Ncb[] ResponseNcbType.getNcb()
          Method getNcb
 Ncb ResponseNcbType.removeNcb(int index)
          Method removeNcb
static Ncb Ncb.unmarshal(java.io.Reader reader)
          Method unmarshal
 Ncb AdminUpdateType.getNcb()
          Method getNcbReturns the value of field 'ncb'.
 Ncb AdminDeleteType.getNcb()
          Method getNcbReturns the value of field 'ncb'.
 Ncb AdminAddType.getNcb()
          Method getNcbReturns the value of field 'ncb'.
 

Methods in nz.co.cks.tms.xml with parameters of type Ncb
 void TransactionPurchaseType.setNcb(Ncb ncb)
          Method setNcbSets the value of field 'ncb'.
 void ResponseNcbType.addNcb(Ncb vNcb)
          Method addNcb
 void ResponseNcbType.addNcb(int index, Ncb vNcb)
          Method addNcb
 void ResponseNcbType.setNcb(int index, Ncb vNcb)
          Method setNcb
 void ResponseNcbType.setNcb(Ncb[] ncbArray)
          Method setNcb
 void AdminUpdateType.setNcb(Ncb ncb)
          Method setNcbSets the value of field 'ncb'.
 void AdminDeleteType.setNcb(Ncb ncb)
          Method setNcbSets the value of field 'ncb'.
 void AdminAddType.setNcb(Ncb ncb)
          Method setNcbSets the value of field 'ncb'.