complexType GetCaseStateRequestType
diagram bds_wsdl_diagrams/bds_wsdl_p1183.png
namespace http://api.bds.tibco.com
children caseReference
attributes
Name  Type  Use  Default  Fixed  Annotation
includeAllowedValues  xs:boolean    false    
documentation
If set true, the reponse will include all possible case state values for the case object, not just the current value.
annotation
documentation
Request type for getCaseState
source <xs:complexType name="GetCaseStateRequestType">
 
<xs:annotation>
   
<xs:documentation>Request type for getCaseState</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="caseReference" type="xs:string" maxOccurs="unbounded"/>
 
</xs:sequence>
 
<xs:attribute name="includeAllowedValues" type="xs:boolean" default="false">
   
<xs:annotation>
     
<xs:documentation>If set true, the reponse will include all possible case state values for the case object, not just the current value.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

attribute GetCaseStateRequestType/@includeAllowedValues
type xs:boolean
properties
default false
annotation
documentation
If set true, the reponse will include all possible case state values for the case object, not just the current value.
source <xs:attribute name="includeAllowedValues" type="xs:boolean" default="false">
 
<xs:annotation>
   
<xs:documentation>If set true, the reponse will include all possible case state values for the case object, not just the current value.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element GetCaseStateRequestType/caseReference
diagram bds_wsdl_diagrams/bds_wsdl_p1184.png
type xs:string
properties
minOcc 1
maxOcc unbounded
content simple
source <xs:element name="caseReference" type="xs:string" maxOccurs="unbounded"/>

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