Platform SDK Java 8.5 API Reference

com.genesyslab.platform.voice.protocol.tserver
Class LastRemoteParty

java.lang.Object
  extended by com.genesyslab.platform.commons.protocol.DataObject
      extended by com.genesyslab.platform.commons.protocol.runtime.CompoundValue
          extended by com.genesyslab.platform.voice.protocol.tserver.LastRemoteParty
All Implemented Interfaces:
ProtocolDescriptionSupport

public abstract class LastRemoteParty
extends com.genesyslab.platform.commons.protocol.runtime.CompoundValue


Constructor Summary
LastRemoteParty()
           
 
Method Summary
static LastRemoteParty create()
          Creates instance of LastRemoteParty with no parameters set.
static LastRemoteParty create(java.lang.String lastTransferHomeLocation, java.lang.String lastTransferOrigDN)
          Creates instance of LastRemoteParty with all parameters set.
abstract  java.lang.String getLastTransferHomeLocation()
          The home location of last remote party has initiated a transfer.
abstract  java.lang.String getLastTransferOrigDN()
          The DN value of last remote party has initiated a transfer
abstract  void setLastTransferHomeLocation(java.lang.String lastTransferHomeLocation)
          The home location of last remote party has initiated a transfer.
abstract  void setLastTransferOrigDN(java.lang.String lastTransferOrigDN)
          The DN value of last remote party has initiated a transfer
 
Methods inherited from class com.genesyslab.platform.commons.protocol.runtime.CompoundValue
getProtocolDescription
 
Methods inherited from class com.genesyslab.platform.commons.protocol.DataObject
equals, hashCode, toString, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LastRemoteParty

public LastRemoteParty()
Method Detail

create

public static LastRemoteParty create()
Creates instance of LastRemoteParty with no parameters set.

Returns:
instance of LastRemoteParty

create

public static LastRemoteParty create(java.lang.String lastTransferHomeLocation,
                                     java.lang.String lastTransferOrigDN)
Creates instance of LastRemoteParty with all parameters set.

Parameters:
lastTransferHomeLocation - The home location of last remote party has initiated a transfer.
lastTransferOrigDN - The DN value of last remote party has initiated a transfer
Returns:
instance of LastRemoteParty

getLastTransferHomeLocation

public abstract java.lang.String getLastTransferHomeLocation()
The home location of last remote party has initiated a transfer.

Returns:
property value

setLastTransferHomeLocation

public abstract void setLastTransferHomeLocation(java.lang.String lastTransferHomeLocation)
The home location of last remote party has initiated a transfer.

Parameters:
lastTransferHomeLocation - new value of the property

getLastTransferOrigDN

public abstract java.lang.String getLastTransferOrigDN()
The DN value of last remote party has initiated a transfer

Returns:
property value

setLastTransferOrigDN

public abstract void setLastTransferOrigDN(java.lang.String lastTransferOrigDN)
The DN value of last remote party has initiated a transfer

Parameters:
lastTransferOrigDN - new value of the property

Platform SDK Java 8.5 API Reference

Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 8.5.302.00
Copyright © 2006–2017 Genesys Telecommunications Laboratories, Inc. All rights reserved.