Platform SDK Java 8.5 API Reference

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

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.FirstRemoteParty
All Implemented Interfaces:
ProtocolDescriptionSupport

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


Constructor Summary
FirstRemoteParty()
           
 
Method Summary
static FirstRemoteParty create()
          Creates instance of FirstRemoteParty with no parameters set.
static FirstRemoteParty create(java.lang.String firstTransferHomeLocation, java.lang.String firstTransferOrigDN)
          Creates instance of FirstRemoteParty with all parameters set.
abstract  java.lang.String getFirstTransferHomeLocation()
          The home location of first remote party has initiated a transfer.
abstract  java.lang.String getFirstTransferOrigDN()
          The DN value of first remote party has initiated a transfer.
abstract  void setFirstTransferHomeLocation(java.lang.String firstTransferHomeLocation)
          The home location of first remote party has initiated a transfer.
abstract  void setFirstTransferOrigDN(java.lang.String firstTransferOrigDN)
          The DN value of first 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

FirstRemoteParty

public FirstRemoteParty()
Method Detail

create

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

Returns:
instance of FirstRemoteParty

create

public static FirstRemoteParty create(java.lang.String firstTransferHomeLocation,
                                      java.lang.String firstTransferOrigDN)
Creates instance of FirstRemoteParty with all parameters set.

Parameters:
firstTransferHomeLocation - The home location of first remote party has initiated a transfer.
firstTransferOrigDN - The DN value of first remote party has initiated a transfer.
Returns:
instance of FirstRemoteParty

getFirstTransferHomeLocation

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

Returns:
property value

setFirstTransferHomeLocation

public abstract void setFirstTransferHomeLocation(java.lang.String firstTransferHomeLocation)
The home location of first remote party has initiated a transfer.

Parameters:
firstTransferHomeLocation - new value of the property

getFirstTransferOrigDN

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

Returns:
property value

setFirstTransferOrigDN

public abstract void setFirstTransferOrigDN(java.lang.String firstTransferOrigDN)
The DN value of first remote party has initiated a transfer.

Parameters:
firstTransferOrigDN - 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.