public class SchTradeNotification
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected java.util.List<SchTradeProposalStatus> |
proposals |
protected int |
proposalsNSizeIs |
protected java.util.List<SchTradeResponseStatus> |
responses |
protected int |
responsesNSizeIs |
protected SchAgentDayHolder |
schedules |
protected java.util.List<SchTrade> |
schTrade |
protected int |
schTradeNSizeIs |
protected java.util.List<SchTradeProposal> |
schTradeProposal |
protected int |
schTradeProposalNSizeIs |
protected java.util.List<SchTradeResponse> |
schTradeResponse |
protected int |
schTradeResponseNSizeIs |
private static long |
serialVersionUID |
protected long |
timestamp |
protected java.util.List<SchTradeStatus> |
trades |
protected int |
tradesNSizeIs |
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
protected int responsesNSizeIs
protected java.util.List<SchTradeResponseStatus> responses
protected int tradesNSizeIs
protected java.util.List<SchTradeStatus> trades
protected int schTradeProposalNSizeIs
protected java.util.List<SchTradeProposal> schTradeProposal
protected int schTradeResponseNSizeIs
protected java.util.List<SchTradeResponse> schTradeResponse
protected int schTradeNSizeIs
protected java.util.List<SchTrade> schTrade
protected SchAgentDayHolder schedules
public 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.