|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.intuit.qbmsconnector.jaxb.msgset.qbmsxml.ScheduledBillingForecast
public class ScheduledBillingForecast
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{}ForecastDate"/>
<element ref="{}Amount"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
amount
|
protected String |
forecastDate
|
| Constructor Summary | |
|---|---|
ScheduledBillingForecast()
|
|
| Method Summary | |
|---|---|
String |
getAmount()
Gets the value of the amount property. |
String |
getForecastDate()
Gets the value of the forecastDate property. |
void |
setAmount(String value)
Sets the value of the amount property. |
void |
setForecastDate(String value)
Sets the value of the forecastDate property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String forecastDate
protected String amount
| Constructor Detail |
|---|
public ScheduledBillingForecast()
| Method Detail |
|---|
public String getForecastDate()
Stringpublic void setForecastDate(String value)
value - allowed object is
Stringpublic String getAmount()
Stringpublic void setAmount(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||