Cisco Cisco Prime IP Express 8.3 Technische Referenzen

Seite von 1286
 Class 
 
   
    
    
SUMMARY: NESTED | FIELD | 
 | 
DETAIL: FIELD | 
 | 
com.cisco.cnr.ws.xsd
 
Class AddrSet
java.lang.Object
  
      
com.cisco.cnr.ws.xsd.AddrSet
public class AddrSet
extends 
The Network Registrar AddrSet class.
More of a record/struct than a class -- used to model a named, possibly ordered set of IP addresses, such as the servers to
query for a given domain, or addresses of the root servers.
Java class for AddrSet complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="AddrSet">
   <complexContent>
     <extension base="{http://ws.cnr.cisco.com/xsd}ClassBase">
       <sequence>
         <element name="ipaddrs" type="{http://ws.cnr.cisco.com/xsd}stringArray" minOccurs="0"/>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
Constructor Summary
()
 
           
 
Method Summary
>
()
 
          Gets the value of the ipaddrs property.
 javax.xml.bind.JAXBElement<java.lang.String>
()
 
          Gets the value of the name property.
 void
(javax.xml.bind.JAXBElement<
> value)
 
          Sets the value of the ipaddrs property.
 void
(javax.xml.bind.JAXBElement<java.lang.String> value)
          Sets the value of the name property.
 
Methods inherited from class com.cisco.cnr.ws.xsd.