public class CustomerOrder extends Object
Java class for CustomerOrder complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CustomerOrder">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AdditionalInformation" type="{}AdditionalInformation" minOccurs="0"/>
</sequence>
<attribute name="CustomerOrderID" use="required" type="{}CustomerOrderID" />
<attribute name="OpenOrderState" type="{}OpenOrderState" default="false" />
<attribute name="StartDate" use="required" type="{}StartDate" />
<attribute name="EndDate" type="{}EndDate" />
<attribute name="ForecastedAmount" use="required" type="{}SimpleAmountType" />
<attribute name="CurrentAmount" use="required" type="{}SimpleAmountType" />
<attribute name="Currency" type="{}ISOCurrency3A" />
<attribute name="AccessedBy" type="{}AccessedBy" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
accessedBy
The Accessed by.
|
protected String |
additionalInformation
The Additional information.
|
protected String |
currency
The Currency.
|
protected BigDecimal |
currentAmount
The Current amount.
|
protected String |
customerOrderID
The Customer order id.
|
protected XMLGregorianCalendar |
endDate
The End date.
|
protected BigDecimal |
forecastedAmount
The Forecasted amount.
|
protected Boolean |
openOrderState
The Open order state.
|
protected XMLGregorianCalendar |
startDate
The Start date.
|
| Constructor and Description |
|---|
CustomerOrder() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccessedBy()
Gets the value of the accessedBy property.
|
String |
getAdditionalInformation()
Gets the value of the additionalInformation property.
|
String |
getCurrency()
Gets the value of the currency property.
|
BigDecimal |
getCurrentAmount()
Gets the value of the currentAmount property.
|
String |
getCustomerOrderID()
Gets the value of the customerOrderID property.
|
XMLGregorianCalendar |
getEndDate()
Gets the value of the endDate property.
|
BigDecimal |
getForecastedAmount()
Gets the value of the forecastedAmount property.
|
XMLGregorianCalendar |
getStartDate()
Gets the value of the startDate property.
|
boolean |
isOpenOrderState()
Gets the value of the openOrderState property.
|
void |
setAccessedBy(String value)
Sets the value of the accessedBy property.
|
void |
setAdditionalInformation(String value)
Sets the value of the additionalInformation property.
|
void |
setCurrency(String value)
Sets the value of the currency property.
|
void |
setCurrentAmount(BigDecimal value)
Sets the value of the currentAmount property.
|
void |
setCustomerOrderID(String value)
Sets the value of the customerOrderID property.
|
void |
setEndDate(XMLGregorianCalendar value)
Sets the value of the endDate property.
|
void |
setForecastedAmount(BigDecimal value)
Sets the value of the forecastedAmount property.
|
void |
setOpenOrderState(Boolean value)
Sets the value of the openOrderState property.
|
void |
setStartDate(XMLGregorianCalendar value)
Sets the value of the startDate property.
|
protected String additionalInformation
protected String customerOrderID
protected Boolean openOrderState
protected XMLGregorianCalendar startDate
protected XMLGregorianCalendar endDate
protected BigDecimal forecastedAmount
protected BigDecimal currentAmount
protected String currency
protected String accessedBy
public String getAdditionalInformation()
Stringpublic void setAdditionalInformation(String value)
value - allowed object is Stringpublic String getCustomerOrderID()
Stringpublic void setCustomerOrderID(String value)
value - allowed object is Stringpublic boolean isOpenOrderState()
Booleanpublic void setOpenOrderState(Boolean value)
value - allowed object is Booleanpublic XMLGregorianCalendar getStartDate()
XMLGregorianCalendarpublic void setStartDate(XMLGregorianCalendar value)
value - allowed object is XMLGregorianCalendarpublic XMLGregorianCalendar getEndDate()
XMLGregorianCalendarpublic void setEndDate(XMLGregorianCalendar value)
value - allowed object is XMLGregorianCalendarpublic BigDecimal getForecastedAmount()
BigDecimalpublic void setForecastedAmount(BigDecimal value)
value - allowed object is BigDecimalpublic BigDecimal getCurrentAmount()
BigDecimalpublic void setCurrentAmount(BigDecimal value)
value - allowed object is BigDecimalpublic String getCurrency()
Stringpublic void setCurrency(String value)
value - allowed object is Stringpublic String getAccessedBy()
StringCopyright © 2022. All rights reserved.