cisco.uc.cuae.mgmt
Class Management.IetfSipDomain

java.lang.Object
  extended by cisco.uc.cuae.mgmt.Management.Connection
      extended by cisco.uc.cuae.mgmt.Management.SipDomain
          extended by cisco.uc.cuae.mgmt.Management.IetfSipDomain
All Implemented Interfaces:
java.io.Serializable
Enclosing interface:
Management

public static class Management.IetfSipDomain
extends Management.SipDomain

See Also:
Serialized Form

Field Summary
 Management.SipDevicePool[] sipDevicePool
           
 
Fields inherited from class cisco.uc.cuae.mgmt.Management.SipDomain
backupRegistrar, proxy, registrar
 
Fields inherited from class cisco.uc.cuae.mgmt.Management.Connection
description, id, name
 
Constructor Summary
Management.IetfSipDomain()
          Constructs the IetfSipDomain.
Management.IetfSipDomain(java.lang.String id, java.lang.String name, java.lang.String description, java.lang.String registrar, java.lang.String backupRegistrar, Management.SipDomainProxy proxy, Management.SipDevicePool[] sipDevicePool)
          Constructs the IetfSipDomain.
 
Method Summary
 Management.SipDevicePool[] getSipDevicePool()
          Gets the value.
 void setSipDevicePool(Management.SipDevicePool[] value)
          Sets the value.
 java.lang.String toString()
           
 
Methods inherited from class cisco.uc.cuae.mgmt.Management.SipDomain
getBackupRegistrar, getProxy, getRegistrar, setBackupRegistrar, setProxy, setRegistrar
 
Methods inherited from class cisco.uc.cuae.mgmt.Management.Connection
getDescription, getId, getName, setDescription, setId, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

sipDevicePool

public Management.SipDevicePool[] sipDevicePool
Constructor Detail

Management.IetfSipDomain

public Management.IetfSipDomain()
Constructs the IetfSipDomain. Don't init any fields.


Management.IetfSipDomain

public Management.IetfSipDomain(java.lang.String id,
                                java.lang.String name,
                                java.lang.String description,
                                java.lang.String registrar,
                                java.lang.String backupRegistrar,
                                Management.SipDomainProxy proxy,
                                Management.SipDevicePool[] sipDevicePool)
Constructs the IetfSipDomain.

Parameters:
registrar - primary registrar for the sip domain, it should be a valid ip address *
backupRegistrar - secondary registrar for the sip domain, it should be a valid ip address *
proxy - outbound proxy server for the sip domain, it should be a valid ip address *
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class Management.SipDomain

getSipDevicePool

public Management.SipDevicePool[] getSipDevicePool()
Gets the value.

Returns:
the value.

setSipDevicePool

public void setSipDevicePool(Management.SipDevicePool[] value)
Sets the value.

Parameters:
value - the value.


Copyright © 2010. All Rights Reserved.