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

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

Uses of ALDXMLObjectType in de.unihalle.informatik.Alida_xml
 

Subinterfaces of ALDXMLObjectType in de.unihalle.informatik.Alida_xml
 interface ALDXMLAnyType
          An XML ALDXMLAnyType(@http://informatik.unihalle.de/Alida_xml).
 interface ALDXMLArrayType
          An XML ALDXMLArrayType(@http://informatik.unihalle.de/Alida_xml).
 interface ALDXMLEnumType
          An XML ALDXMLEnumType(@http://informatik.unihalle.de/Alida_xml).
 interface ALDXMLOperatorType
          An XML ALDXMLOperatorType(@http://informatik.unihalle.de/Alida_xml).
 interface ALDXMLParametrizedType
          An XML ALDXMLParametrizedType(@http://informatik.unihalle.de/Alida_xml).
 interface ALDXMLWorkflowEdgeType
          An XML ALDXMLWorkflowEdgeType(@http://informatik.unihalle.de/Alida_xml).
 interface ALDXMLWorkflowNodeType
          An XML ALDXMLWorkflowNodeType(@http://informatik.unihalle.de/Alida_xml).
 interface ALDXMLWorkflowType
          An XML ALDXMLWorkflowType(@http://informatik.unihalle.de/Alida_xml).
 

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

Methods in de.unihalle.informatik.Alida_xml with parameters of type ALDXMLObjectType
 void ALDXMLDocument.setALDXML(ALDXMLObjectType aldxml)
          Sets the "ALDXML" element
 void ALDXMLArrayType.setArrayValuesArray(ALDXMLObjectType[] arrayValuesArray)
          Sets array of all "arrayValues" element
 void ALDXMLArrayType.setArrayValuesArray(int i, ALDXMLObjectType arrayValues)
          Sets ith "arrayValues" element
 void ALDXMLKeyValuePairType.setValue(ALDXMLObjectType value)
          Sets the "value" element
 

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

Classes in de.unihalle.informatik.Alida_xml.impl that implement ALDXMLObjectType
 class ALDXMLAnyTypeImpl
          An XML ALDXMLAnyType(@http://informatik.unihalle.de/Alida_xml).
 class ALDXMLArrayTypeImpl
          An XML ALDXMLArrayType(@http://informatik.unihalle.de/Alida_xml).
 class ALDXMLEnumTypeImpl
          An XML ALDXMLEnumType(@http://informatik.unihalle.de/Alida_xml).
 class ALDXMLObjectTypeImpl
          An XML ALDXMLObjectType(@http://informatik.unihalle.de/Alida_xml).
 class ALDXMLOperatorTypeImpl
          An XML ALDXMLOperatorType(@http://informatik.unihalle.de/Alida_xml).
 class ALDXMLParametrizedTypeImpl
          An XML ALDXMLParametrizedType(@http://informatik.unihalle.de/Alida_xml).
 class ALDXMLWorkflowEdgeTypeImpl
          An XML ALDXMLWorkflowEdgeType(@http://informatik.unihalle.de/Alida_xml).
 class ALDXMLWorkflowNodeTypeImpl
          An XML ALDXMLWorkflowNodeType(@http://informatik.unihalle.de/Alida_xml).
 class ALDXMLWorkflowTypeImpl
          An XML ALDXMLWorkflowType(@http://informatik.unihalle.de/Alida_xml).
 

Methods in de.unihalle.informatik.Alida_xml.impl that return ALDXMLObjectType
 ALDXMLObjectType ALDXMLDocumentImpl.addNewALDXML()
          Appends and returns a new empty "ALDXML" element
 ALDXMLObjectType ALDXMLArrayTypeImpl.addNewArrayValues()
          Appends and returns a new empty value (as xml) as the last "arrayValues" element
 ALDXMLObjectType ALDXMLKeyValuePairTypeImpl.addNewValue()
          Appends and returns a new empty "value" element
 ALDXMLObjectType ALDXMLDocumentImpl.getALDXML()
          Gets the "ALDXML" element
 ALDXMLObjectType[] ALDXMLArrayTypeImpl.getArrayValuesArray()
          Gets array of all "arrayValues" elements
 ALDXMLObjectType ALDXMLArrayTypeImpl.getArrayValuesArray(int i)
          Gets ith "arrayValues" element
 ALDXMLObjectType ALDXMLKeyValuePairTypeImpl.getValue()
          Gets the "value" element
 ALDXMLObjectType ALDXMLArrayTypeImpl.insertNewArrayValues(int i)
          Inserts and returns a new empty value (as xml) as the ith "arrayValues" element
 

Methods in de.unihalle.informatik.Alida_xml.impl with parameters of type ALDXMLObjectType
 void ALDXMLDocumentImpl.setALDXML(ALDXMLObjectType aldxml)
          Sets the "ALDXML" element
 void ALDXMLArrayTypeImpl.setArrayValuesArray(ALDXMLObjectType[] arrayValuesArray)
          Sets array of all "arrayValues" element
 void ALDXMLArrayTypeImpl.setArrayValuesArray(int i, ALDXMLObjectType arrayValues)
          Sets ith "arrayValues" element
 void ALDXMLKeyValuePairTypeImpl.setValue(ALDXMLObjectType value)
          Sets the "value" element
 



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