public class InsertionOrder extends Object
Java class for InsertionOrder complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InsertionOrder">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AccountId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="BookingCountryCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="EndDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="Id" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="LastModifiedByUserId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="LastModifiedTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="NotificationThreshold" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="ReferenceId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="SpendCapAmount" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="StartDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Status" type="{https://bingads.microsoft.com/Customer/v13/Entities}InsertionOrderStatus" minOccurs="0"/>
<element name="PurchaseOrder" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="PendingChanges" type="{https://bingads.microsoft.com/Customer/v13/Entities}InsertionOrderPendingChanges" minOccurs="0"/>
<element name="AccountNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="BudgetRemaining" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="BudgetSpent" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="BudgetRemainingPercent" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="BudgetSpentPercent" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="SeriesName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="IsInSeries" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="SeriesFrequencyType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="IsUnlimited" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="IsEndless" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
accountId |
protected String |
accountNumber |
protected String |
bookingCountryCode |
protected Double |
budgetRemaining |
protected Double |
budgetRemainingPercent |
protected Double |
budgetSpent |
protected Double |
budgetSpentPercent |
protected String |
comment |
protected Calendar |
endDate |
protected Long |
id |
protected Boolean |
isEndless |
protected Boolean |
isInSeries |
protected Boolean |
isUnlimited |
protected Long |
lastModifiedByUserId |
protected Calendar |
lastModifiedTime |
protected String |
name |
protected Double |
notificationThreshold |
protected InsertionOrderPendingChanges |
pendingChanges |
protected String |
purchaseOrder |
protected Long |
referenceId |
protected String |
seriesFrequencyType |
protected String |
seriesName |
protected Double |
spendCapAmount |
protected Calendar |
startDate |
protected InsertionOrderStatus |
status |
| Constructor and Description |
|---|
InsertionOrder() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAccountId()
Gets the value of the accountId property.
|
String |
getAccountNumber()
Gets the value of the accountNumber property.
|
String |
getBookingCountryCode()
Gets the value of the bookingCountryCode property.
|
Double |
getBudgetRemaining()
Gets the value of the budgetRemaining property.
|
Double |
getBudgetRemainingPercent()
Gets the value of the budgetRemainingPercent property.
|
Double |
getBudgetSpent()
Gets the value of the budgetSpent property.
|
Double |
getBudgetSpentPercent()
Gets the value of the budgetSpentPercent property.
|
String |
getComment()
Gets the value of the comment property.
|
Calendar |
getEndDate()
Gets the value of the endDate property.
|
Long |
getId()
Gets the value of the id property.
|
Boolean |
getIsEndless()
Gets the value of the isEndless property.
|
Boolean |
getIsInSeries()
Gets the value of the isInSeries property.
|
Boolean |
getIsUnlimited()
Gets the value of the isUnlimited property.
|
Long |
getLastModifiedByUserId()
Gets the value of the lastModifiedByUserId property.
|
Calendar |
getLastModifiedTime()
Gets the value of the lastModifiedTime property.
|
String |
getName()
Gets the value of the name property.
|
Double |
getNotificationThreshold()
Gets the value of the notificationThreshold property.
|
InsertionOrderPendingChanges |
getPendingChanges()
Gets the value of the pendingChanges property.
|
String |
getPurchaseOrder()
Gets the value of the purchaseOrder property.
|
Long |
getReferenceId()
Gets the value of the referenceId property.
|
String |
getSeriesFrequencyType()
Gets the value of the seriesFrequencyType property.
|
String |
getSeriesName()
Gets the value of the seriesName property.
|
Double |
getSpendCapAmount()
Gets the value of the spendCapAmount property.
|
Calendar |
getStartDate()
Gets the value of the startDate property.
|
InsertionOrderStatus |
getStatus()
Gets the value of the status property.
|
void |
setAccountId(Long value)
Sets the value of the accountId property.
|
void |
setAccountNumber(String value)
Sets the value of the accountNumber property.
|
void |
setBookingCountryCode(String value)
Sets the value of the bookingCountryCode property.
|
void |
setBudgetRemaining(Double value)
Sets the value of the budgetRemaining property.
|
void |
setBudgetRemainingPercent(Double value)
Sets the value of the budgetRemainingPercent property.
|
void |
setBudgetSpent(Double value)
Sets the value of the budgetSpent property.
|
void |
setBudgetSpentPercent(Double value)
Sets the value of the budgetSpentPercent property.
|
void |
setComment(String value)
Sets the value of the comment property.
|
void |
setEndDate(Calendar value)
Sets the value of the endDate property.
|
void |
setId(Long value)
Sets the value of the id property.
|
void |
setIsEndless(Boolean value)
Sets the value of the isEndless property.
|
void |
setIsInSeries(Boolean value)
Sets the value of the isInSeries property.
|
void |
setIsUnlimited(Boolean value)
Sets the value of the isUnlimited property.
|
void |
setLastModifiedByUserId(Long value)
Sets the value of the lastModifiedByUserId property.
|
void |
setLastModifiedTime(Calendar value)
Sets the value of the lastModifiedTime property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setNotificationThreshold(Double value)
Sets the value of the notificationThreshold property.
|
void |
setPendingChanges(InsertionOrderPendingChanges value)
Sets the value of the pendingChanges property.
|
void |
setPurchaseOrder(String value)
Sets the value of the purchaseOrder property.
|
void |
setReferenceId(Long value)
Sets the value of the referenceId property.
|
void |
setSeriesFrequencyType(String value)
Sets the value of the seriesFrequencyType property.
|
void |
setSeriesName(String value)
Sets the value of the seriesName property.
|
void |
setSpendCapAmount(Double value)
Sets the value of the spendCapAmount property.
|
void |
setStartDate(Calendar value)
Sets the value of the startDate property.
|
void |
setStatus(InsertionOrderStatus value)
Sets the value of the status property.
|
protected Long accountId
protected String bookingCountryCode
protected String comment
protected Calendar endDate
protected Long id
protected Long lastModifiedByUserId
protected Calendar lastModifiedTime
protected Double notificationThreshold
protected Long referenceId
protected Double spendCapAmount
protected Calendar startDate
protected String name
protected InsertionOrderStatus status
protected String purchaseOrder
protected InsertionOrderPendingChanges pendingChanges
protected String accountNumber
protected Double budgetRemaining
protected Double budgetSpent
protected Double budgetRemainingPercent
protected Double budgetSpentPercent
protected String seriesName
protected Boolean isInSeries
protected String seriesFrequencyType
protected Boolean isUnlimited
protected Boolean isEndless
public Long getAccountId()
Longpublic void setAccountId(Long value)
value - allowed object is
Longpublic String getBookingCountryCode()
Stringpublic void setBookingCountryCode(String value)
value - allowed object is
Stringpublic String getComment()
Stringpublic void setComment(String value)
value - allowed object is
Stringpublic Calendar getEndDate()
Stringpublic void setEndDate(Calendar value)
value - allowed object is
Stringpublic void setId(Long value)
value - allowed object is
Longpublic Long getLastModifiedByUserId()
Longpublic void setLastModifiedByUserId(Long value)
value - allowed object is
Longpublic Calendar getLastModifiedTime()
Stringpublic void setLastModifiedTime(Calendar value)
value - allowed object is
Stringpublic Double getNotificationThreshold()
Doublepublic void setNotificationThreshold(Double value)
value - allowed object is
Doublepublic Long getReferenceId()
Longpublic void setReferenceId(Long value)
value - allowed object is
Longpublic Double getSpendCapAmount()
Doublepublic void setSpendCapAmount(Double value)
value - allowed object is
Doublepublic Calendar getStartDate()
Stringpublic void setStartDate(Calendar value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic InsertionOrderStatus getStatus()
InsertionOrderStatuspublic void setStatus(InsertionOrderStatus value)
value - allowed object is
InsertionOrderStatuspublic String getPurchaseOrder()
Stringpublic void setPurchaseOrder(String value)
value - allowed object is
Stringpublic InsertionOrderPendingChanges getPendingChanges()
InsertionOrderPendingChangespublic void setPendingChanges(InsertionOrderPendingChanges value)
value - allowed object is
InsertionOrderPendingChangespublic String getAccountNumber()
Stringpublic void setAccountNumber(String value)
value - allowed object is
Stringpublic Double getBudgetRemaining()
Doublepublic void setBudgetRemaining(Double value)
value - allowed object is
Doublepublic Double getBudgetSpent()
Doublepublic void setBudgetSpent(Double value)
value - allowed object is
Doublepublic Double getBudgetRemainingPercent()
Doublepublic void setBudgetRemainingPercent(Double value)
value - allowed object is
Doublepublic Double getBudgetSpentPercent()
Doublepublic void setBudgetSpentPercent(Double value)
value - allowed object is
Doublepublic String getSeriesName()
Stringpublic void setSeriesName(String value)
value - allowed object is
Stringpublic Boolean getIsInSeries()
Booleanpublic void setIsInSeries(Boolean value)
value - allowed object is
Booleanpublic String getSeriesFrequencyType()
Stringpublic void setSeriesFrequencyType(String value)
value - allowed object is
Stringpublic Boolean getIsUnlimited()
Booleanpublic void setIsUnlimited(Boolean value)
value - allowed object is
Booleanpublic Boolean getIsEndless()
BooleanCopyright © 2024. All rights reserved.