com.intuit.qbmsconnector.jaxb.msgset.qbmsxml
Class ScheduledBillingForecast

java.lang.Object
  extended by com.intuit.qbmsconnector.jaxb.msgset.qbmsxml.ScheduledBillingForecast

public class ScheduledBillingForecast
extends Object

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

forecastDate

protected String forecastDate

amount

protected String amount
Constructor Detail

ScheduledBillingForecast

public ScheduledBillingForecast()
Method Detail

getForecastDate

public String getForecastDate()
Gets the value of the forecastDate property.

Returns:
possible object is String

setForecastDate

public void setForecastDate(String value)
Sets the value of the forecastDate property.

Parameters:
value - allowed object is String

getAmount

public String getAmount()
Gets the value of the amount property.

Returns:
possible object is String

setAmount

public void setAmount(String value)
Sets the value of the amount property.

Parameters:
value - allowed object is String


Copyright © 2006-2010 Intuit Inc. All Rights Reserved.