Cisco Cisco Prime IP Express 8.3 技术参考

下载
页码 1286
 Class 
 
   
    
    
SUMMARY: NESTED | FIELD | 
 | 
DETAIL: FIELD | 
 | 
com.cisco.cnr.ws.xsd
 
Class DnsView
java.lang.Object
  
      
com.cisco.cnr.ws.xsd.DnsView
public class DnsView
extends 
The Network Registrar DnsView class.
DNS View Configuration Class.
Java class for DnsView complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="DnsView">
   <complexContent>
     <extension base="{http://ws.cnr.cisco.com/xsd}ClassBase">
       <sequence>
         <element name="aclMatchClients" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="priority" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="tenantId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="viewId" 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 aclMatchClients property.
 java.lang.String
()
 
          Gets the value of the name property.
 javax.xml.bind.JAXBElement<java.lang.String>
()
 
          Gets the value of the priority property.
 javax.xml.bind.JAXBElement<java.lang.String>
()
 
          Gets the value of the tenantId property.
 javax.xml.bind.JAXBElement<java.lang.String>
()
 
          Gets the value of the viewId property.
 void
(javax.xml.bind.JAXBElement<java.lang.String> value)
          Sets the value of the aclMatchClients property.
 void
(java.lang.String value)
 
          Sets the value of the name property.
 void