public class SchTradeNotification
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected java.util.List<SchTradeProposalStatus> |
proposals
A list of
SchTradeProposalStatus identifying trade proposals whose status has changed, with their new statuses. |
protected int |
proposalsNSizeIs
Number of elements in the "proposals" array
|
protected java.util.List<SchTradeResponseStatus> |
responses
A list of
SchTradeResponseStatus identifying trade responses whose status has changed, with their new statuses. |
protected int |
responsesNSizeIs
Number of elements in the "responses" array
|
protected SchAgentDayHolder |
schedules
SchAgentDayHolder contains schedule and related information |
protected java.util.List<SchTrade> |
schTrade
A list of
SchTrade whose status has changed. |
protected int |
schTradeNSizeIs
Number of elements in the "schTrade" array
|
protected java.util.List<SchTradeProposal> |
schTradeProposal
A list of
SchTradeProposal whose status has changed. |
protected int |
schTradeProposalNSizeIs
Number of elements in the "schTradeProposal" array
|
protected java.util.List<SchTradeResponse> |
schTradeResponse
A list of
SchTradeResponse whose status has changed. |
protected int |
schTradeResponseNSizeIs
Number of elements in the "schTradeResponse" array
|
private static long |
serialVersionUID |
protected long |
timestamp
New timestamp value
|
protected java.util.List<SchTradeStatus> |
trades
A list of
SchTradeStatus identifying trades whose status has changed, with their new statuses. |
protected int |
tradesNSizeIs
Number of elements in the "trades" array
|
Constructor and Description |
---|
SchTradeNotification() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
java.util.List<SchTradeProposalStatus> |
getProposals()
Gets the value of the proposals property.
|
int |
getProposalsNSizeIs()
Gets the value of the proposalsNSizeIs property.
|
java.util.List<SchTradeResponseStatus> |
getResponses()
Gets the value of the responses property.
|
int |
getResponsesNSizeIs()
Gets the value of the responsesNSizeIs property.
|
SchAgentDayHolder |
getSchedules()
Gets the value of the schedules property.
|
java.util.List<SchTrade> |
getSchTrade()
Gets the value of the schTrade property.
|
int |
getSchTradeNSizeIs()
Gets the value of the schTradeNSizeIs property.
|
java.util.List<SchTradeProposal> |
getSchTradeProposal()
Gets the value of the schTradeProposal property.
|
int |
getSchTradeProposalNSizeIs()
Gets the value of the schTradeProposalNSizeIs property.
|
java.util.List<SchTradeResponse> |
getSchTradeResponse()
Gets the value of the schTradeResponse property.
|
int |
getSchTradeResponseNSizeIs()
Gets the value of the schTradeResponseNSizeIs property.
|
long |
getTimestamp()
Gets the value of the timestamp property.
|
java.util.List<SchTradeStatus> |
getTrades()
Gets the value of the trades property.
|
int |
getTradesNSizeIs()
Gets the value of the tradesNSizeIs property.
|
int |
hashCode() |
void |
setProposals(java.util.List<SchTradeProposalStatus> proposals)
Sets the value of the proposals property.
|
void |
setProposalsNSizeIs(int value)
Sets the value of the proposalsNSizeIs property.
|
void |
setResponses(java.util.List<SchTradeResponseStatus> responses)
Sets the value of the responses property.
|
void |
setResponsesNSizeIs(int value)
Sets the value of the responsesNSizeIs property.
|
void |
setSchedules(SchAgentDayHolder value)
Sets the value of the schedules property.
|
void |
setSchTrade(java.util.List<SchTrade> schTrade)
Sets the value of the schTrade property.
|
void |
setSchTradeNSizeIs(int value)
Sets the value of the schTradeNSizeIs property.
|
void |
setSchTradeProposal(java.util.List<SchTradeProposal> schTradeProposal)
Sets the value of the schTradeProposal property.
|
void |
setSchTradeProposalNSizeIs(int value)
Sets the value of the schTradeProposalNSizeIs property.
|
void |
setSchTradeResponse(java.util.List<SchTradeResponse> schTradeResponse)
Sets the value of the schTradeResponse property.
|
void |
setSchTradeResponseNSizeIs(int value)
Sets the value of the schTradeResponseNSizeIs property.
|
void |
setTimestamp(long value)
Sets the value of the timestamp property.
|
void |
setTrades(java.util.List<SchTradeStatus> trades)
Sets the value of the trades property.
|
void |
setTradesNSizeIs(int value)
Sets the value of the tradesNSizeIs property.
|
java.lang.String |
toString() |
SchTradeNotification |
withProposals(java.util.Collection<SchTradeProposalStatus> values) |
SchTradeNotification |
withProposals(SchTradeProposalStatus... values) |
SchTradeNotification |
withProposalsNSizeIs(int value) |
SchTradeNotification |
withResponses(java.util.Collection<SchTradeResponseStatus> values) |
SchTradeNotification |
withResponses(SchTradeResponseStatus... values) |
SchTradeNotification |
withResponsesNSizeIs(int value) |
SchTradeNotification |
withSchedules(SchAgentDayHolder value) |
SchTradeNotification |
withSchTrade(java.util.Collection<SchTrade> values) |
SchTradeNotification |
withSchTrade(SchTrade... values) |
SchTradeNotification |
withSchTradeNSizeIs(int value) |
SchTradeNotification |
withSchTradeProposal(java.util.Collection<SchTradeProposal> values) |
SchTradeNotification |
withSchTradeProposal(SchTradeProposal... values) |
SchTradeNotification |
withSchTradeProposalNSizeIs(int value) |
SchTradeNotification |
withSchTradeResponse(java.util.Collection<SchTradeResponse> values) |
SchTradeNotification |
withSchTradeResponse(SchTradeResponse... values) |
SchTradeNotification |
withSchTradeResponseNSizeIs(int value) |
SchTradeNotification |
withTimestamp(long value) |
SchTradeNotification |
withTrades(java.util.Collection<SchTradeStatus> values) |
SchTradeNotification |
withTrades(SchTradeStatus... values) |
SchTradeNotification |
withTradesNSizeIs(int value) |
private static final long serialVersionUID
protected long timestamp
protected int proposalsNSizeIs
protected java.util.List<SchTradeProposalStatus> proposals
SchTradeProposalStatus
identifying trade proposals whose status has changed, with their new statuses.protected int responsesNSizeIs
protected java.util.List<SchTradeResponseStatus> responses
SchTradeResponseStatus
identifying trade responses whose status has changed, with their new statuses.protected int tradesNSizeIs
protected java.util.List<SchTradeStatus> trades
SchTradeStatus
identifying trades whose status has changed, with their new statuses.protected int schTradeProposalNSizeIs
protected java.util.List<SchTradeProposal> schTradeProposal
SchTradeProposal
whose status has changed.protected int schTradeResponseNSizeIs
protected java.util.List<SchTradeResponse> schTradeResponse
SchTradeResponse
whose status has changed.protected int schTradeNSizeIs
protected SchAgentDayHolder schedules
SchAgentDayHolder
contains schedule and related informationpublic long getTimestamp()
public void setTimestamp(long value)
public int getProposalsNSizeIs()
public void setProposalsNSizeIs(int value)
public java.util.List<SchTradeProposalStatus> getProposals()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the proposals property.
For example, to add a new item, do as follows:
getProposals().add(newItem);
Objects of the following type(s) are allowed in the list
SchTradeProposalStatus
public int getResponsesNSizeIs()
public void setResponsesNSizeIs(int value)
public java.util.List<SchTradeResponseStatus> getResponses()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the responses property.
For example, to add a new item, do as follows:
getResponses().add(newItem);
Objects of the following type(s) are allowed in the list
SchTradeResponseStatus
public int getTradesNSizeIs()
public void setTradesNSizeIs(int value)
public java.util.List<SchTradeStatus> getTrades()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the trades property.
For example, to add a new item, do as follows:
getTrades().add(newItem);
Objects of the following type(s) are allowed in the list
SchTradeStatus
public int getSchTradeProposalNSizeIs()
public void setSchTradeProposalNSizeIs(int value)
public java.util.List<SchTradeProposal> getSchTradeProposal()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the schTradeProposal property.
For example, to add a new item, do as follows:
getSchTradeProposal().add(newItem);
Objects of the following type(s) are allowed in the list
SchTradeProposal
public int getSchTradeResponseNSizeIs()
public void setSchTradeResponseNSizeIs(int value)
public java.util.List<SchTradeResponse> getSchTradeResponse()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the schTradeResponse property.
For example, to add a new item, do as follows:
getSchTradeResponse().add(newItem);
Objects of the following type(s) are allowed in the list
SchTradeResponse
public int getSchTradeNSizeIs()
public void setSchTradeNSizeIs(int value)
public java.util.List<SchTrade> getSchTrade()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the schTrade property.
For example, to add a new item, do as follows:
getSchTrade().add(newItem);
Objects of the following type(s) are allowed in the list
SchTrade
public SchAgentDayHolder getSchedules()
SchAgentDayHolder
public void setSchedules(SchAgentDayHolder value)
value
- allowed object is
SchAgentDayHolder
public SchTradeNotification withTimestamp(long value)
public SchTradeNotification withProposalsNSizeIs(int value)
public SchTradeNotification withProposals(SchTradeProposalStatus... values)
public SchTradeNotification withProposals(java.util.Collection<SchTradeProposalStatus> values)
public SchTradeNotification withResponsesNSizeIs(int value)
public SchTradeNotification withResponses(SchTradeResponseStatus... values)
public SchTradeNotification withResponses(java.util.Collection<SchTradeResponseStatus> values)
public SchTradeNotification withTradesNSizeIs(int value)
public SchTradeNotification withTrades(SchTradeStatus... values)
public SchTradeNotification withTrades(java.util.Collection<SchTradeStatus> values)
public SchTradeNotification withSchTradeProposalNSizeIs(int value)
public SchTradeNotification withSchTradeProposal(SchTradeProposal... values)
public SchTradeNotification withSchTradeProposal(java.util.Collection<SchTradeProposal> values)
public SchTradeNotification withSchTradeResponseNSizeIs(int value)
public SchTradeNotification withSchTradeResponse(SchTradeResponse... values)
public SchTradeNotification withSchTradeResponse(java.util.Collection<SchTradeResponse> values)
public SchTradeNotification withSchTradeNSizeIs(int value)
public SchTradeNotification withSchTrade(SchTrade... values)
public SchTradeNotification withSchTrade(java.util.Collection<SchTrade> values)
public SchTradeNotification withSchedules(SchAgentDayHolder value)
public void setProposals(java.util.List<SchTradeProposalStatus> proposals)
proposals
- allowed object is
SchTradeProposalStatus
public void setResponses(java.util.List<SchTradeResponseStatus> responses)
responses
- allowed object is
SchTradeResponseStatus
public void setTrades(java.util.List<SchTradeStatus> trades)
trades
- allowed object is
SchTradeStatus
public void setSchTradeProposal(java.util.List<SchTradeProposal> schTradeProposal)
schTradeProposal
- allowed object is
SchTradeProposal
public void setSchTradeResponse(java.util.List<SchTradeResponse> schTradeResponse)
schTradeResponse
- allowed object is
SchTradeResponse
public void setSchTrade(java.util.List<SchTrade> schTrade)
schTrade
- allowed object is
SchTrade
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object that)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
Copyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.