Cisco Cisco Prime IP Express 8.3 Technical References

Page of 1286
 Class 
 PREV CLASS   
    
    
SUMMARY: NESTED | FIELD | 
 | 
DETAIL: FIELD | 
 
com.cisco.cnr.ws.xsd
 
Class ACL
java.lang.Object
  
      
com.cisco.cnr.ws.xsd.ACL
public class ACL
extends 
The Network Registrar ACL class.
Defines a DNS Access Control List (ACL).
Java class for ACL complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="ACL">
   <complexContent>
     <extension base="{http://ws.cnr.cisco.com/xsd}ClassBase">
       <sequence>
         <element name="matchList" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="tenantId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
Constructor Summary
 
           
 
Method Summary
 javax.xml.bind.JAXBElement<java.lang.String>
()
 
          Gets the value of the matchList property.
 java.lang.String
 
          Gets the value of the name property.
 javax.xml.bind.JAXBElement<java.lang.String>
 
          Gets the value of the tenantId property.
 void
(javax.xml.bind.JAXBElement<java.lang.String> value)
          Sets the value of the matchList property.
 void
 
          Sets the value of the name property.
 void
 
          Sets the value of the tenantId property.