de.unihalle.informatik.Alida_xml
Interface ALDXMLOperatorType

All Superinterfaces:
ALDXMLObjectType, ALDXMLParametrizedType, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Subinterfaces:
ALDXMLOperatorWithDescriptorType
All Known Implementing Classes:
ALDXMLOperatorTypeImpl, ALDXMLOperatorWithDescriptorTypeImpl

public interface ALDXMLOperatorType
extends ALDXMLParametrizedType

An XML ALDXMLOperatorType(@http://informatik.unihalle.de/Alida_xml). This is a complex type.


Nested Class Summary
static class ALDXMLOperatorType.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Method Summary
 java.lang.String getOpName()
          Gets the "opName" element
 void setOpName(java.lang.String opName)
          Sets the "opName" element
 org.apache.xmlbeans.XmlString xgetOpName()
          Gets (as xml) the "opName" element
 void xsetOpName(org.apache.xmlbeans.XmlString opName)
          Sets (as xml) the "opName" element
 
Methods inherited from interface de.unihalle.informatik.Alida_xml.ALDXMLParametrizedType
addNewPairs, getPairsArray, getPairsArray, insertNewPairs, removePairs, setPairsArray, setPairsArray, sizeOfPairsArray
 
Methods inherited from interface de.unihalle.informatik.Alida_xml.ALDXMLObjectType
getClassName, setClassName, xgetClassName, xsetClassName
 
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
 
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
 

Field Detail

type

static final org.apache.xmlbeans.SchemaType type
Method Detail

getOpName

java.lang.String getOpName()
Gets the "opName" element


xgetOpName

org.apache.xmlbeans.XmlString xgetOpName()
Gets (as xml) the "opName" element


setOpName

void setOpName(java.lang.String opName)
Sets the "opName" element


xsetOpName

void xsetOpName(org.apache.xmlbeans.XmlString opName)
Sets (as xml) the "opName" element



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