DIG 1.1 XMLBeans API, April 22, 2004 (05:20 PM)

Uses of Interface
org.kr.dl.dig.v1_1.KbDocument.Kb

Packages that use KbDocument.Kb
org.kr.dl.dig.v1_1   
org.kr.dl.dig.v1_1.impl   
 

Uses of KbDocument.Kb in org.kr.dl.dig.v1_1
 

Methods in org.kr.dl.dig.v1_1 that return KbDocument.Kb
 KbDocument.Kb IdRespType.getKb()
          Gets the "kb" element
 KbDocument.Kb IdRespType.addNewKb()
          Appends and returns a new empty "kb" element
static KbDocument.Kb KbDocument.Kb.Factory.newInstance()
           
static KbDocument.Kb KbDocument.Kb.Factory.newInstance(XmlOptions options)
           
 KbDocument.Kb KbDocument.getKb()
          Gets the "kb" element
 KbDocument.Kb KbDocument.addNewKb()
          Appends and returns a new empty "kb" element
 

Methods in org.kr.dl.dig.v1_1 with parameters of type KbDocument.Kb
 void IdRespType.setKb(KbDocument.Kb kb)
          Sets the "kb" element
 void KbDocument.setKb(KbDocument.Kb kb)
          Sets the "kb" element
 

Uses of KbDocument.Kb in org.kr.dl.dig.v1_1.impl
 

Classes in org.kr.dl.dig.v1_1.impl that implement KbDocument.Kb
static class KbDocumentImpl.KbImpl
          An XML kb(@http://dl.kr.org/dig/2003/02/lang).
 

Methods in org.kr.dl.dig.v1_1.impl that return KbDocument.Kb
 KbDocument.Kb KbDocumentImpl.getKb()
          Gets the "kb" element
 KbDocument.Kb KbDocumentImpl.addNewKb()
          Appends and returns a new empty "kb" element
 KbDocument.Kb IdRespTypeImpl.getKb()
          Gets the "kb" element
 KbDocument.Kb IdRespTypeImpl.addNewKb()
          Appends and returns a new empty "kb" element
 

Methods in org.kr.dl.dig.v1_1.impl with parameters of type KbDocument.Kb
 void KbDocumentImpl.setKb(KbDocument.Kb kb)
          Sets the "kb" element
 void IdRespTypeImpl.setKb(KbDocument.Kb kb)
          Sets the "kb" element
 


DIG 1.1 XMLBeans API, April 22, 2004 (05:20 PM)