Cisco Cisco Prime IP Express 8.3 Technical References

Page of 1286
 Class 
 
   
    
    
SUMMARY: NESTED | FIELD | 
 
DETAIL: FIELD | 
 | 
com.cisco.cnr.ws.xsd
 
Class DnsIPnPort
java.lang.Object
  
      
com.cisco.cnr.ws.xsd.DnsIPnPort
public class DnsIPnPort
extends 
The Network Registrar DnsIPnPort class.
Describes an IP address and (optionally) a port number for a DNS server.
Java class for DnsIPnPort complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="DnsIPnPort">
   <complexContent>
     <extension base="{http://ws.cnr.cisco.com/xsd}ClassBase">
       <sequence>
         <element name="addr" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
Constructor Summary
()
 
           
 
Method Summary
 java.lang.String
()
 
          Gets the value of the addr property.
 void
(java.lang.String value)
 
          Sets the value of the addr 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