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

Uses of Interface
org.kr.dl.dig.v1_1.TellsDocument.Tells

Packages that use TellsDocument.Tells
org.kr.dl.dig.v1_1   
org.kr.dl.dig.v1_1.impl   
 

Uses of TellsDocument.Tells in org.kr.dl.dig.v1_1
 

Methods in org.kr.dl.dig.v1_1 that return TellsDocument.Tells
static TellsDocument.Tells TellsDocument.Tells.Factory.newInstance()
           
static TellsDocument.Tells TellsDocument.Tells.Factory.newInstance(XmlOptions options)
           
 TellsDocument.Tells TellsDocument.getTells()
          Gets the "tells" element
 TellsDocument.Tells TellsDocument.addNewTells()
          Appends and returns a new empty "tells" element
 

Methods in org.kr.dl.dig.v1_1 with parameters of type TellsDocument.Tells
 void TellsDocument.setTells(TellsDocument.Tells tells)
          Sets the "tells" element
 

Uses of TellsDocument.Tells in org.kr.dl.dig.v1_1.impl
 

Classes in org.kr.dl.dig.v1_1.impl that implement TellsDocument.Tells
static class TellsDocumentImpl.TellsImpl
          An XML tells(@http://dl.kr.org/dig/2003/02/lang).
 

Methods in org.kr.dl.dig.v1_1.impl that return TellsDocument.Tells
 TellsDocument.Tells TellsDocumentImpl.getTells()
          Gets the "tells" element
 TellsDocument.Tells TellsDocumentImpl.addNewTells()
          Appends and returns a new empty "tells" element
 

Methods in org.kr.dl.dig.v1_1.impl with parameters of type TellsDocument.Tells
 void TellsDocumentImpl.setTells(TellsDocument.Tells tells)
          Sets the "tells" element
 


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