edu.indiana.extreme.lead.resource_catalog.xsd.impl
Class DataSourceQueryTypeImpl
java.lang.Object
org.apache.xmlbeans.impl.values.XmlComplexContentImpl
edu.indiana.extreme.lead.resource_catalog.xsd.impl.DataSourceQueryTypeImpl
- All Implemented Interfaces:
- DataSourceQueryType
- Direct Known Subclasses:
- AndQueryTypeImpl, AtomicQueryTypeImpl, NotQueryTypeImpl, OrQueryTypeImpl
public class DataSourceQueryTypeImpl
- extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl
- implements DataSourceQueryType
An XML DataSourceQueryType(@http://www.extreme.indiana.edu/lead/resource-catalog/v2/xsd).
This is a complex type.
|
Method Summary |
javax.xml.namespace.QName |
getQueryType()
Gets the "queryType" attribute |
void |
setQueryType(javax.xml.namespace.QName queryType)
Sets the "queryType" attribute |
org.apache.xmlbeans.XmlQName |
xgetQueryType()
Gets (as xml) the "queryType" attribute |
void |
xsetQueryType(org.apache.xmlbeans.XmlQName queryType)
Sets (as xml) the "queryType" attribute |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataSourceQueryTypeImpl
public DataSourceQueryTypeImpl(org.apache.xmlbeans.SchemaType sType)
getQueryType
public javax.xml.namespace.QName getQueryType()
- Gets the "queryType" attribute
- Specified by:
getQueryType in interface DataSourceQueryType
xgetQueryType
public org.apache.xmlbeans.XmlQName xgetQueryType()
- Gets (as xml) the "queryType" attribute
- Specified by:
xgetQueryType in interface DataSourceQueryType
setQueryType
public void setQueryType(javax.xml.namespace.QName queryType)
- Sets the "queryType" attribute
- Specified by:
setQueryType in interface DataSourceQueryType
xsetQueryType
public void xsetQueryType(org.apache.xmlbeans.XmlQName queryType)
- Sets (as xml) the "queryType" attribute
- Specified by:
xsetQueryType in interface DataSourceQueryType
Copyright (c) 2005 Extreme! Lab, Indiana University. All rights reserved.
This software is open source. See here for the licence.