complexType GetNumDevicesReq
diagram AXLSoap_p3567.png
namespace http://www.cisco.com/AXL/API/15.0
type extension of axlapi:APIRequest
properties
base axlapi:APIRequest
children class
used by
element getNumDevices
attributes
Name  Type  Use  Default  Fixed  Annotation
sequence  xsd:unsignedLong  optional      
annotation
documentation
This method returns the number of devices found. The caller specifies what class of device they want counted.
source <xsd:complexType name="GetNumDevicesReq">
 
<xsd:annotation>
   
<xsd:documentation>This method returns the number of devices found. The caller specifies what class of device they want counted.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="axlapi:APIRequest">
     
<xsd:sequence>
       
<xsd:element name="class" type="axlapi:XClass" nillable="false">
         
<xsd:annotation>
           
<xsd:documentation>The class of device that is to be counted. Cannot be null.</xsd:documentation>
         
</xsd:annotation>
       
</xsd:element>
     
</xsd:sequence>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

element GetNumDevicesReq/class
diagram AXLSoap_p3568.png
type axlapi:XClass
properties
content simple
nillable false
annotation
documentation
The class of device that is to be counted. Cannot be null.
source <xsd:element name="class" type="axlapi:XClass" nillable="false">
 
<xsd:annotation>
   
<xsd:documentation>The class of device that is to be counted. Cannot be null.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>


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