public class CustomerOrderType extends Object
Java class for CustomerOrderType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CustomerOrderType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AdditionalInformation" type="{}AdditionalInformationType" minOccurs="0"/>
</sequence>
<attribute name="CustomerOrderID" use="required" type="{}CustomerOrderIDType" />
<attribute name="OpenOrderState" type="{}OpenOrderStateType" default="false" />
<attribute name="StartDate" use="required" type="{}StartDateType" />
<attribute name="EndDate" type="{}EndDateType" />
<attribute name="ForecastedAmount" use="required" type="{}SimpleAmountType" />
<attribute name="CurrentAmount" use="required" type="{}SimpleAmountType" />
<attribute name="Currency" type="{}ISOCurrency3A" />
<attribute name="AccessedBy" type="{}AccessedByType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
accessedBy |
protected String |
additionalInformation |
protected String |
currency |
protected BigDecimal |
currentAmount |
protected String |
customerOrderID |
protected XMLGregorianCalendar |
endDate |
protected BigDecimal |
forecastedAmount |
protected Boolean |
openOrderState |
protected XMLGregorianCalendar |
startDate |
| Constructor and Description |
|---|
CustomerOrderType() |
| 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 © 2018. All rights reserved.