Cisco Cisco Prime IP Express 8.3 Technical References

Page of 1286
 Class 
 
   
    
    
SUMMARY: NESTED | FIELD | 
 | 
DETAIL: FIELD | 
 | 
com.cisco.cnr.ws.xsd
 
Class DnsEnumConfig
java.lang.Object
  
      
com.cisco.cnr.ws.xsd.DnsEnumConfig
public class DnsEnumConfig
extends 
The Network Registrar DnsEnumConfig class.
Establishes ENUM default settings to use when creating new E.164 domains and numbers. Only one instance of this class is persisted.
Java class for DnsEnumConfig complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="DnsEnumConfig">
   <complexContent>
     <extension base="{http://ws.cnr.cisco.com/xsd}ClassBase">
       <sequence>
         <element name="defaultServices" type="{http://ws.cnr.cisco.com/xsd}DnsEnumEntryArray" minOccurs="0"/>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="numberPrefix" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="topLevelDomain" 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<
()
 
          Gets the value of the defaultServices property.
 javax.xml.bind.JAXBElement<java.lang.String>
 
          Gets the value of the name property.
 javax.xml.bind.JAXBElement<java.lang.String>
()
 
          Gets the value of the numberPrefix property.
 javax.xml.bind.JAXBElement<java.lang.String>
()
 
          Gets the value of the topLevelDomain property.
 javax.xml.bind.JAXBElement<java.lang.String>
()
 
          Gets the value of the zoneTemplate property.
 void
(javax.xml.bind.JAXBElement<
> value)
          Sets the value of the defaultServices property.
 void
 
          Sets the value of the name property.
 void
(javax.xml.bind.JAXBElement<java.lang.String> value)
 
          Sets the value of the numberPrefix property.