Cisco Cisco Prime IP Express 8.3 Technical References

Page of 1286
 Class 
 
   
    
    
SUMMARY: NESTED | FIELD | 
 
DETAIL: FIELD | 
 | 
com.cisco.cnr.ws.xsd
 
Class DnsEnumEntry
java.lang.Object
  
      
com.cisco.cnr.ws.xsd.DnsEnumEntry
public class DnsEnumEntry
extends 
The Network Registrar DnsEnumEntry class.
Establishes values for an ENUM service.
Java class for DnsEnumEntry complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="DnsEnumEntry">
   <complexContent>
     <extension base="{http://ws.cnr.cisco.com/xsd}ClassBase">
       <sequence>
         <element name="DnsEnumEntryType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="order" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="preference" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="subtype" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="uri" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
Constructor Summary
()
 
           
 
Method Summary
 javax.xml.bind.JAXBElement<java.lang.String>
()
 
          Gets the value of the DnsEnumEntryType property.
 javax.xml.bind.JAXBElement<java.lang.String>
()
 
          Gets the value of the order property.
 javax.xml.bind.JAXBElement<java.lang.String>
 
          Gets the value of the preference property.
 javax.xml.bind.JAXBElement<java.lang.String>
 
          Gets the value of the subtype property.
 java.lang.String
()
 
          Gets the value of the uri property.
 void
(javax.xml.bind.JAXBElement<java.lang.String> value)
          Sets the value of the dnsEnumEntryType property.
 void
(javax.xml.bind.JAXBElement<java.lang.String> value)
 
          Sets the value of the order property.
 void