Cisco Cisco Prime IP Express 8.3 Technical References

Page of 1286
 Class 
   
    
    
SUMMARY: NESTED | FIELD | 
 
DETAIL: FIELD | 
 | 
com.cisco.cnr.ws.xsd
 
Class CCMServer
java.lang.Object
  
      
com.cisco.cnr.ws.xsd.CCMServer
public class CCMServer
extends 
The Network Registrar CCMServer class.
The configuration object representing a local server. CCMServer objects for a given CCMCluster refer to the CCMCluster object by its object
identifier (OID). Remote connection attributes (ip address, port, admin, and password) should be stored on the CCMCluster object.
Java class for CCMServer complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="CCMServer">
   <complexContent>
     <extension base="{http://ws.cnr.cisco.com/xsd}ClassBase">
       <sequence>
         <element name="CCMServerType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="admin" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="atulPort" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="fqdn" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ipaddr" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="local" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="password" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="passwordSecret" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="pollLeaseHistInterval" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="pollLeaseHistOffset" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="pollLeaseHistRetry" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="pollSubnetUtilInterval" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="pollSubnetUtilOffset" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="pollSubnetUtilRetry" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="scpPort" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="scpReadTimeout" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="useSsl" 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 admin property.
 javax.xml.bind.JAXBElement<java.lang.String>
()
 
          Gets the value of the atulPort property.
 javax.xml.bind.JAXBElement<java.lang.String>
 
          Gets the value of the CCMServerType property.
 javax.xml.bind.JAXBElement<java.lang.String>
()
 
          Gets the value of the fqdn property.
 javax.xml.bind.JAXBElement<java.lang.String>
()
 
          Gets the value of the ipaddr property.
 javax.xml.bind.JAXBElement<java.lang.String>