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

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

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

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

Subinterfaces of RoleConceptPair in org.kr.dl.dig.v1_1
 interface NumRoleConceptPair
          An XML numRoleConceptPair(@http://dl.kr.org/dig/2003/02/lang).
 

Methods in org.kr.dl.dig.v1_1 that return RoleConceptPair
 RoleConceptPair InstanceDocument.Instance.getSome()
          Gets the "some" element
 RoleConceptPair InstanceDocument.Instance.addNewSome()
          Appends and returns a new empty "some" element
 RoleConceptPair InstanceDocument.Instance.getAll()
          Gets the "all" element
 RoleConceptPair InstanceDocument.Instance.addNewAll()
          Appends and returns a new empty "all" element
 RoleConceptPair SomeDocument.getSome()
          Gets the "some" element
 RoleConceptPair SomeDocument.addNewSome()
          Appends and returns a new empty "some" element
 RoleConceptPair AllDocument.getAll()
          Gets the "all" element
 RoleConceptPair AllDocument.addNewAll()
          Appends and returns a new empty "all" element
 RoleConceptPair RangeDocument.getRange()
          Gets the "range" element
 RoleConceptPair RangeDocument.addNewRange()
          Appends and returns a new empty "range" element
 RoleConceptPair[] Concepts.getSomeArray()
          Gets array of all "some" elements
 RoleConceptPair Concepts.getSomeArray(int i)
          Gets ith "some" element
 RoleConceptPair Concepts.insertNewSome(int i)
          Inserts and returns a new empty value (as xml) as the ith "some" element
 RoleConceptPair Concepts.addNewSome()
          Appends and returns a new empty value (as xml) as the last "some" element
 RoleConceptPair[] Concepts.getAllArray()
          Gets array of all "all" elements
 RoleConceptPair Concepts.getAllArray(int i)
          Gets ith "all" element
 RoleConceptPair Concepts.insertNewAll(int i)
          Inserts and returns a new empty value (as xml) as the ith "all" element
 RoleConceptPair Concepts.addNewAll()
          Appends and returns a new empty value (as xml) as the last "all" element
 RoleConceptPair RoleConceptPair.getSome()
          Gets the "some" element
 RoleConceptPair RoleConceptPair.addNewSome()
          Appends and returns a new empty "some" element
 RoleConceptPair RoleConceptPair.getAll()
          Gets the "all" element
 RoleConceptPair RoleConceptPair.addNewAll()
          Appends and returns a new empty "all" element
static RoleConceptPair RoleConceptPair.Factory.newInstance()
           
static RoleConceptPair RoleConceptPair.Factory.newInstance(XmlOptions options)
           
static RoleConceptPair RoleConceptPair.Factory.parse(String s)
           
static RoleConceptPair RoleConceptPair.Factory.parse(String s, XmlOptions options)
           
static RoleConceptPair RoleConceptPair.Factory.parse(File f)
           
static RoleConceptPair RoleConceptPair.Factory.parse(File f, XmlOptions options)
           
static RoleConceptPair RoleConceptPair.Factory.parse(URL u)
           
static RoleConceptPair RoleConceptPair.Factory.parse(URL u, XmlOptions options)
           
static RoleConceptPair RoleConceptPair.Factory.parse(InputStream is)
           
static RoleConceptPair RoleConceptPair.Factory.parse(InputStream is, XmlOptions options)
           
static RoleConceptPair RoleConceptPair.Factory.parse(Reader r)
           
static RoleConceptPair RoleConceptPair.Factory.parse(Reader r, XmlOptions options)
           
static RoleConceptPair RoleConceptPair.Factory.parse(Node node)
           
static RoleConceptPair RoleConceptPair.Factory.parse(Node node, XmlOptions options)
           
static RoleConceptPair RoleConceptPair.Factory.parse(XMLInputStream xis)
           
static RoleConceptPair RoleConceptPair.Factory.parse(XMLInputStream xis, XmlOptions options)
           
 RoleConceptPair InstanceofDocument.Instanceof.getSome()
          Gets the "some" element
 RoleConceptPair InstanceofDocument.Instanceof.addNewSome()
          Appends and returns a new empty "some" element
 RoleConceptPair InstanceofDocument.Instanceof.getAll()
          Gets the "all" element
 RoleConceptPair InstanceofDocument.Instanceof.addNewAll()
          Appends and returns a new empty "all" element
 RoleConceptPair[] Axioms.getDomainArray()
          Gets array of all "domain" elements
 RoleConceptPair Axioms.getDomainArray(int i)
          Gets ith "domain" element
 RoleConceptPair Axioms.insertNewDomain(int i)
          Inserts and returns a new empty value (as xml) as the ith "domain" element
 RoleConceptPair Axioms.addNewDomain()
          Appends and returns a new empty value (as xml) as the last "domain" element
 RoleConceptPair[] Axioms.getRangeArray()
          Gets array of all "range" elements
 RoleConceptPair Axioms.getRangeArray(int i)
          Gets ith "range" element
 RoleConceptPair Axioms.insertNewRange(int i)
          Inserts and returns a new empty value (as xml) as the ith "range" element
 RoleConceptPair Axioms.addNewRange()
          Appends and returns a new empty value (as xml) as the last "range" element
 RoleConceptPair Axiom.getDomain()
          Gets the "domain" element
 RoleConceptPair Axiom.addNewDomain()
          Appends and returns a new empty "domain" element
 RoleConceptPair Axiom.getRange()
          Gets the "range" element
 RoleConceptPair Axiom.addNewRange()
          Appends and returns a new empty "range" element
 RoleConceptPair DomainDocument.getDomain()
          Gets the "domain" element
 RoleConceptPair DomainDocument.addNewDomain()
          Appends and returns a new empty "domain" element
 RoleConceptPair[] ConceptPair.getSomeArray()
          Gets array of all "some" elements
 RoleConceptPair ConceptPair.getSomeArray(int i)
          Gets ith "some" element
 RoleConceptPair ConceptPair.insertNewSome(int i)
          Inserts and returns a new empty value (as xml) as the ith "some" element
 RoleConceptPair ConceptPair.addNewSome()
          Appends and returns a new empty value (as xml) as the last "some" element
 RoleConceptPair[] ConceptPair.getAllArray()
          Gets array of all "all" elements
 RoleConceptPair ConceptPair.getAllArray(int i)
          Gets ith "all" element
 RoleConceptPair ConceptPair.insertNewAll(int i)
          Inserts and returns a new empty value (as xml) as the ith "all" element
 RoleConceptPair ConceptPair.addNewAll()
          Appends and returns a new empty value (as xml) as the last "all" element
 RoleConceptPair Concept.getSome()
          Gets the "some" element
 RoleConceptPair Concept.addNewSome()
          Appends and returns a new empty "some" element
 RoleConceptPair Concept.getAll()
          Gets the "all" element
 RoleConceptPair Concept.addNewAll()
          Appends and returns a new empty "all" element
 

Methods in org.kr.dl.dig.v1_1 with parameters of type RoleConceptPair
 void InstanceDocument.Instance.setSome(RoleConceptPair some)
          Sets the "some" element
 void InstanceDocument.Instance.setAll(RoleConceptPair all)
          Sets the "all" element
 void SomeDocument.setSome(RoleConceptPair some)
          Sets the "some" element
 void AllDocument.setAll(RoleConceptPair all)
          Sets the "all" element
 void RangeDocument.setRange(RoleConceptPair range)
          Sets the "range" element
 void Concepts.setSomeArray(RoleConceptPair[] someArray)
          Sets array of all "some" element
 void Concepts.setSomeArray(int i, RoleConceptPair some)
          Sets ith "some" element
 void Concepts.setAllArray(RoleConceptPair[] allArray)
          Sets array of all "all" element
 void Concepts.setAllArray(int i, RoleConceptPair all)
          Sets ith "all" element
 void RoleConceptPair.setSome(RoleConceptPair some)
          Sets the "some" element
 void RoleConceptPair.setAll(RoleConceptPair all)
          Sets the "all" element
 void InstanceofDocument.Instanceof.setSome(RoleConceptPair some)
          Sets the "some" element
 void InstanceofDocument.Instanceof.setAll(RoleConceptPair all)
          Sets the "all" element
 void Axioms.setDomainArray(RoleConceptPair[] domainArray)
          Sets array of all "domain" element
 void Axioms.setDomainArray(int i, RoleConceptPair domain)
          Sets ith "domain" element
 void Axioms.setRangeArray(RoleConceptPair[] rangeArray)
          Sets array of all "range" element
 void Axioms.setRangeArray(int i, RoleConceptPair range)
          Sets ith "range" element
 void Axiom.setDomain(RoleConceptPair domain)
          Sets the "domain" element
 void Axiom.setRange(RoleConceptPair range)
          Sets the "range" element
 void DomainDocument.setDomain(RoleConceptPair domain)
          Sets the "domain" element
 void ConceptPair.setSomeArray(RoleConceptPair[] someArray)
          Sets array of all "some" element
 void ConceptPair.setSomeArray(int i, RoleConceptPair some)
          Sets ith "some" element
 void ConceptPair.setAllArray(RoleConceptPair[] allArray)
          Sets array of all "all" element
 void ConceptPair.setAllArray(int i, RoleConceptPair all)
          Sets ith "all" element
 void Concept.setSome(RoleConceptPair some)
          Sets the "some" element
 void Concept.setAll(RoleConceptPair all)
          Sets the "all" element
 

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

Classes in org.kr.dl.dig.v1_1.impl that implement RoleConceptPair
 class NumRoleConceptPairImpl
          An XML numRoleConceptPair(@http://dl.kr.org/dig/2003/02/lang).
 class RoleConceptPairImpl
          An XML roleConceptPair(@http://dl.kr.org/dig/2003/02/lang).
 

Methods in org.kr.dl.dig.v1_1.impl that return RoleConceptPair
 RoleConceptPair AllDocumentImpl.getAll()
          Gets the "all" element
 RoleConceptPair AllDocumentImpl.addNewAll()
          Appends and returns a new empty "all" element
 RoleConceptPair RoleConceptPairImpl.getSome()
          Gets the "some" element
 RoleConceptPair RoleConceptPairImpl.addNewSome()
          Appends and returns a new empty "some" element
 RoleConceptPair RoleConceptPairImpl.getAll()
          Gets the "all" element
 RoleConceptPair RoleConceptPairImpl.addNewAll()
          Appends and returns a new empty "all" element
 RoleConceptPair SomeDocumentImpl.getSome()
          Gets the "some" element
 RoleConceptPair SomeDocumentImpl.addNewSome()
          Appends and returns a new empty "some" element
 RoleConceptPair[] AxiomsImpl.getDomainArray()
          Gets array of all "domain" elements
 RoleConceptPair AxiomsImpl.getDomainArray(int i)
          Gets ith "domain" element
 RoleConceptPair AxiomsImpl.insertNewDomain(int i)
          Inserts and returns a new empty value (as xml) as the ith "domain" element
 RoleConceptPair AxiomsImpl.addNewDomain()
          Appends and returns a new empty value (as xml) as the last "domain" element
 RoleConceptPair[] AxiomsImpl.getRangeArray()
          Gets array of all "range" elements
 RoleConceptPair AxiomsImpl.getRangeArray(int i)
          Gets ith "range" element
 RoleConceptPair AxiomsImpl.insertNewRange(int i)
          Inserts and returns a new empty value (as xml) as the ith "range" element
 RoleConceptPair AxiomsImpl.addNewRange()
          Appends and returns a new empty value (as xml) as the last "range" element
 RoleConceptPair InstanceDocumentImpl.InstanceImpl.getSome()
          Gets the "some" element
 RoleConceptPair InstanceDocumentImpl.InstanceImpl.addNewSome()
          Appends and returns a new empty "some" element
 RoleConceptPair InstanceDocumentImpl.InstanceImpl.getAll()
          Gets the "all" element
 RoleConceptPair InstanceDocumentImpl.InstanceImpl.addNewAll()
          Appends and returns a new empty "all" element
 RoleConceptPair[] ConceptsImpl.getSomeArray()
          Gets array of all "some" elements
 RoleConceptPair ConceptsImpl.getSomeArray(int i)
          Gets ith "some" element
 RoleConceptPair ConceptsImpl.insertNewSome(int i)
          Inserts and returns a new empty value (as xml) as the ith "some" element
 RoleConceptPair ConceptsImpl.addNewSome()
          Appends and returns a new empty value (as xml) as the last "some" element
 RoleConceptPair[] ConceptsImpl.getAllArray()
          Gets array of all "all" elements
 RoleConceptPair ConceptsImpl.getAllArray(int i)
          Gets ith "all" element
 RoleConceptPair ConceptsImpl.insertNewAll(int i)
          Inserts and returns a new empty value (as xml) as the ith "all" element
 RoleConceptPair ConceptsImpl.addNewAll()
          Appends and returns a new empty value (as xml) as the last "all" element
 RoleConceptPair DomainDocumentImpl.getDomain()
          Gets the "domain" element
 RoleConceptPair DomainDocumentImpl.addNewDomain()
          Appends and returns a new empty "domain" element
 RoleConceptPair ConceptImpl.getSome()
          Gets the "some" element
 RoleConceptPair ConceptImpl.addNewSome()
          Appends and returns a new empty "some" element
 RoleConceptPair ConceptImpl.getAll()
          Gets the "all" element
 RoleConceptPair ConceptImpl.addNewAll()
          Appends and returns a new empty "all" element
 RoleConceptPair[] ConceptPairImpl.getSomeArray()
          Gets array of all "some" elements
 RoleConceptPair ConceptPairImpl.getSomeArray(int i)
          Gets ith "some" element
 RoleConceptPair ConceptPairImpl.insertNewSome(int i)
          Inserts and returns a new empty value (as xml) as the ith "some" element
 RoleConceptPair ConceptPairImpl.addNewSome()
          Appends and returns a new empty value (as xml) as the last "some" element
 RoleConceptPair[] ConceptPairImpl.getAllArray()
          Gets array of all "all" elements
 RoleConceptPair ConceptPairImpl.getAllArray(int i)
          Gets ith "all" element
 RoleConceptPair ConceptPairImpl.insertNewAll(int i)
          Inserts and returns a new empty value (as xml) as the ith "all" element
 RoleConceptPair ConceptPairImpl.addNewAll()
          Appends and returns a new empty value (as xml) as the last "all" element
 RoleConceptPair RangeDocumentImpl.getRange()
          Gets the "range" element
 RoleConceptPair RangeDocumentImpl.addNewRange()
          Appends and returns a new empty "range" element
 RoleConceptPair InstanceofDocumentImpl.InstanceofImpl.getSome()
          Gets the "some" element
 RoleConceptPair InstanceofDocumentImpl.InstanceofImpl.addNewSome()
          Appends and returns a new empty "some" element
 RoleConceptPair InstanceofDocumentImpl.InstanceofImpl.getAll()
          Gets the "all" element
 RoleConceptPair InstanceofDocumentImpl.InstanceofImpl.addNewAll()
          Appends and returns a new empty "all" element
 RoleConceptPair AxiomImpl.getDomain()
          Gets the "domain" element
 RoleConceptPair AxiomImpl.addNewDomain()
          Appends and returns a new empty "domain" element
 RoleConceptPair AxiomImpl.getRange()
          Gets the "range" element
 RoleConceptPair AxiomImpl.addNewRange()
          Appends and returns a new empty "range" element
 

Methods in org.kr.dl.dig.v1_1.impl with parameters of type RoleConceptPair
 void AllDocumentImpl.setAll(RoleConceptPair all)
          Sets the "all" element
 void RoleConceptPairImpl.setSome(RoleConceptPair some)
          Sets the "some" element
 void RoleConceptPairImpl.setAll(RoleConceptPair all)
          Sets the "all" element
 void SomeDocumentImpl.setSome(RoleConceptPair some)
          Sets the "some" element
 void AxiomsImpl.setDomainArray(RoleConceptPair[] domainArray)
          Sets array of all "domain" element
 void AxiomsImpl.setDomainArray(int i, RoleConceptPair domain)
          Sets ith "domain" element
 void AxiomsImpl.setRangeArray(RoleConceptPair[] rangeArray)
          Sets array of all "range" element
 void AxiomsImpl.setRangeArray(int i, RoleConceptPair range)
          Sets ith "range" element
 void InstanceDocumentImpl.InstanceImpl.setSome(RoleConceptPair some)
          Sets the "some" element
 void InstanceDocumentImpl.InstanceImpl.setAll(RoleConceptPair all)
          Sets the "all" element
 void ConceptsImpl.setSomeArray(RoleConceptPair[] someArray)
          Sets array of all "some" element
 void ConceptsImpl.setSomeArray(int i, RoleConceptPair some)
          Sets ith "some" element
 void ConceptsImpl.setAllArray(RoleConceptPair[] allArray)
          Sets array of all "all" element
 void ConceptsImpl.setAllArray(int i, RoleConceptPair all)
          Sets ith "all" element
 void DomainDocumentImpl.setDomain(RoleConceptPair domain)
          Sets the "domain" element
 void ConceptImpl.setSome(RoleConceptPair some)
          Sets the "some" element
 void ConceptImpl.setAll(RoleConceptPair all)
          Sets the "all" element
 void ConceptPairImpl.setSomeArray(RoleConceptPair[] someArray)
          Sets array of all "some" element
 void ConceptPairImpl.setSomeArray(int i, RoleConceptPair some)
          Sets ith "some" element
 void ConceptPairImpl.setAllArray(RoleConceptPair[] allArray)
          Sets array of all "all" element
 void ConceptPairImpl.setAllArray(int i, RoleConceptPair all)
          Sets ith "all" element
 void RangeDocumentImpl.setRange(RoleConceptPair range)
          Sets the "range" element
 void InstanceofDocumentImpl.InstanceofImpl.setSome(RoleConceptPair some)
          Sets the "some" element
 void InstanceofDocumentImpl.InstanceofImpl.setAll(RoleConceptPair all)
          Sets the "all" element
 void AxiomImpl.setDomain(RoleConceptPair domain)
          Sets the "domain" element
 void AxiomImpl.setRange(RoleConceptPair range)
          Sets the "range" element
 


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