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

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

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

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

Methods in org.kr.dl.dig.v1_1 that return NumRoleConceptPair
 NumRoleConceptPair InstanceDocument.Instance.getAtmost()
          Gets the "atmost" element
 NumRoleConceptPair InstanceDocument.Instance.addNewAtmost()
          Appends and returns a new empty "atmost" element
 NumRoleConceptPair InstanceDocument.Instance.getAtleast()
          Gets the "atleast" element
 NumRoleConceptPair InstanceDocument.Instance.addNewAtleast()
          Appends and returns a new empty "atleast" element
 NumRoleConceptPair AtleastDocument.getAtleast()
          Gets the "atleast" element
 NumRoleConceptPair AtleastDocument.addNewAtleast()
          Appends and returns a new empty "atleast" element
 NumRoleConceptPair[] Concepts.getAtmostArray()
          Gets array of all "atmost" elements
 NumRoleConceptPair Concepts.getAtmostArray(int i)
          Gets ith "atmost" element
 NumRoleConceptPair Concepts.insertNewAtmost(int i)
          Inserts and returns a new empty value (as xml) as the ith "atmost" element
 NumRoleConceptPair Concepts.addNewAtmost()
          Appends and returns a new empty value (as xml) as the last "atmost" element
 NumRoleConceptPair[] Concepts.getAtleastArray()
          Gets array of all "atleast" elements
 NumRoleConceptPair Concepts.getAtleastArray(int i)
          Gets ith "atleast" element
 NumRoleConceptPair Concepts.insertNewAtleast(int i)
          Inserts and returns a new empty value (as xml) as the ith "atleast" element
 NumRoleConceptPair Concepts.addNewAtleast()
          Appends and returns a new empty value (as xml) as the last "atleast" element
 NumRoleConceptPair RoleConceptPair.getAtmost()
          Gets the "atmost" element
 NumRoleConceptPair RoleConceptPair.addNewAtmost()
          Appends and returns a new empty "atmost" element
 NumRoleConceptPair RoleConceptPair.getAtleast()
          Gets the "atleast" element
 NumRoleConceptPair RoleConceptPair.addNewAtleast()
          Appends and returns a new empty "atleast" element
 NumRoleConceptPair InstanceofDocument.Instanceof.getAtmost()
          Gets the "atmost" element
 NumRoleConceptPair InstanceofDocument.Instanceof.addNewAtmost()
          Appends and returns a new empty "atmost" element
 NumRoleConceptPair InstanceofDocument.Instanceof.getAtleast()
          Gets the "atleast" element
 NumRoleConceptPair InstanceofDocument.Instanceof.addNewAtleast()
          Appends and returns a new empty "atleast" element
static NumRoleConceptPair NumRoleConceptPair.Factory.newInstance()
           
static NumRoleConceptPair NumRoleConceptPair.Factory.newInstance(XmlOptions options)
           
static NumRoleConceptPair NumRoleConceptPair.Factory.parse(String s)
           
static NumRoleConceptPair NumRoleConceptPair.Factory.parse(String s, XmlOptions options)
           
static NumRoleConceptPair NumRoleConceptPair.Factory.parse(File f)
           
static NumRoleConceptPair NumRoleConceptPair.Factory.parse(File f, XmlOptions options)
           
static NumRoleConceptPair NumRoleConceptPair.Factory.parse(URL u)
           
static NumRoleConceptPair NumRoleConceptPair.Factory.parse(URL u, XmlOptions options)
           
static NumRoleConceptPair NumRoleConceptPair.Factory.parse(InputStream is)
           
static NumRoleConceptPair NumRoleConceptPair.Factory.parse(InputStream is, XmlOptions options)
           
static NumRoleConceptPair NumRoleConceptPair.Factory.parse(Reader r)
           
static NumRoleConceptPair NumRoleConceptPair.Factory.parse(Reader r, XmlOptions options)
           
static NumRoleConceptPair NumRoleConceptPair.Factory.parse(Node node)
           
static NumRoleConceptPair NumRoleConceptPair.Factory.parse(Node node, XmlOptions options)
           
static NumRoleConceptPair NumRoleConceptPair.Factory.parse(XMLInputStream xis)
           
static NumRoleConceptPair NumRoleConceptPair.Factory.parse(XMLInputStream xis, XmlOptions options)
           
 NumRoleConceptPair AtmostDocument.getAtmost()
          Gets the "atmost" element
 NumRoleConceptPair AtmostDocument.addNewAtmost()
          Appends and returns a new empty "atmost" element
 NumRoleConceptPair[] ConceptPair.getAtmostArray()
          Gets array of all "atmost" elements
 NumRoleConceptPair ConceptPair.getAtmostArray(int i)
          Gets ith "atmost" element
 NumRoleConceptPair ConceptPair.insertNewAtmost(int i)
          Inserts and returns a new empty value (as xml) as the ith "atmost" element
 NumRoleConceptPair ConceptPair.addNewAtmost()
          Appends and returns a new empty value (as xml) as the last "atmost" element
 NumRoleConceptPair[] ConceptPair.getAtleastArray()
          Gets array of all "atleast" elements
 NumRoleConceptPair ConceptPair.getAtleastArray(int i)
          Gets ith "atleast" element
 NumRoleConceptPair ConceptPair.insertNewAtleast(int i)
          Inserts and returns a new empty value (as xml) as the ith "atleast" element
 NumRoleConceptPair ConceptPair.addNewAtleast()
          Appends and returns a new empty value (as xml) as the last "atleast" element
 NumRoleConceptPair Concept.getAtmost()
          Gets the "atmost" element
 NumRoleConceptPair Concept.addNewAtmost()
          Appends and returns a new empty "atmost" element
 NumRoleConceptPair Concept.getAtleast()
          Gets the "atleast" element
 NumRoleConceptPair Concept.addNewAtleast()
          Appends and returns a new empty "atleast" element
 

