public class InsertionOrderPendingChanges extends Object
Java class for InsertionOrderPendingChanges complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InsertionOrderPendingChanges">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<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="RequestedByUserId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="ModifiedDateTime" 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="PurchaseOrder" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ChangeStatus" type="{https://bingads.microsoft.com/Customer/v13/Entities}InsertionOrderPendingChangesStatus" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected InsertionOrderPendingChangesStatus |
changeStatus |
protected String |
comment |
protected Calendar |
endDate |
protected Calendar |
modifiedDateTime |
protected String |
name |
protected Double |
notificationThreshold |
protected String |
purchaseOrder |
protected Long |
referenceId |
protected Integer |
requestedByUserId |
protected Double |
spendCapAmount |
protected Calendar |
startDate |
| Constructor and Description |
|---|
InsertionOrderPendingChanges() |
| Modifier and Type | Method and Description |
|---|---|
InsertionOrderPendingChangesStatus |
getChangeStatus()
Gets the value of the changeStatus property.
|
String |
getComment()
Gets the value of the comment property.
|
Calendar |
getEndDate()
Gets the value of the endDate property.
|
Calendar |
getModifiedDateTime()
Gets the value of the modifiedDateTime property.
|
String |
getName()
Gets the value of the name property.
|
Double |
getNotificationThreshold()
Gets the value of the notificationThreshold property.
|
String |
getPurchaseOrder()
Gets the value of the purchaseOrder property.
|
Long |
getReferenceId()
Gets the value of the referenceId property.
|
Integer |
getRequestedByUserId()
Gets the value of the requestedByUserId property.
|
Double |
getSpendCapAmount()
Gets the value of the spendCapAmount property.
|
Calendar |
getStartDate()
Gets the value of the startDate property.
|
void |
setChangeStatus(InsertionOrderPendingChangesStatus value)
Sets the value of the changeStatus property.
|
void |
setComment(String value)
Sets the value of the comment property.
|
void |
setEndDate(Calendar value)
Sets the value of the endDate property.
|
void |
setModifiedDateTime(Calendar value)
Sets the value of the modifiedDateTime property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setNotificationThreshold(Double value)
Sets the value of the notificationThreshold property.
|
void |
setPurchaseOrder(String value)
Sets the value of the purchaseOrder property.
|
void |
setReferenceId(Long value)
Sets the value of the referenceId property.
|
void |
setRequestedByUserId(Integer value)
Sets the value of the requestedByUserId property.
|
void |
setSpendCapAmount(Double value)
Sets the value of the spendCapAmount property.
|
void |
setStartDate(Calendar value)
Sets the value of the startDate property.
|
protected String comment
protected Calendar endDate
protected Integer requestedByUserId
protected Calendar modifiedDateTime
protected Double notificationThreshold
protected Long referenceId
protected Double spendCapAmount
protected Calendar startDate
protected String name
protected String purchaseOrder
protected InsertionOrderPendingChangesStatus changeStatus
public String getComment()
Stringpublic void setComment(String value)
value - allowed object is
Stringpublic Calendar getEndDate()
Stringpublic void setEndDate(Calendar value)
value - allowed object is
Stringpublic Integer getRequestedByUserId()
Integerpublic void setRequestedByUserId(Integer value)
value - allowed object is
Integerpublic Calendar getModifiedDateTime()
Stringpublic void setModifiedDateTime(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 String getPurchaseOrder()
Stringpublic void setPurchaseOrder(String value)
value - allowed object is
Stringpublic InsertionOrderPendingChangesStatus getChangeStatus()
InsertionOrderPendingChangesStatuspublic void setChangeStatus(InsertionOrderPendingChangesStatus value)
value - allowed object is
InsertionOrderPendingChangesStatusCopyright © 2024. All rights reserved.