Cisco Cisco Prime IP Express 8.3 Technische Referenzen

Seite von 1286
 Class 
 
   
    
    
SUMMARY: NESTED | FIELD | 
 | 
DETAIL: FIELD | 
 | 
com.cisco.cnr.ws.xsd
 
Class FilterElement
java.lang.Object
  
      
com.cisco.cnr.ws.xsd.FilterElement
public class FilterElement
extends 
The Network Registrar FilterElement class.
The FilterElement describes the type of matching and match information for an attribute in a class.
Java class for FilterElement complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="FilterElement">
   <complexContent>
     <extension base="{http://ws.cnr.cisco.com/xsd}ClassBase">
       <sequence>
         <element name="anyMatchSublist" type="{http://ws.cnr.cisco.com/xsd}FilterElementArray" minOccurs="0"/>
         <element name="attrid" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="blobVal" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="dateEnd" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="dateStart" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="intEnd" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="intStart" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="intVal" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ipAddr" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ipRange" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ipSubnet" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ip6Addr" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ip6Prefix" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="matchType" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="negativeTest" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="regexpStr" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="stringVal" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
Constructor Summary
 
           
 
Method Summary
 javax.xml.bind.JAXBElement<
 
          Gets the value of the anyMatchSublist property.
 java.lang.String
 
          Gets the value of the attrid property.
 javax.xml.bind.JAXBElement<java.lang.String>
 
          Gets the value of the blobVal property.
 javax.xml.bind.JAXBElement<java.lang.String>
 
          Gets the value of the dateEnd property.
 javax.xml.bind.JAXBElement<java.lang.String>
 
          Gets the value of the dateStart property.
 javax.xml.bind.JAXBElement<java.lang.String>