oasis.names.tc.ebxml_regrep.xsd.rim._3
Class AdhocQueryType

java.lang.Object
  extended by oasis.names.tc.ebxml_regrep.xsd.rim._3.IdentifiableType
      extended by oasis.names.tc.ebxml_regrep.xsd.rim._3.RegistryObjectType
          extended by oasis.names.tc.ebxml_regrep.xsd.rim._3.AdhocQueryType

public class AdhocQueryType
extends RegistryObjectType

A registry query. A QueryExpression child element is not required when invoking a stored query.

Java class for AdhocQueryType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="AdhocQueryType">
   <complexContent>
     <extension base="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}RegistryObjectType">
       <sequence>
         <element ref="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}QueryExpression" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  QueryExpressionType queryExpression
           
 
Fields inherited from class oasis.names.tc.ebxml_regrep.xsd.rim._3.RegistryObjectType
classification, description, externalIdentifier, lid, name, objectType, status, versionInfo
 
Fields inherited from class oasis.names.tc.ebxml_regrep.xsd.rim._3.IdentifiableType
home, id, slot
 
Constructor Summary
AdhocQueryType()
           
 
Method Summary
 QueryExpressionType getQueryExpression()
          Gets the value of the queryExpression property.
 void setQueryExpression(QueryExpressionType value)
          Sets the value of the queryExpression property.
 
Methods inherited from class oasis.names.tc.ebxml_regrep.xsd.rim._3.RegistryObjectType
getClassification, getDescription, getExternalIdentifier, getLid, getName, getObjectType, getStatus, getVersionInfo, setDescription, setLid, setName, setObjectType, setStatus, setVersionInfo
 
Methods inherited from class oasis.names.tc.ebxml_regrep.xsd.rim._3.IdentifiableType
getHome, getId, getSlot, setHome, setId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

queryExpression

protected QueryExpressionType queryExpression
Constructor Detail

AdhocQueryType

public AdhocQueryType()
Method Detail

getQueryExpression

public QueryExpressionType getQueryExpression()
Gets the value of the queryExpression property.

Returns:
possible object is QueryExpressionType

setQueryExpression

public void setQueryExpression(QueryExpressionType value)
Sets the value of the queryExpression property.

Parameters:
value - allowed object is QueryExpressionType


Copyright © 2010-2011. All Rights Reserved.