Cisco Cisco Prime IP Express 8.3 Technical References

Page of 1286
 Class 
 
   
    
    
SUMMARY: NESTED | FIELD | 
 | 
DETAIL: FIELD | 
 | 
com.cisco.cnr.ws.xsd
 
Class Filter
java.lang.Object
  
      
com.cisco.cnr.ws.xsd.Filter
public class Filter
extends 
The Network Registrar Filter class.
An object to filter objects based upon attribute contents.
Java class for Filter complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="Filter">
   <complexContent>
     <extension base="{http://ws.cnr.cisco.com/xsd}ClassBase">
       <sequence>
         <element name="classid" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="filterElementList" type="{http://ws.cnr.cisco.com/xsd}FilterElementArray" minOccurs="0"/>
         <element name="negativeTest" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
Constructor Summary
()
 
           
 
Method Summary
 java.lang.String
()
 
          Gets the value of the classid property.
 javax.xml.bind.JAXBElement<java.lang.String>
 
          Gets the value of the description property.
 javax.xml.bind.JAXBElement<
>
 
          Gets the value of the filterElementList property.
 javax.xml.bind.JAXBElement<java.lang.String>
 
          Gets the value of the negativeTest property.
 void
(java.lang.String value)
 
          Sets the value of the classid property.
 void
 
          Sets the value of the description property.
 void
> value)
          Sets the value of the filterElementList property.
 void
 
          Sets the value of the negativeTest property.
 
Methods inherited from class com.cisco.cnr.ws.xsd.