public class SchTradeResponse
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected int |
gswProposalAgentId |
protected int |
gswResponseAgentId |
private static long |
serialVersionUID |
protected java.lang.String |
wmComments |
protected java.util.List<java.lang.Double> |
wmDays |
protected int |
wmDaysNSizeIs |
protected double |
wmExpireDateTime |
protected int |
wmPaidMinutes |
protected double |
wmResponseDateTime |
protected int |
wmSiteId |
protected int |
wmStatus |
protected int |
wmTradeProposalId |
protected int |
wmTradeResponseId |
Constructor and Description |
---|
SchTradeResponse() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
int |
getGswProposalAgentId()
Gets the value of the gswProposalAgentId property.
|
int |
getGswResponseAgentId()
Gets the value of the gswResponseAgentId property.
|
java.lang.String |
getWmComments()
Gets the value of the wmComments property.
|
java.util.List<java.lang.Double> |
getWmDays()
Gets the value of the wmDays property.
|
int |
getWmDaysNSizeIs()
Gets the value of the wmDaysNSizeIs property.
|
double |
getWmExpireDateTime()
Gets the value of the wmExpireDateTime property.
|
int |
getWmPaidMinutes()
Gets the value of the wmPaidMinutes property.
|
double |
getWmResponseDateTime()
Gets the value of the wmResponseDateTime property.
|
int |
getWmSiteId()
Gets the value of the wmSiteId property.
|
int |
getWmStatus()
Gets the value of the wmStatus property.
|
int |
getWmTradeProposalId()
Gets the value of the wmTradeProposalId property.
|
int |
getWmTradeResponseId()
Gets the value of the wmTradeResponseId property.
|
int |
hashCode() |
void |
setGswProposalAgentId(int value)
Sets the value of the gswProposalAgentId property.
|
void |
setGswResponseAgentId(int value)
Sets the value of the gswResponseAgentId property.
|
void |
setWmComments(java.lang.String value)
Sets the value of the wmComments property.
|
void |
setWmDays(java.util.List<java.lang.Double> wmDays)
Sets the value of the wmDays property.
|
void |
setWmDaysNSizeIs(int value)
Sets the value of the wmDaysNSizeIs property.
|
void |
setWmExpireDateTime(double value)
Sets the value of the wmExpireDateTime property.
|
void |
setWmPaidMinutes(int value)
Sets the value of the wmPaidMinutes property.
|
void |
setWmResponseDateTime(double value)
Sets the value of the wmResponseDateTime property.
|
void |
setWmSiteId(int value)
Sets the value of the wmSiteId property.
|
void |
setWmStatus(int value)
Sets the value of the wmStatus property.
|
void |
setWmTradeProposalId(int value)
Sets the value of the wmTradeProposalId property.
|
void |
setWmTradeResponseId(int value)
Sets the value of the wmTradeResponseId property.
|
java.lang.String |
toString() |
SchTradeResponse |
withGswProposalAgentId(int value) |
SchTradeResponse |
withGswResponseAgentId(int value) |
SchTradeResponse |
withWmComments(java.lang.String value) |
SchTradeResponse |
withWmDays(java.util.Collection<java.lang.Double> values) |
SchTradeResponse |
withWmDays(java.lang.Double... values) |
SchTradeResponse |
withWmDaysNSizeIs(int value) |
SchTradeResponse |
withWmExpireDateTime(double value) |
SchTradeResponse |
withWmPaidMinutes(int value) |
SchTradeResponse |
withWmResponseDateTime(double value) |
SchTradeResponse |
withWmSiteId(int value) |
SchTradeResponse |
withWmStatus(int value) |
SchTradeResponse |
withWmTradeProposalId(int value) |
SchTradeResponse |
withWmTradeResponseId(int value) |
private static final long serialVersionUID
protected int wmTradeResponseId
protected int wmTradeProposalId
protected int wmSiteId
protected int gswResponseAgentId
protected int gswProposalAgentId
protected java.lang.String wmComments
protected int wmStatus
protected int wmPaidMinutes
protected double wmResponseDateTime
protected double wmExpireDateTime
protected int wmDaysNSizeIs
protected java.util.List<java.lang.Double> wmDays
public int getWmTradeResponseId()
public void setWmTradeResponseId(int value)
public int getWmTradeProposalId()
public void setWmTradeProposalId(int value)
public int getWmSiteId()
public void setWmSiteId(int value)
public int getGswResponseAgentId()
public void setGswResponseAgentId(int value)
public int getGswProposalAgentId()
public void setGswProposalAgentId(int value)
public java.lang.String getWmComments()
String
public void setWmComments(java.lang.String value)
value
- allowed object is
String
public int getWmStatus()
public void setWmStatus(int value)
public int getWmPaidMinutes()
public void setWmPaidMinutes(int value)
public double getWmResponseDateTime()
public void setWmResponseDateTime(double value)
public double getWmExpireDateTime()
public void setWmExpireDateTime(double value)
public int getWmDaysNSizeIs()
public void setWmDaysNSizeIs(int value)
public java.util.List<java.lang.Double> getWmDays()
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 wmDays property.
For example, to add a new item, do as follows:
getWmDays().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public SchTradeResponse withWmTradeResponseId(int value)
public SchTradeResponse withWmTradeProposalId(int value)
public SchTradeResponse withWmSiteId(int value)
public SchTradeResponse withGswResponseAgentId(int value)
public SchTradeResponse withGswProposalAgentId(int value)
public SchTradeResponse withWmComments(java.lang.String value)
public SchTradeResponse withWmStatus(int value)
public SchTradeResponse withWmPaidMinutes(int value)
public SchTradeResponse withWmResponseDateTime(double value)
public SchTradeResponse withWmExpireDateTime(double value)
public SchTradeResponse withWmDaysNSizeIs(int value)
public SchTradeResponse withWmDays(java.lang.Double... values)
public SchTradeResponse withWmDays(java.util.Collection<java.lang.Double> values)
public void setWmDays(java.util.List<java.lang.Double> wmDays)
wmDays
- allowed object is
Double
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.