Uses of Interface
de.unihalle.informatik.Alida_xml.ALDXMLKeyValuePairType

Packages that use ALDXMLKeyValuePairType
de.unihalle.informatik.Alida_xml   
de.unihalle.informatik.Alida_xml.impl   
 

Uses of ALDXMLKeyValuePairType in de.unihalle.informatik.Alida_xml
 

Methods in de.unihalle.informatik.Alida_xml that return ALDXMLKeyValuePairType
 ALDXMLKeyValuePairType ALDXMLParametrizedType.addNewPairs()
          Appends and returns a new empty value (as xml) as the last "pairs" element
 ALDXMLKeyValuePairType[] ALDXMLParametrizedType.getPairsArray()
          Gets array of all "pairs" elements
 ALDXMLKeyValuePairType ALDXMLParametrizedType.getPairsArray(int i)
          Gets ith "pairs" element
 ALDXMLKeyValuePairType ALDXMLParametrizedType.insertNewPairs(int i)
          Inserts and returns a new empty value (as xml) as the ith "pairs" element
static ALDXMLKeyValuePairType ALDXMLKeyValuePairType.Factory.newInstance()
           
static ALDXMLKeyValuePairType ALDXMLKeyValuePairType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static ALDXMLKeyValuePairType ALDXMLKeyValuePairType.Factory.parse(java.io.File file)
           
static ALDXMLKeyValuePairType ALDXMLKeyValuePairType.Factory.parse(java.io.File file, org.apache.xmlbeans.XmlOptions options)
           
static ALDXMLKeyValuePairType ALDXMLKeyValuePairType.Factory.parse(java.io.InputStream is)
           
static ALDXMLKeyValuePairType ALDXMLKeyValuePairType.Factory.parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static ALDXMLKeyValuePairType ALDXMLKeyValuePairType.Factory.parse(org.w3c.dom.Node node)
           
static ALDXMLKeyValuePairType ALDXMLKeyValuePairType.Factory.parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options)
           
static ALDXMLKeyValuePairType ALDXMLKeyValuePairType.Factory.parse(java.io.Reader r)
           
static ALDXMLKeyValuePairType ALDXMLKeyValuePairType.Factory.parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
           
static ALDXMLKeyValuePairType ALDXMLKeyValuePairType.Factory.parse(java.lang.String xmlAsString)
           
static ALDXMLKeyValuePairType ALDXMLKeyValuePairType.Factory.parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static ALDXMLKeyValuePairType ALDXMLKeyValuePairType.Factory.parse(java.net.URL u)
           
static ALDXMLKeyValuePairType ALDXMLKeyValuePairType.Factory.parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options)
           
static ALDXMLKeyValuePairType ALDXMLKeyValuePairType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static ALDXMLKeyValuePairType ALDXMLKeyValuePairType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static ALDXMLKeyValuePairType ALDXMLKeyValuePairType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static ALDXMLKeyValuePairType ALDXMLKeyValuePairType.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in de.unihalle.informatik.Alida_xml with parameters of type ALDXMLKeyValuePairType
 void ALDXMLParametrizedType.setPairsArray(ALDXMLKeyValuePairType[] pairsArray)
          Sets array of all "pairs" element
 void ALDXMLParametrizedType.setPairsArray(int i, ALDXMLKeyValuePairType pairs)
          Sets ith "pairs" element
 

Uses of ALDXMLKeyValuePairType in de.unihalle.informatik.Alida_xml.impl
 

Classes in de.unihalle.informatik.Alida_xml.impl that implement ALDXMLKeyValuePairType
 class ALDXMLKeyValuePairTypeImpl
          An XML ALDXMLKeyValuePairType(@http://informatik.unihalle.de/Alida_xml).
 

Methods in de.unihalle.informatik.Alida_xml.impl that return ALDXMLKeyValuePairType
 ALDXMLKeyValuePairType ALDXMLParametrizedTypeImpl.addNewPairs()
          Appends and returns a new empty value (as xml) as the last "pairs" element
 ALDXMLKeyValuePairType[] ALDXMLParametrizedTypeImpl.getPairsArray()
          Gets array of all "pairs" elements
 ALDXMLKeyValuePairType ALDXMLParametrizedTypeImpl.getPairsArray(int i)
          Gets ith "pairs" element
 ALDXMLKeyValuePairType ALDXMLParametrizedTypeImpl.insertNewPairs(int i)
          Inserts and returns a new empty value (as xml) as the ith "pairs" element
 

Methods in de.unihalle.informatik.Alida_xml.impl with parameters of type ALDXMLKeyValuePairType
 void ALDXMLParametrizedTypeImpl.setPairsArray(ALDXMLKeyValuePairType[] pairsArray)
          Sets array of all "pairs" element
 void ALDXMLParametrizedTypeImpl.setPairsArray(int i, ALDXMLKeyValuePairType pairs)
          Sets ith "pairs" element
 



Copyright © 2014 Martin Luther University Halle-Wittenberg. All Rights Reserved.