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

Uses of Interface
org.kr.dl.dig.v1_1.Rsynonyms

Packages that use Rsynonyms
org.kr.dl.dig.v1_1   
org.kr.dl.dig.v1_1.impl   
 

Uses of Rsynonyms in org.kr.dl.dig.v1_1
 

Methods in org.kr.dl.dig.v1_1 that return Rsynonyms
static Rsynonyms Rsynonyms.Factory.newInstance()
           
static Rsynonyms Rsynonyms.Factory.newInstance(XmlOptions options)
           
static Rsynonyms Rsynonyms.Factory.parse(String s)
           
static Rsynonyms Rsynonyms.Factory.parse(String s, XmlOptions options)
           
static Rsynonyms Rsynonyms.Factory.parse(File f)
           
static Rsynonyms Rsynonyms.Factory.parse(File f, XmlOptions options)
           
static Rsynonyms Rsynonyms.Factory.parse(URL u)
           
static Rsynonyms Rsynonyms.Factory.parse(URL u, XmlOptions options)
           
static Rsynonyms Rsynonyms.Factory.parse(InputStream is)
           
static Rsynonyms Rsynonyms.Factory.parse(InputStream is, XmlOptions options)
           
static Rsynonyms Rsynonyms.Factory.parse(Reader r)
           
static Rsynonyms Rsynonyms.Factory.parse(Reader r, XmlOptions options)
           
static Rsynonyms Rsynonyms.Factory.parse(Node node)
           
static Rsynonyms Rsynonyms.Factory.parse(Node node, XmlOptions options)
           
static Rsynonyms Rsynonyms.Factory.parse(XMLInputStream xis)
           
static Rsynonyms Rsynonyms.Factory.parse(XMLInputStream xis, XmlOptions options)
           
 Rsynonyms[] ResponseType.getRoleSetArray()
          Gets array of all "roleSet" elements
 Rsynonyms ResponseType.getRoleSetArray(int i)
          Gets ith "roleSet" element
 Rsynonyms ResponseType.insertNewRoleSet(int i)
          Inserts and returns a new empty value (as xml) as the ith "roleSet" element
 Rsynonyms ResponseType.addNewRoleSet()
          Appends and returns a new empty value (as xml) as the last "roleSet" element
 Rsynonyms RoleSetDocument.getRoleSet()
          Gets the "roleSet" element
 Rsynonyms RoleSetDocument.addNewRoleSet()
          Appends and returns a new empty "roleSet" element
 

Methods in org.kr.dl.dig.v1_1 with parameters of type Rsynonyms
 void ResponseType.setRoleSetArray(Rsynonyms[] roleSetArray)
          Sets array of all "roleSet" element
 void ResponseType.setRoleSetArray(int i, Rsynonyms roleSet)
          Sets ith "roleSet" element
 void RoleSetDocument.setRoleSet(Rsynonyms roleSet)
          Sets the "roleSet" element
 

Uses of Rsynonyms in org.kr.dl.dig.v1_1.impl
 

Classes in org.kr.dl.dig.v1_1.impl that implement Rsynonyms
 class RsynonymsImpl
          An XML rsynonyms(@http://dl.kr.org/dig/2003/02/lang).
 

Methods in org.kr.dl.dig.v1_1.impl that return Rsynonyms
 Rsynonyms RoleSetDocumentImpl.getRoleSet()
          Gets the "roleSet" element
 Rsynonyms RoleSetDocumentImpl.addNewRoleSet()
          Appends and returns a new empty "roleSet" element
 Rsynonyms[] ResponseTypeImpl.getRoleSetArray()
          Gets array of all "roleSet" elements
 Rsynonyms ResponseTypeImpl.getRoleSetArray(int i)
          Gets ith "roleSet" element
 Rsynonyms ResponseTypeImpl.insertNewRoleSet(int i)
          Inserts and returns a new empty value (as xml) as the ith "roleSet" element
 Rsynonyms ResponseTypeImpl.addNewRoleSet()
          Appends and returns a new empty value (as xml) as the last "roleSet" element
 

Methods in org.kr.dl.dig.v1_1.impl with parameters of type Rsynonyms
 void RoleSetDocumentImpl.setRoleSet(Rsynonyms roleSet)
          Sets the "roleSet" element
 void ResponseTypeImpl.setRoleSetArray(Rsynonyms[] roleSetArray)
          Sets array of all "roleSet" element
 void ResponseTypeImpl.setRoleSetArray(int i, Rsynonyms roleSet)
          Sets ith "roleSet" element
 


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