Cisco Cisco Prime IP Express 8.3 Technical References

Page of 1286
 Class 
 
   
    
    
SUMMARY: NESTED | FIELD | 
 | 
DETAIL: FIELD | 
 | 
com.cisco.cnr.ws.xsd
 
Class CCMZDCaching
java.lang.Object
  
      
com.cisco.cnr.ws.xsd.CCMZDCaching
public class CCMZDCaching
extends 
The Network Registrar CCMZDCaching class.
A caching DNS server in a zone distribution map. The list of CCMZDCaching objects in a CCMZoneDistribution map is
embedded in the CCMZoneDistribution object.
Java class for CCMZDCaching complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="CCMZDCaching">
   <complexContent>
     <extension base="{http://ws.cnr.cisco.com/xsd}ClassBase">
       <sequence>
         <element name="cachingServer" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="masterServers" type="{http://ws.cnr.cisco.com/xsd}DnsIPnPortArray" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
Constructor Summary
 
           
 
Method Summary
 java.lang.String
()
 
          Gets the value of the cachingServer property.
 javax.xml.bind.JAXBElement<
>
()
 
          Gets the value of the masterServers property.
 void
(java.lang.String value)
 
          Sets the value of the cachingServer property.
 void
(javax.xml.bind.JAXBElement<
> value)
          Sets the value of the masterServers property.
 
Methods inherited from class com.cisco.cnr.ws.xsd.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait