ProtocolDescriptionSupport
@Generated(value="com.genesyslab.platform.commons.protocol.generator.Generator", date="2021-06-14T15:45:51.459-07:00") public abstract class FirstRemoteParty extends CompoundValue
Constructor | Description |
---|---|
FirstRemoteParty() |
Modifier and Type | Method | Description |
---|---|---|
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.
|
getProtocolDescription
equals, hashCode, toString, toString
public static FirstRemoteParty create()
public static FirstRemoteParty create(java.lang.String firstTransferHomeLocation, java.lang.String firstTransferOrigDN)
firstTransferHomeLocation
- The home location of first remote party has initiated a transfer.firstTransferOrigDN
- The DN value of first remote party has initiated a transfer.public abstract java.lang.String getFirstTransferHomeLocation()
public abstract void setFirstTransferHomeLocation(java.lang.String firstTransferHomeLocation)
firstTransferHomeLocation
- new value of the propertypublic abstract java.lang.String getFirstTransferOrigDN()
public abstract void setFirstTransferOrigDN(java.lang.String firstTransferOrigDN)
firstTransferOrigDN
- new value of the propertySend comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.