cisco.uc.cuae.mgmt
Class Management.SipDomain

java.lang.Object
  extended by cisco.uc.cuae.mgmt.Management.Connection
      extended by cisco.uc.cuae.mgmt.Management.SipDomain
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
Management.CiscoSipDomain, Management.CupSipDomain, Management.IetfSipDomain
Enclosing interface:
Management

public static class Management.SipDomain
extends Management.Connection

See Also:
Serialized Form

Field Summary
 java.lang.String backupRegistrar
          secondary registrar for the sip domain, it should be a valid ip address *
 Management.SipDomainProxy proxy
          outbound proxy server for the sip domain, it should be a valid ip address *
 java.lang.String registrar
          primary registrar for the sip domain, it should be a valid ip address *
 
Fields inherited from class cisco.uc.cuae.mgmt.Management.Connection
description, id, name
 
Constructor Summary
Management.SipDomain()
          Constructs the SipDomain.
Management.SipDomain(java.lang.String id, java.lang.String name, java.lang.String description, java.lang.String registrar, java.lang.String backupRegistrar, Management.SipDomainProxy proxy)
          Constructs the SipDomain.
 
Method Summary
 java.lang.String getBackupRegistrar()
          Gets the value.
 Management.SipDomainProxy getProxy()
          Gets the value.
 java.lang.String getRegistrar()
          Gets the value.
 void setBackupRegistrar(java.lang.String value)
          Sets the value.
 void setProxy(Management.SipDomainProxy value)
          Sets the value.
 void setRegistrar(java.lang.String value)
          Sets the value.
 java.lang.String toString()
           
 
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

registrar

public java.lang.String registrar
primary registrar for the sip domain, it should be a valid ip address *


backupRegistrar

public java.lang.String backupRegistrar
secondary registrar for the sip domain, it should be a valid ip address *


proxy

public Management.SipDomainProxy proxy
outbound proxy server for the sip domain, it should be a valid ip address *

Constructor Detail

Management.SipDomain

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


Management.SipDomain

public Management.SipDomain(java.lang.String id,
                            java.lang.String name,
                            java.lang.String description,
                            java.lang.String registrar,
                            java.lang.String backupRegistrar,
                            Management.SipDomainProxy proxy)
Constructs the SipDomain.

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.Connection

getRegistrar

public java.lang.String getRegistrar()
Gets the value. primary registrar for the sip domain, it should be a valid ip address *

Returns:
the value.

setRegistrar

public void setRegistrar(java.lang.String value)
Sets the value. primary registrar for the sip domain, it should be a valid ip address *

Parameters:
value - the value.

getBackupRegistrar

public java.lang.String getBackupRegistrar()
Gets the value. secondary registrar for the sip domain, it should be a valid ip address *

Returns:
the value.

setBackupRegistrar

public void setBackupRegistrar(java.lang.String value)
Sets the value. secondary registrar for the sip domain, it should be a valid ip address *

Parameters:
value - the value.

getProxy

public Management.SipDomainProxy getProxy()
Gets the value. outbound proxy server for the sip domain, it should be a valid ip address *

Returns:
the value.

setProxy

public void setProxy(Management.SipDomainProxy value)
Sets the value. outbound proxy server for the sip domain, it should be a valid ip address *

Parameters:
value - the value.


Copyright © 2010. All Rights Reserved.