public class SchTradeHolder
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected SchAgentDayHolder |
agentDayHolder |
protected java.util.List<SchTrade> |
schTrades |
protected int |
schTradesNSizeIs |
private static long |
serialVersionUID |
Constructor and Description |
---|
SchTradeHolder() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
SchAgentDayHolder |
getAgentDayHolder()
Gets the value of the agentDayHolder property.
|
java.util.List<SchTrade> |
getSchTrades()
Gets the value of the schTrades property.
|
int |
getSchTradesNSizeIs()
Gets the value of the schTradesNSizeIs property.
|
int |
hashCode() |
void |
setAgentDayHolder(SchAgentDayHolder value)
Sets the value of the agentDayHolder property.
|
void |
setSchTrades(java.util.List<SchTrade> schTrades)
Sets the value of the schTrades property.
|
void |
setSchTradesNSizeIs(int value)
Sets the value of the schTradesNSizeIs property.
|
java.lang.String |
toString() |
SchTradeHolder |
withAgentDayHolder(SchAgentDayHolder value) |
SchTradeHolder |
withSchTrades(java.util.Collection<SchTrade> values) |
SchTradeHolder |
withSchTrades(SchTrade... values) |
SchTradeHolder |
withSchTradesNSizeIs(int value) |
private static final long serialVersionUID
protected int schTradesNSizeIs
protected java.util.List<SchTrade> schTrades
protected SchAgentDayHolder agentDayHolder
public int getSchTradesNSizeIs()
public void setSchTradesNSizeIs(int value)
public java.util.List<SchTrade> getSchTrades()
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 schTrades property.
For example, to add a new item, do as follows:
getSchTrades().add(newItem);
Objects of the following type(s) are allowed in the list
SchTrade
public SchAgentDayHolder getAgentDayHolder()
SchAgentDayHolder
public void setAgentDayHolder(SchAgentDayHolder value)
value
- allowed object is
SchAgentDayHolder
public SchTradeHolder withSchTradesNSizeIs(int value)
public SchTradeHolder withSchTrades(SchTrade... values)
public SchTradeHolder withSchTrades(java.util.Collection<SchTrade> values)
public SchTradeHolder withAgentDayHolder(SchAgentDayHolder value)
public void setSchTrades(java.util.List<SchTrade> schTrades)
schTrades
- 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.