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

Uses of Interface
org.kr.dl.dig.v1_1.OkDocument.Ok

Packages that use OkDocument.Ok
org.kr.dl.dig.v1_1   
org.kr.dl.dig.v1_1.impl   
 

Uses of OkDocument.Ok in org.kr.dl.dig.v1_1
 

Methods in org.kr.dl.dig.v1_1 that return OkDocument.Ok
 OkDocument.Ok IdRespType.getOk()
          Gets the "ok" element
 OkDocument.Ok IdRespType.addNewOk()
          Appends and returns a new empty "ok" element
static OkDocument.Ok OkDocument.Ok.Factory.newInstance()
           
static OkDocument.Ok OkDocument.Ok.Factory.newInstance(XmlOptions options)
           
 OkDocument.Ok OkDocument.getOk()
          Gets the "ok" element
 OkDocument.Ok OkDocument.addNewOk()
          Appends and returns a new empty "ok" element
 

Methods in org.kr.dl.dig.v1_1 with parameters of type OkDocument.Ok
 void IdRespType.setOk(OkDocument.Ok ok)
          Sets the "ok" element
 void OkDocument.setOk(OkDocument.Ok ok)
          Sets the "ok" element
 

Uses of OkDocument.Ok in org.kr.dl.dig.v1_1.impl
 

Classes in org.kr.dl.dig.v1_1.impl that implement OkDocument.Ok
static class OkDocumentImpl.OkImpl
          An XML ok(@http://dl.kr.org/dig/2003/02/lang).
 

Methods in org.kr.dl.dig.v1_1.impl that return OkDocument.Ok
 OkDocument.Ok OkDocumentImpl.getOk()
          Gets the "ok" element
 OkDocument.Ok OkDocumentImpl.addNewOk()
          Appends and returns a new empty "ok" element
 OkDocument.Ok IdRespTypeImpl.getOk()
          Gets the "ok" element
 OkDocument.Ok IdRespTypeImpl.addNewOk()
          Appends and returns a new empty "ok" element
 

Methods in org.kr.dl.dig.v1_1.impl with parameters of type OkDocument.Ok
 void OkDocumentImpl.setOk(OkDocument.Ok ok)
          Sets the "ok" element
 void IdRespTypeImpl.setOk(OkDocument.Ok ok)
          Sets the "ok" element
 


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