complexType CaseListingRequest
diagram busserv_diagrams/busserv_p122.png
namespace http://common.api.pfe.n2.tibco.com
type extension of ListingRequest
properties
base ListingRequest
children orderFilterCriteria includeFormalParameters caseReference
attributes
Name  Type  Use  Default  Fixed  Annotation
startPosition  xs:long        
documentation
Position in the list from which to start this page.
numberOfItems  xs:long        
documentation
Number of items (in the list) to include in this page.
getTotalCount  xs:boolean  optional  true    
documentation
Boolean value defining whether the Page Flow Engine builds a count of the total number of items in the  list. (If 'false' the total is set to -1.)
source <xs:complexType name="CaseListingRequest">
 
<xs:complexContent>
   
<xs:extension base="ListingRequest">
     
<xs:sequence>
       
<xs:element name="caseReference" type="xs:string"/>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element CaseListingRequest/caseReference
diagram busserv_diagrams/busserv_p123.png
type xs:string
properties
content simple
source <xs:element name="caseReference" type="xs:string"/>

WSDL documentation generated by XMLSpy WSDL Editor http://www.altova.com/xmlspy