Cisco Cisco Prime IP Express 8.3 Technical References

Page of 1286
 Class 
 
   
    
    
SUMMARY: NESTED | FIELD | 
 
DETAIL: FIELD | 
 | 
com.cisco.cnr.ws.xsd
 
Class DnsEnumEntrySet
java.lang.Object
  
      
com.cisco.cnr.ws.xsd.DnsEnumEntrySet
public class DnsEnumEntrySet
extends 
The Network Registrar DnsEnumEntrySet class.
Provides an abstracted definition of a NAPTR resource record, corresponding to a SOAP/XML EnumNumber.
Java class for DnsEnumEntrySet complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="DnsEnumEntrySet">
   <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="domainPrefix" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="number" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="portedNameserver" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="portedNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="services" type="{http://ws.cnr.cisco.com/xsd}DnsEnumEntryArray"/>
         <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"/>
         <element name="zoneTemplate" 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.
 javax.xml.bind.JAXBElement<java.lang.String>
()
 
          Gets the value of the domainPrefix property.
 java.lang.String
()
 
          Gets the value of the number property.
 javax.xml.bind.JAXBElement<java.lang.String>
()
 
          Gets the value of the portedNameserver property.
 javax.xml.bind.JAXBElement<java.lang.String>
()
 
          Gets the value of the portedNumber property.
()
 
          Gets the value of the services property.
 javax.xml.bind.JAXBElement<java.lang.String>
()