public class SchTradeUnansweredHolder
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected java.util.List<java.lang.Integer> |
proposals |
protected int |
proposalsNSizeIs |
protected java.util.List<java.lang.Integer> |
responses |
protected int |
responsesNSizeIs |
private static long |
serialVersionUID |
Constructor and Description |
---|
SchTradeUnansweredHolder() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
java.util.List<java.lang.Integer> |
getProposals()
Gets the value of the proposals property.
|
int |
getProposalsNSizeIs()
Gets the value of the proposalsNSizeIs property.
|
java.util.List<java.lang.Integer> |
getResponses()
Gets the value of the responses property.
|
int |
getResponsesNSizeIs()
Gets the value of the responsesNSizeIs property.
|
int |
hashCode() |
void |
setProposals(java.util.List<java.lang.Integer> proposals)
Sets the value of the proposals property.
|
void |
setProposalsNSizeIs(int value)
Sets the value of the proposalsNSizeIs property.
|
void |
setResponses(java.util.List<java.lang.Integer> responses)
Sets the value of the responses property.
|
void |
setResponsesNSizeIs(int value)
Sets the value of the responsesNSizeIs property.
|
java.lang.String |
toString() |
SchTradeUnansweredHolder |
withProposals(java.util.Collection<java.lang.Integer> values) |
SchTradeUnansweredHolder |
withProposals(java.lang.Integer... values) |
SchTradeUnansweredHolder |
withProposalsNSizeIs(int value) |
SchTradeUnansweredHolder |
withResponses(java.util.Collection<java.lang.Integer> values) |
SchTradeUnansweredHolder |
withResponses(java.lang.Integer... values) |
SchTradeUnansweredHolder |
withResponsesNSizeIs(int value) |
private static final long serialVersionUID
protected int proposalsNSizeIs
protected java.util.List<java.lang.Integer> proposals
protected int responsesNSizeIs
protected java.util.List<java.lang.Integer> responses
public int getProposalsNSizeIs()
public void setProposalsNSizeIs(int value)
public java.util.List<java.lang.Integer> 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
Integer
public int getResponsesNSizeIs()
public void setResponsesNSizeIs(int value)
public java.util.List<java.lang.Integer> 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
Integer
public SchTradeUnansweredHolder withProposalsNSizeIs(int value)
public SchTradeUnansweredHolder withProposals(java.lang.Integer... values)
public SchTradeUnansweredHolder withProposals(java.util.Collection<java.lang.Integer> values)
public SchTradeUnansweredHolder withResponsesNSizeIs(int value)
public SchTradeUnansweredHolder withResponses(java.lang.Integer... values)
public SchTradeUnansweredHolder withResponses(java.util.Collection<java.lang.Integer> values)
public void setProposals(java.util.List<java.lang.Integer> proposals)
proposals
- allowed object is
Integer
public void setResponses(java.util.List<java.lang.Integer> responses)
responses
- allowed object is
Integer
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.