Methods in org.kr.dl.dig.v1_1 with parameters of type NumRoleConceptPair
 void InstanceDocument.Instance.setAtmost(NumRoleConceptPair atmost)
          Sets the "atmost" element
 void InstanceDocument.Instance.setAtleast(NumRoleConceptPair atleast)
          Sets the "atleast" element
 void AtleastDocument.setAtleast(NumRoleConceptPair atleast)
          Sets the "atleast" element
 void Concepts.setAtmostArray(NumRoleConceptPair[] atmostArray)
          Sets array of all "atmost" element
 void Concepts.setAtmostArray(int i, NumRoleConceptPair atmost)
          Sets ith "atmost" element
 void Concepts.setAtleastArray(NumRoleConceptPair[] atleastArray)
          Sets array of all "atleast" element
 void Concepts.setAtleastArray(int i, NumRoleConceptPair atleast)
          Sets ith "atleast" element
 void RoleConceptPair.setAtmost(NumRoleConceptPair atmost)
          Sets the "atmost" element
 void RoleConceptPair.setAtleast(NumRoleConceptPair atleast)
          Sets the "atleast" element
 void InstanceofDocument.Instanceof.setAtmost(NumRoleConceptPair atmost)
          Sets the "atmost" element
 void InstanceofDocument.Instanceof.setAtleast(NumRoleConceptPair atleast)
          Sets the "atleast" element
 void AtmostDocument.setAtmost(NumRoleConceptPair atmost)
          Sets the "atmost" element
 void ConceptPair.setAtmostArray(NumRoleConceptPair[] atmostArray)
          Sets array of all "atmost" element
 void ConceptPair.setAtmostArray(int i, NumRoleConceptPair atmost)
          Sets ith "atmost" element
 void ConceptPair.setAtleastArray(NumRoleConceptPair[] atleastArray)
          Sets array of all "atleast" element
 void ConceptPair.setAtleastArray(int i, NumRoleConceptPair atleast)
          Sets ith "atleast" element
 void Concept.setAtmost(NumRoleConceptPair atmost)
          Sets the "atmost" element
 void Concept.setAtleast(NumRoleConceptPair atleast)
          Sets the "atleast" element
 

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

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

