Cisco Cisco Prime IP Express 8.3 Technical References

Page of 1286
 Class 
 
   
    
    
SUMMARY: NESTED | FIELD | 
 
DETAIL: FIELD | 
 
com.cisco.cnr.ws.xsd
 
Class CCMRRSet
java.lang.Object
  
      
com.cisco.cnr.ws.xsd.CCMRRSet
public class CCMRRSet
extends 
The Network Registrar CCMRRSet class.
Specifies the set of DNS RRs in a single nameset. All RRs in the set must have the same name, but differ in type or data.
Java class for CCMRRSet complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="CCMRRSet">
   <complexContent>
     <extension base="{http://ws.cnr.cisco.com/xsd}ClassBase">
       <sequence>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="protectedState" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="rrs" type="{http://ws.cnr.cisco.com/xsd}stringArray"/>
         <element name="tenantId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="zone" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="zoneOrigin" 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 description property.
 java.lang.String
()
 
          Gets the value of the name property.
 javax.xml.bind.JAXBElement<java.lang.String>
()
 
          Gets the value of the protectedState property.
()
 
          Gets the value of the rrs property.
 javax.xml.bind.JAXBElement<java.lang.String>
()
 
          Gets the value of the tenantId property.
 java.lang.String
()
 
          Gets the value of the zone property.
 javax.xml.bind.JAXBElement<java.lang.String>
()
 
          Gets the value of the zoneOrigin property.