oasis.names.tc.ebxml_regrep.xsd.query._3
Class AdhocQueryResponse

java.lang.Object
  extended by oasis.names.tc.ebxml_regrep.xsd.rs._3.RegistryResponseType
      extended by oasis.names.tc.ebxml_regrep.xsd.query._3.AdhocQueryResponse

public class AdhocQueryResponse
extends RegistryResponseType

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <extension base="{urn:oasis:names:tc:ebxml-regrep:xsd:rs:3.0}RegistryResponseType">
       <sequence>
         <element ref="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}RegistryObjectList"/>
       </sequence>
       <attribute name="startIndex" type="{http://www.w3.org/2001/XMLSchema}integer" default="0" />
       <attribute name="totalResultCount" type="{http://www.w3.org/2001/XMLSchema}integer" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  RegistryObjectListType registryObjectList
           
protected  BigInteger startIndex
           
protected  BigInteger totalResultCount
           
 
Fields inherited from class oasis.names.tc.ebxml_regrep.xsd.rs._3.RegistryResponseType
registryErrorList, requestId, responseSlotList, status
 
Constructor Summary
AdhocQueryResponse()
           
 
Method Summary
 RegistryObjectListType getRegistryObjectList()
          Gets the value of the registryObjectList property.
 BigInteger getStartIndex()
          Gets the value of the startIndex property.
 BigInteger getTotalResultCount()
          Gets the value of the totalResultCount property.
 void setRegistryObjectList(RegistryObjectListType value)
          Sets the value of the registryObjectList property.
 void setStartIndex(BigInteger value)
          Sets the value of the startIndex property.
 void setTotalResultCount(BigInteger value)
          Sets the value of the totalResultCount property.
 
Methods inherited from class oasis.names.tc.ebxml_regrep.xsd.rs._3.RegistryResponseType
getRegistryErrorList, getRequestId, getResponseSlotList, getStatus, setRegistryErrorList, setRequestId, setResponseSlotList, setStatus
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

registryObjectList

protected RegistryObjectListType registryObjectList

startIndex

protected BigInteger startIndex

totalResultCount

protected BigInteger totalResultCount
Constructor Detail

AdhocQueryResponse

public AdhocQueryResponse()
Method Detail

getRegistryObjectList

public RegistryObjectListType getRegistryObjectList()
Gets the value of the registryObjectList property.

Returns:
possible object is RegistryObjectListType

setRegistryObjectList

public void setRegistryObjectList(RegistryObjectListType value)
Sets the value of the registryObjectList property.

Parameters:
value - allowed object is RegistryObjectListType

getStartIndex

public BigInteger getStartIndex()
Gets the value of the startIndex property.

Returns:
possible object is BigInteger

setStartIndex

public void setStartIndex(BigInteger value)
Sets the value of the startIndex property.

Parameters:
value - allowed object is BigInteger

getTotalResultCount

public BigInteger getTotalResultCount()
Gets the value of the totalResultCount property.

Returns:
possible object is BigInteger

setTotalResultCount

public void setTotalResultCount(BigInteger value)
Sets the value of the totalResultCount property.

Parameters:
value - allowed object is BigInteger


Copyright © 2010-2011. All Rights Reserved.