Methods in org.kr.dl.dig.v1_1.impl that return NumRoleConceptPair
 NumRoleConceptPair RoleConceptPairImpl.getAtmost()
          Gets the "atmost" element
 NumRoleConceptPair RoleConceptPairImpl.addNewAtmost()
          Appends and returns a new empty "atmost" element
 NumRoleConceptPair RoleConceptPairImpl.getAtleast()
          Gets the "atleast" element
 NumRoleConceptPair RoleConceptPairImpl.addNewAtleast()
          Appends and returns a new empty "atleast" element
 NumRoleConceptPair InstanceDocumentImpl.InstanceImpl.getAtmost()
          Gets the "atmost" element
 NumRoleConceptPair InstanceDocumentImpl.InstanceImpl.addNewAtmost()
          Appends and returns a new empty "atmost" element
 NumRoleConceptPair InstanceDocumentImpl.InstanceImpl.getAtleast()
          Gets the "atleast" element
 NumRoleConceptPair InstanceDocumentImpl.InstanceImpl.addNewAtleast()
          Appends and returns a new empty "atleast" element
 NumRoleConceptPair AtleastDocumentImpl.getAtleast()
          Gets the "atleast" element
 NumRoleConceptPair AtleastDocumentImpl.addNewAtleast()
          Appends and returns a new empty "atleast" element
 NumRoleConceptPair[] ConceptsImpl.getAtmostArray()
          Gets array of all "atmost" elements
 NumRoleConceptPair ConceptsImpl.getAtmostArray(int i)
          Gets ith "atmost" element
 NumRoleConceptPair ConceptsImpl.insertNewAtmost(int i)
          Inserts and returns a new empty value (as xml) as the ith "atmost" element
 NumRoleConceptPair ConceptsImpl.addNewAtmost()
          Appends and returns a new empty value (as xml) as the last "atmost" element
 NumRoleConceptPair[] ConceptsImpl.getAtleastArray()
          Gets array of all "atleast" elements
 NumRoleConceptPair ConceptsImpl.getAtleastArray(int i)
          Gets ith "atleast" element
 NumRoleConceptPair ConceptsImpl.insertNewAtleast(int i)
          Inserts and returns a new empty value (as xml) as the ith "atleast" element
 NumRoleConceptPair ConceptsImpl.addNewAtleast()
          Appends and returns a new empty value (as xml) as the last "atleast" element
 NumRoleConceptPair ConceptImpl.getAtmost()
          Gets the "atmost" element
 NumRoleConceptPair ConceptImpl.addNewAtmost()
          Appends and returns a new empty "atmost" element
 NumRoleConceptPair ConceptImpl.getAtleast()
          Gets the "atleast" element
 NumRoleConceptPair ConceptImpl.addNewAtleast()
          Appends and returns a new empty "atleast" element
 NumRoleConceptPair[] ConceptPairImpl.getAtmostArray()
          Gets array of all "atmost" elements
 NumRoleConceptPair ConceptPairImpl.getAtmostArray(int i)
          Gets ith "atmost" element
 NumRoleConceptPair ConceptPairImpl.insertNewAtmost(int i)
          Inserts and returns a new empty value (as xml) as the ith "atmost" element
 NumRoleConceptPair ConceptPairImpl.addNewAtmost()
          Appends and returns a new empty value (as xml) as the last "atmost" element
 NumRoleConceptPair[] ConceptPairImpl.getAtleastArray()
          Gets array of all "atleast" elements
 NumRoleConceptPair ConceptPairImpl.getAtleastArray(int i)
          Gets ith "atleast" element
 NumRoleConceptPair ConceptPairImpl.insertNewAtleast(int i)
          Inserts and returns a new empty value (as xml) as the ith "atleast" element
 NumRoleConceptPair ConceptPairImpl.addNewAtleast()
          Appends and returns a new empty value (as xml) as the last "atleast" element
 NumRoleConceptPair AtmostDocumentImpl.getAtmost()
          Gets the "atmost" element
 NumRoleConceptPair AtmostDocumentImpl.addNewAtmost()
          Appends and returns a new empty "atmost" element
 NumRoleConceptPair InstanceofDocumentImpl.InstanceofImpl.getAtmost()
          Gets the "atmost" element
 NumRoleConceptPair InstanceofDocumentImpl.InstanceofImpl.addNewAtmost()
          Appends and returns a new empty "atmost" element
 NumRoleConceptPair InstanceofDocumentImpl.InstanceofImpl.getAtleast()
          Gets the "atleast" element
 NumRoleConceptPair InstanceofDocumentImpl.InstanceofImpl.addNewAtleast()
          Appends and returns a new empty "atleast" element
 

Methods in org.kr.dl.dig.v1_1.impl with parameters of type NumRoleConceptPair
 void RoleConceptPairImpl.setAtmost(NumRoleConceptPair atmost)
          Sets the "atmost" element
 void RoleConceptPairImpl.setAtleast(NumRoleConceptPair atleast)
          Sets the "atleast" element
 void InstanceDocumentImpl.InstanceImpl.setAtmost(NumRoleConceptPair atmost)
          Sets the "atmost" element
 void InstanceDocumentImpl.InstanceImpl.setAtleast(NumRoleConceptPair atleast)
          Sets the "atleast" element
 void AtleastDocumentImpl.setAtleast(NumRoleConceptPair atleast)
          Sets the "atleast" element
 void ConceptsImpl.setAtmostArray(NumRoleConceptPair[] atmostArray)
          Sets array of all "atmost" element
 void ConceptsImpl.setAtmostArray(int i, NumRoleConceptPair atmost)
          Sets ith "atmost" element
 void ConceptsImpl.setAtleastArray(NumRoleConceptPair[] atleastArray)
          Sets array of all "atleast" element
 void ConceptsImpl.setAtleastArray(int i, NumRoleConceptPair atleast)
          Sets ith "atleast" element
 void ConceptImpl.setAtmost(NumRoleConceptPair atmost)
          Sets the "atmost" element
 void ConceptImpl.setAtleast(NumRoleConceptPair atleast)
          Sets the "atleast" element
 void ConceptPairImpl.setAtmostArray(NumRoleConceptPair[] atmostArray)
          Sets array of all "atmost" element
 void ConceptPairImpl.setAtmostArray(int i, NumRoleConceptPair atmost)
          Sets ith "atmost" element
 void ConceptPairImpl.setAtleastArray(NumRoleConceptPair[] atleastArray)
          Sets array of all "atleast" element
 void ConceptPairImpl.setAtleastArray(int i, NumRoleConceptPair atleast)
          Sets ith "atleast" element
 void AtmostDocumentImpl.setAtmost(NumRoleConceptPair atmost)
          Sets the "atmost" element
 void InstanceofDocumentImpl.InstanceofImpl.setAtmost(NumRoleConceptPair atmost)
          Sets the "atmost" element
 void InstanceofDocumentImpl.InstanceofImpl.setAtleast(NumRoleConceptPair atleast)
          Sets the "atleast" element
 


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