/**
* Mule Coupa Cloud Connector
*
* Copyright (c) MuleSoft, Inc. All rights reserved. http://www.mulesoft.com
*
* The software in this package is published under the terms of the CPAL v1.0
* license, a copy of which has been included with this distribution in the
* LICENSE.txt file.
*
* Coupa Connector com.coupa package contains portions of code based on Coupa4j
* http://code.google.com/p/coupa4j/, under a MIT license:
* http://www.opensource.org/licenses/mit-license.php.
*/
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2012.01.11 at 10:56:43 AM ART
//
package com.coupa.resources;
import java.math.BigDecimal;
import java.math.BigInteger;
import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.JAXBElement;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlElementRef;
import javax.xml.bind.annotation.XmlType;
import javax.xml.datatype.XMLGregorianCalendar;
/**
* <p>Java class for order-line-summary-revision complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* <complexType name="order-line-summary-revision">
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="id" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
* <element name="created-at" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="from" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
* <element name="to" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="updated-at" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="from" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
* <element name="to" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="accounting-total" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="from" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
* <element name="to" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="accounting-total-currency" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="from" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="to" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="description" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="from" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="to" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="invoiced" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="from" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
* <element name="to" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="line-num" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
* <element name="need-by-date" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="from" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
* <element name="to" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="order-header-id" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="from" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
* <element name="to" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="price" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="from" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
* <element name="to" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="quantity" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="from" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
* <element name="to" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="received" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="from" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
* <element name="to" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="source-part-num" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="from" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="to" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="status" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="from" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="to" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="sub-line-num" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="from" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
* <element name="to" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="supp-aux-part-num" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="from" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="to" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="total" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="from" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
* <element name="to" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="type" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="from" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="to" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="version" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="from" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
* <element name="to" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="savings-pct" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="from" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
* <element name="to" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="reporting-total" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="from" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
* <element name="to" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="supplier-order-number" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="from" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="to" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="account" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="from" type="{}account-summary" minOccurs="0"/>
* <element name="to" type="{}account-summary" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="contract" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="from" type="{}contract-summary" minOccurs="0"/>
* <element name="to" type="{}contract-summary" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="currency" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="from" type="{}currency-summary" minOccurs="0"/>
* <element name="to" type="{}currency-summary" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="commodity" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="from" type="{}commodity-summary" minOccurs="0"/>
* <element name="to" type="{}commodity-summary" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="department" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="from" type="{}department-summary" minOccurs="0"/>
* <element name="to" type="{}department-summary" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="item" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="from" type="{}item-summary" minOccurs="0"/>
* <element name="to" type="{}item-summary" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="supplier" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="from" type="{}supplier-summary" minOccurs="0"/>
* <element name="to" type="{}supplier-summary" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="uom" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="from" type="{}uom-summary" minOccurs="0"/>
* <element name="to" type="{}uom-summary" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="asset-tags" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="asset-tag" type="{}asset-tag-summary" maxOccurs="unbounded" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="attachments" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="attachment" type="{}attachment-summary" maxOccurs="unbounded" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="period" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="from" type="{}period-summary" minOccurs="0"/>
* <element name="to" type="{}period-summary" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="created-by" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="from" type="{}user-summary" minOccurs="0"/>
* <element name="to" type="{}user-summary" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="updated-by" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="from" type="{}user-summary" minOccurs="0"/>
* <element name="to" type="{}user-summary" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "order-line-summary-revision", propOrder = {
"id",
"createdAt",
"updatedAt",
"accountingTotal",
"accountingTotalCurrency",
"description",
"invoiced",
"lineNum",
"needByDate",
"orderHeaderId",
"price",
"quantity",
"received",
"sourcePartNum",
"status",
"subLineNum",
"suppAuxPartNum",
"total",
"type",
"version",
"savingsPct",
"reportingTotal",
"supplierOrderNumber",
"account",
"contract",
"currency",
"commodity",
"department",
"item",
"supplier",
"uom",
"assetTags",
"attachments",
"period",
"createdBy",
"updatedBy"
})
public class OrderLineSummaryRevision {
protected BigInteger id;
@XmlElement(name = "created-at")
protected OrderLineSummaryRevision.CreatedAt createdAt;
@XmlElement(name = "updated-at")
protected OrderLineSummaryRevision.UpdatedAt updatedAt;
@XmlElement(name = "accounting-total")
protected OrderLineSummaryRevision.AccountingTotal accountingTotal;
@XmlElement(name = "accounting-total-currency")
protected OrderLineSummaryRevision.AccountingTotalCurrency accountingTotalCurrency;
protected OrderLineSummaryRevision.Description description;
protected OrderLineSummaryRevision.Invoiced invoiced;
@XmlElement(name = "line-num")
protected BigInteger lineNum;
@XmlElement(name = "need-by-date")
protected OrderLineSummaryRevision.NeedByDate needByDate;
@XmlElement(name = "order-header-id")
protected OrderLineSummaryRevision.OrderHeaderId orderHeaderId;
protected OrderLineSummaryRevision.Price price;
protected OrderLineSummaryRevision.Quantity quantity;
protected OrderLineSummaryRevision.Received received;
@XmlElement(name = "source-part-num")
protected OrderLineSummaryRevision.SourcePartNum sourcePartNum;
protected OrderLineSummaryRevision.Status status;
@XmlElement(name = "sub-line-num")
protected OrderLineSummaryRevision.SubLineNum subLineNum;
@XmlElement(name = "supp-aux-part-num")
protected OrderLineSummaryRevision.SuppAuxPartNum suppAuxPartNum;
protected OrderLineSummaryRevision.Total total;
protected OrderLineSummaryRevision.Type type;
protected OrderLineSummaryRevision.Version version;
@XmlElement(name = "savings-pct")
protected OrderLineSummaryRevision.SavingsPct savingsPct;
@XmlElement(name = "reporting-total")
protected OrderLineSummaryRevision.ReportingTotal reportingTotal;
@XmlElement(name = "supplier-order-number")
protected OrderLineSummaryRevision.SupplierOrderNumber supplierOrderNumber;
protected OrderLineSummaryRevision.Account account;
protected OrderLineSummaryRevision.Contract contract;
protected OrderLineSummaryRevision.Currency currency;
protected OrderLineSummaryRevision.Commodity commodity;
protected OrderLineSummaryRevision.Department department;
protected OrderLineSummaryRevision.Item item;
protected OrderLineSummaryRevision.Supplier supplier;
protected OrderLineSummaryRevision.Uom uom;
@XmlElement(name = "asset-tags")
protected OrderLineSummaryRevision.AssetTags assetTags;
protected OrderLineSummaryRevision.Attachments attachments;
protected OrderLineSummaryRevision.Period period;
@XmlElement(name = "created-by")
protected OrderLineSummaryRevision.CreatedBy createdBy;
@XmlElement(name = "updated-by")
protected OrderLineSummaryRevision.UpdatedBy updatedBy;
/**
* Gets the value of the id property.
*
* @return
* possible object is
* {@link BigInteger }
*
*/
public BigInteger getId() {
return id;
}
/**
* Sets the value of the id property.
*
* @param value
* allowed object is
* {@link BigInteger }
*
*/
public void setId(BigInteger value) {
this.id = value;
}
/**
* Gets the value of the createdAt property.
*
* @return
* possible object is
* {@link OrderLineSummaryRevision.CreatedAt }
*
*/
public OrderLineSummaryRevision.CreatedAt getCreatedAt() {
return createdAt;
}
/**
* Sets the value of the createdAt property.
*
* @param value
* allowed object is
* {@link OrderLineSummaryRevision.CreatedAt }
*
*/
public void setCreatedAt(OrderLineSummaryRevision.CreatedAt value) {
this.createdAt = value;
}
/**
* Gets the value of the updatedAt property.
*
* @return
* possible object is
* {@link OrderLineSummaryRevision.UpdatedAt }
*
*/
public OrderLineSummaryRevision.UpdatedAt getUpdatedAt() {
return updatedAt;
}
/**
* Sets the value of the updatedAt property.
*
* @param value
* allowed object is
* {@link OrderLineSummaryRevision.UpdatedAt }
*
*/
public void setUpdatedAt(OrderLineSummaryRevision.UpdatedAt value) {
this.updatedAt = value;
}
/**
* Gets the value of the accountingTotal property.
*
* @return
* possible object is
* {@link OrderLineSummaryRevision.AccountingTotal }
*
*/
public OrderLineSummaryRevision.AccountingTotal getAccountingTotal() {
return accountingTotal;
}
/**
* Sets the value of the accountingTotal property.
*
* @param value
* allowed object is
* {@link OrderLineSummaryRevision.AccountingTotal }
*
*/
public void setAccountingTotal(OrderLineSummaryRevision.AccountingTotal value) {
this.accountingTotal = value;
}
/**
* Gets the value of the accountingTotalCurrency property.
*
* @return
* possible object is
* {@link OrderLineSummaryRevision.AccountingTotalCurrency }
*
*/
public OrderLineSummaryRevision.AccountingTotalCurrency getAccountingTotalCurrency() {
return accountingTotalCurrency;
}
/**
* Sets the value of the accountingTotalCurrency property.
*
* @param value
* allowed object is
* {@link OrderLineSummaryRevision.AccountingTotalCurrency }
*
*/
public void setAccountingTotalCurrency(OrderLineSummaryRevision.AccountingTotalCurrency value) {
this.accountingTotalCurrency = value;
}
/**
* Gets the value of the description property.
*
* @return
* possible object is
* {@link OrderLineSummaryRevision.Description }
*
*/
public OrderLineSummaryRevision.Description getDescription() {
return description;
}
/**
* Sets the value of the description property.
*
* @param value
* allowed object is
* {@link OrderLineSummaryRevision.Description }
*
*/
public void setDescription(OrderLineSummaryRevision.Description value) {
this.description = value;
}
/**
* Gets the value of the invoiced property.
*
* @return
* possible object is
* {@link OrderLineSummaryRevision.Invoiced }
*
*/
public OrderLineSummaryRevision.Invoiced getInvoiced() {
return invoiced;
}
/**
* Sets the value of the invoiced property.
*
* @param value
* allowed object is
* {@link OrderLineSummaryRevision.Invoiced }
*
*/
public void setInvoiced(OrderLineSummaryRevision.Invoiced value) {
this.invoiced = value;
}
/**
* Gets the value of the lineNum property.
*
* @return
* possible object is
* {@link BigInteger }
*
*/
public BigInteger getLineNum() {
return lineNum;
}
/**
* Sets the value of the lineNum property.
*
* @param value
* allowed object is
* {@link BigInteger }
*
*/
public void setLineNum(BigInteger value) {
this.lineNum = value;
}
/**
* Gets the value of the needByDate property.
*
* @return
* possible object is
* {@link OrderLineSummaryRevision.NeedByDate }
*
*/
public OrderLineSummaryRevision.NeedByDate getNeedByDate() {
return needByDate;
}
/**
* Sets the value of the needByDate property.
*
* @param value
* allowed object is
* {@link OrderLineSummaryRevision.NeedByDate }
*
*/
public void setNeedByDate(OrderLineSummaryRevision.NeedByDate value) {
this.needByDate = value;
}
/**
* Gets the value of the orderHeaderId property.
*
* @return
* possible object is
* {@link OrderLineSummaryRevision.OrderHeaderId }
*
*/
public OrderLineSummaryRevision.OrderHeaderId getOrderHeaderId() {
return orderHeaderId;
}
/**
* Sets the value of the orderHeaderId property.
*
* @param value
* allowed object is
* {@link OrderLineSummaryRevision.OrderHeaderId }
*
*/
public void setOrderHeaderId(OrderLineSummaryRevision.OrderHeaderId value) {
this.orderHeaderId = value;
}
/**
* Gets the value of the price property.
*
* @return
* possible object is
* {@link OrderLineSummaryRevision.Price }
*
*/
public OrderLineSummaryRevision.Price getPrice() {
return price;
}
/**
* Sets the value of the price property.
*
* @param value
* allowed object is
* {@link OrderLineSummaryRevision.Price }
*
*/
public void setPrice(OrderLineSummaryRevision.Price value) {
this.price = value;
}
/**
* Gets the value of the quantity property.
*
* @return
* possible object is
* {@link OrderLineSummaryRevision.Quantity }
*
*/
public OrderLineSummaryRevision.Quantity getQuantity() {
return quantity;
}
/**
* Sets the value of the quantity property.
*
* @param value
* allowed object is
* {@link OrderLineSummaryRevision.Quantity }
*
*/
public void setQuantity(OrderLineSummaryRevision.Quantity value) {
this.quantity = value;
}
/**
* Gets the value of the received property.
*
* @return
* possible object is
* {@link OrderLineSummaryRevision.Received }
*
*/
public OrderLineSummaryRevision.Received getReceived() {
return received;
}
/**
* Sets the value of the received property.
*
* @param value
* allowed object is
* {@link OrderLineSummaryRevision.Received }
*
*/
public void setReceived(OrderLineSummaryRevision.Received value) {
this.received = value;
}
/**
* Gets the value of the sourcePartNum property.
*
* @return
* possible object is
* {@link OrderLineSummaryRevision.SourcePartNum }
*
*/
public OrderLineSummaryRevision.SourcePartNum getSourcePartNum() {
return sourcePartNum;
}
/**
* Sets the value of the sourcePartNum property.
*
* @param value
* allowed object is
* {@link OrderLineSummaryRevision.SourcePartNum }
*
*/
public void setSourcePartNum(OrderLineSummaryRevision.SourcePartNum value) {
this.sourcePartNum = value;
}
/**
* Gets the value of the status property.
*
* @return
* possible object is
* {@link OrderLineSummaryRevision.Status }
*
*/
public OrderLineSummaryRevision.Status getStatus() {
return status;
}
/**
* Sets the value of the status property.
*
* @param value
* allowed object is
* {@link OrderLineSummaryRevision.Status }
*
*/
public void setStatus(OrderLineSummaryRevision.Status value) {
this.status = value;
}
/**
* Gets the value of the subLineNum property.
*
* @return
* possible object is
* {@link OrderLineSummaryRevision.SubLineNum }
*
*/
public OrderLineSummaryRevision.SubLineNum getSubLineNum() {
return subLineNum;
}
/**
* Sets the value of the subLineNum property.
*
* @param value
* allowed object is
* {@link OrderLineSummaryRevision.SubLineNum }
*
*/
public void setSubLineNum(OrderLineSummaryRevision.SubLineNum value) {
this.subLineNum = value;
}
/**
* Gets the value of the suppAuxPartNum property.
*
* @return
* possible object is
* {@link OrderLineSummaryRevision.SuppAuxPartNum }
*
*/
public OrderLineSummaryRevision.SuppAuxPartNum getSuppAuxPartNum() {
return suppAuxPartNum;
}
/**
* Sets the value of the suppAuxPartNum property.
*
* @param value
* allowed object is
* {@link OrderLineSummaryRevision.SuppAuxPartNum }
*
*/
public void setSuppAuxPartNum(OrderLineSummaryRevision.SuppAuxPartNum value) {
this.suppAuxPartNum = value;
}
/**
* Gets the value of the total property.
*
* @return
* possible object is
* {@link OrderLineSummaryRevision.Total }
*
*/
public OrderLineSummaryRevision.Total getTotal() {
return total;
}
/**
* Sets the value of the total property.
*
* @param value
* allowed object is
* {@link OrderLineSummaryRevision.Total }
*
*/
public void setTotal(OrderLineSummaryRevision.Total value) {
this.total = value;
}
/**
* Gets the value of the type property.
*
* @return
* possible object is
* {@link OrderLineSummaryRevision.Type }
*
*/
public OrderLineSummaryRevision.Type getType() {
return type;
}
/**
* Sets the value of the type property.
*
* @param value
* allowed object is
* {@link OrderLineSummaryRevision.Type }
*
*/
public void setType(OrderLineSummaryRevision.Type value) {
this.type = value;
}
/**
* Gets the value of the version property.
*
* @return
* possible object is
* {@link OrderLineSummaryRevision.Version }
*
*/
public OrderLineSummaryRevision.Version getVersion() {
return version;
}
/**
* Sets the value of the version property.
*
* @param value
* allowed object is
* {@link OrderLineSummaryRevision.Version }
*
*/
public void setVersion(OrderLineSummaryRevision.Version value) {
this.version = value;
}
/**
* Gets the value of the savingsPct property.
*
* @return
* possible object is
* {@link OrderLineSummaryRevision.SavingsPct }
*
*/
public OrderLineSummaryRevision.SavingsPct getSavingsPct() {
return savingsPct;
}
/**
* Sets the value of the savingsPct property.
*
* @param value
* allowed object is
* {@link OrderLineSummaryRevision.SavingsPct }
*
*/
public void setSavingsPct(OrderLineSummaryRevision.SavingsPct value) {
this.savingsPct = value;
}
/**
* Gets the value of the reportingTotal property.
*
* @return
* possible object is
* {@link OrderLineSummaryRevision.ReportingTotal }
*
*/
public OrderLineSummaryRevision.ReportingTotal getReportingTotal() {
return reportingTotal;
}
/**
* Sets the value of the reportingTotal property.
*
* @param value
* allowed object is
* {@link OrderLineSummaryRevision.ReportingTotal }
*
*/
public void setReportingTotal(OrderLineSummaryRevision.ReportingTotal value) {
this.reportingTotal = value;
}
/**
* Gets the value of the supplierOrderNumber property.
*
* @return
* possible object is
* {@link OrderLineSummaryRevision.SupplierOrderNumber }
*
*/
public OrderLineSummaryRevision.SupplierOrderNumber getSupplierOrderNumber() {
return supplierOrderNumber;
}
/**
* Sets the value of the supplierOrderNumber property.
*
* @param value
* allowed object is
* {@link OrderLineSummaryRevision.SupplierOrderNumber }
*
*/
public void setSupplierOrderNumber(OrderLineSummaryRevision.SupplierOrderNumber value) {
this.supplierOrderNumber = value;
}
/**
* Gets the value of the account property.
*
* @return
* possible object is
* {@link OrderLineSummaryRevision.Account }
*
*/
public OrderLineSummaryRevision.Account getAccount() {
return account;
}
/**
* Sets the value of the account property.
*
* @param value
* allowed object is
* {@link OrderLineSummaryRevision.Account }
*
*/
public void setAccount(OrderLineSummaryRevision.Account value) {
this.account = value;
}
/**
* Gets the value of the contract property.
*
* @return
* possible object is
* {@link OrderLineSummaryRevision.Contract }
*
*/
public OrderLineSummaryRevision.Contract getContract() {
return contract;
}
/**
* Sets the value of the contract property.
*
* @param value
* allowed object is
* {@link OrderLineSummaryRevision.Contract }
*
*/
public void setContract(OrderLineSummaryRevision.Contract value) {
this.contract = value;
}
/**
* Gets the value of the currency property.
*
* @return
* possible object is
* {@link OrderLineSummaryRevision.Currency }
*
*/
public OrderLineSummaryRevision.Currency getCurrency() {
return currency;
}
/**
* Sets the value of the currency property.
*
* @param value
* allowed object is
* {@link OrderLineSummaryRevision.Currency }
*
*/
public void setCurrency(OrderLineSummaryRevision.Currency value) {
this.currency = value;
}
/**
* Gets the value of the commodity property.
*
* @return
* possible object is
* {@link OrderLineSummaryRevision.Commodity }
*
*/
public OrderLineSummaryRevision.Commodity getCommodity() {
return commodity;
}
/**
* Sets the value of the commodity property.
*
* @param value
* allowed object is
* {@link OrderLineSummaryRevision.Commodity }
*
*/
public void setCommodity(OrderLineSummaryRevision.Commodity value) {
this.commodity = value;
}
/**
* Gets the value of the department property.
*
* @return
* possible object is
* {@link OrderLineSummaryRevision.Department }
*
*/
public OrderLineSummaryRevision.Department getDepartment() {
return department;
}
/**
* Sets the value of the department property.
*
* @param value
* allowed object is
* {@link OrderLineSummaryRevision.Department }
*
*/
public void setDepartment(OrderLineSummaryRevision.Department value) {
this.department = value;
}
/**
* Gets the value of the item property.
*
* @return
* possible object is
* {@link OrderLineSummaryRevision.Item }
*
*/
public OrderLineSummaryRevision.Item getItem() {
return item;
}
/**
* Sets the value of the item property.
*
* @param value
* allowed object is
* {@link OrderLineSummaryRevision.Item }
*
*/
public void setItem(OrderLineSummaryRevision.Item value) {
this.item = value;
}
/**
* Gets the value of the supplier property.
*
* @return
* possible object is
* {@link OrderLineSummaryRevision.Supplier }
*
*/
public OrderLineSummaryRevision.Supplier getSupplier() {
return supplier;
}
/**
* Sets the value of the supplier property.
*
* @param value
* allowed object is
* {@link OrderLineSummaryRevision.Supplier }
*
*/
public void setSupplier(OrderLineSummaryRevision.Supplier value) {
this.supplier = value;
}
/**
* Gets the value of the uom property.
*
* @return
* possible object is
* {@link OrderLineSummaryRevision.Uom }
*
*/
public OrderLineSummaryRevision.Uom getUom() {
return uom;
}
/**
* Sets the value of the uom property.
*
* @param value
* allowed object is
* {@link OrderLineSummaryRevision.Uom }
*
*/
public void setUom(OrderLineSummaryRevision.Uom value) {
this.uom = value;
}
/**
* Gets the value of the assetTags property.
*
* @return
* possible object is
* {@link OrderLineSummaryRevision.AssetTags }
*
*/
public OrderLineSummaryRevision.AssetTags getAssetTags() {
return assetTags;
}
/**
* Sets the value of the assetTags property.
*
* @param value
* allowed object is
* {@link OrderLineSummaryRevision.AssetTags }
*
*/
public void setAssetTags(OrderLineSummaryRevision.AssetTags value) {
this.assetTags = value;
}
/**
* Gets the value of the attachments property.
*
* @return
* possible object is
* {@link OrderLineSummaryRevision.Attachments }
*
*/
public OrderLineSummaryRevision.Attachments getAttachments() {
return attachments;
}
/**
* Sets the value of the attachments property.
*
* @param value
* allowed object is
* {@link OrderLineSummaryRevision.Attachments }
*
*/
public void setAttachments(OrderLineSummaryRevision.Attachments value) {
this.attachments = value;
}
/**
* Gets the value of the period property.
*
* @return
* possible object is
* {@link OrderLineSummaryRevision.Period }
*
*/
public OrderLineSummaryRevision.Period getPeriod() {
return period;
}
/**
* Sets the value of the period property.
*
* @param value
* allowed object is
* {@link OrderLineSummaryRevision.Period }
*
*/
public void setPeriod(OrderLineSummaryRevision.Period value) {
this.period = value;
}
/**
* Gets the value of the createdBy property.
*
* @return
* possible object is
* {@link OrderLineSummaryRevision.CreatedBy }
*
*/
public OrderLineSummaryRevision.CreatedBy getCreatedBy() {
return createdBy;
}
/**
* Sets the value of the createdBy property.
*
* @param value
* allowed object is
* {@link OrderLineSummaryRevision.CreatedBy }
*
*/
public void setCreatedBy(OrderLineSummaryRevision.CreatedBy value) {
this.createdBy = value;
}
/**
* Gets the value of the updatedBy property.
*
* @return
* possible object is
* {@link OrderLineSummaryRevision.UpdatedBy }
*
*/
public OrderLineSummaryRevision.UpdatedBy getUpdatedBy() {
return updatedBy;
}
/**
* Sets the value of the updatedBy property.
*
* @param value
* allowed object is
* {@link OrderLineSummaryRevision.UpdatedBy }
*
*/
public void setUpdatedBy(OrderLineSummaryRevision.UpdatedBy value) {
this.updatedBy = value;
}
/**
* <p>Java class for anonymous complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="from" type="{}account-summary" minOccurs="0"/>
* <element name="to" type="{}account-summary" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"from",
"to"
})
public static class Account {
@XmlElementRef(name = "from", type = JAXBElement.class)
protected JAXBElement<AccountSummary> from;
@XmlElementRef(name = "to", type = JAXBElement.class)
protected JAXBElement<AccountSummary> to;
/**
* Gets the value of the from property.
*
* @return
* possible object is
* {@link JAXBElement }{@code <}{@link AccountSummary }{@code >}
*
*/
public JAXBElement<AccountSummary> getFrom() {
return from;
}
/**
* Sets the value of the from property.
*
* @param value
* allowed object is
* {@link JAXBElement }{@code <}{@link AccountSummary }{@code >}
*
*/
public void setFrom(JAXBElement<AccountSummary> value) {
this.from = ((JAXBElement<AccountSummary> ) value);
}
/**
* Gets the value of the to property.
*
* @return
* possible object is
* {@link JAXBElement }{@code <}{@link AccountSummary }{@code >}
*
*/
public JAXBElement<AccountSummary> getTo() {
return to;
}
/**
* Sets the value of the to property.
*
* @param value
* allowed object is
* {@link JAXBElement }{@code <}{@link AccountSummary }{@code >}
*
*/
public void setTo(JAXBElement<AccountSummary> value) {
this.to = ((JAXBElement<AccountSummary> ) value);
}
}
/**
* <p>Java class for anonymous complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="from" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
* <element name="to" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"from",
"to"
})
public static class AccountingTotal {
@XmlElementRef(name = "from", type = JAXBElement.class)
protected JAXBElement<BigDecimal> from;
@XmlElementRef(name = "to", type = JAXBElement.class)
protected JAXBElement<BigDecimal> to;
/**
* Gets the value of the from property.
*
* @return
* possible object is
* {@link JAXBElement }{@code <}{@link BigDecimal }{@code >}
*
*/
public JAXBElement<BigDecimal> getFrom() {
return from;
}
/**
* Sets the value of the from property.
*
* @param value
* allowed object is
* {@link JAXBElement }{@code <}{@link BigDecimal }{@code >}
*
*/
public void setFrom(JAXBElement<BigDecimal> value) {
this.from = ((JAXBElement<BigDecimal> ) value);
}
/**
* Gets the value of the to property.
*
* @return
* possible object is
* {@link JAXBElement }{@code <}{@link BigDecimal }{@code >}
*
*/
public JAXBElement<BigDecimal> getTo() {
return to;
}
/**
* Sets the value of the to property.
*
* @param value
* allowed object is
* {@link JAXBElement }{@code <}{@link BigDecimal }{@code >}
*
*/
public void setTo(JAXBElement<BigDecimal> value) {
this.to = ((JAXBElement<BigDecimal> ) value);
}
}
/**
* <p>Java class for anonymous complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="from" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="to" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"from",
"to"
})
public static class AccountingTotalCurrency {
@XmlElementRef(name = "from", type = JAXBElement.class)
protected JAXBElement<String> from;
@XmlElementRef(name = "to", type = JAXBElement.class)
protected JAXBElement<String> to;
/**
* Gets the value of the from property.
*
* @return
* possible object is
* {@link JAXBElement }{@code <}{@link String }{@code >}
*
*/
public JAXBElement<String> getFrom() {
return from;
}
/**
* Sets the value of the from property.
*
* @param value
* allowed object is
* {@link JAXBElement }{@code <}{@link String }{@code >}
*
*/
public void setFrom(JAXBElement<String> value) {
this.from = ((JAXBElement<String> ) value);
}
/**
* Gets the value of the to property.
*
* @return
* possible object is
* {@link JAXBElement }{@code <}{@link String }{@code >}
*
*/
public JAXBElement<String> getTo() {
return to;
}
/**
* Sets the value of the to property.
*
* @param value
* allowed object is
* {@link JAXBElement }{@code <}{@link String }{@code >}
*
*/
public void setTo(JAXBElement<String> value) {
this.to = ((JAXBElement<String> ) value);
}
}
/**
* <p>Java class for anonymous complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="asset-tag" type="{}asset-tag-summary" maxOccurs="unbounded" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"assetTag"
})
public static class AssetTags {
@XmlElement(name = "asset-tag")
protected List<AssetTagSummary> assetTag;
/**
* Gets the value of the assetTag property.
*
* <p>
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a <CODE>set</CODE> method for the assetTag property.
*
* <p>
* For example, to add a new item, do as follows:
* <pre>
* getAssetTag().add(newItem);
* </pre>
*
*
* <p>
* Objects of the following type(s) are allowed in the list
* {@link AssetTagSummary }
*
*
*/
public List<AssetTagSummary> getAssetTag() {
if (assetTag == null) {
assetTag = new ArrayList<AssetTagSummary>();
}
return this.assetTag;
}
}
/**
* <p>Java class for anonymous complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="attachment" type="{}attachment-summary" maxOccurs="unbounded" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"attachment"
})
public static class Attachments {
protected List<AttachmentSummary> attachment;
/**
* Gets the value of the attachment property.
*
* <p>
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a <CODE>set</CODE> method for the attachment property.
*
* <p>
* For example, to add a new item, do as follows:
* <pre>
* getAttachment().add(newItem);
* </pre>
*
*
* <p>
* Objects of the following type(s) are allowed in the list
* {@link AttachmentSummary }
*
*
*/
public List<AttachmentSummary> getAttachment() {
if (attachment == null) {
attachment = new ArrayList<AttachmentSummary>();
}
return this.attachment;
}
}
/**
* <p>Java class for anonymous complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="from" type="{}commodity-summary" minOccurs="0"/>
* <element name="to" type="{}commodity-summary" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"from",
"to"
})
public static class Commodity {
@XmlElementRef(name = "from", type = JAXBElement.class)
protected JAXBElement<CommoditySummary> from;
@XmlElementRef(name = "to", type = JAXBElement.class)
protected JAXBElement<CommoditySummary> to;
/**
* Gets the value of the from property.
*
* @return
* possible object is
* {@link JAXBElement }{@code <}{@link CommoditySummary }{@code >}
*
*/
public JAXBElement<CommoditySummary> getFrom() {
return from;
}
/**
* Sets the value of the from property.
*
* @param value
* allowed object is
* {@link JAXBElement }{@code <}{@link CommoditySummary }{@code >}
*
*/
public void setFrom(JAXBElement<CommoditySummary> value) {
this.from = ((JAXBElement<CommoditySummary> ) value);
}
/**
* Gets the value of the to property.
*
* @return
* possible object is
* {@link JAXBElement }{@code <}{@link CommoditySummary }{@code >}
*
*/
public JAXBElement<CommoditySummary> getTo() {
return to;
}
/**
* Sets the value of the to property.
*
* @param value
* allowed object is
* {@link JAXBElement }{@code <}{@link CommoditySummary }{@code >}
*
*/
public void setTo(JAXBElement<CommoditySummary> value) {
this.to = ((JAXBElement<CommoditySummary> ) value);
}
}
/**
* <p>Java class for anonymous complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="from" type="{}contract-summary" minOccurs="0"/>
* <element name="to" type="{}contract-summary" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"from",
"to"
})
public static class Contract {
@XmlElementRef(name = "from", type = JAXBElement.class)
protected JAXBElement<ContractSummary> from;
@XmlElementRef(name = "to", type = JAXBElement.class)
protected JAXBElement<ContractSummary> to;
/**
* Gets the value of the from property.
*
* @return
* possible object is
* {@link JAXBElement }{@code <}{@link ContractSummary }{@code >}
*
*/
public JAXBElement<ContractSummary> getFrom() {
return from;
}
/**
* Sets the value of the from property.
*
* @param value
* allowed object is
* {@link JAXBElement }{@code <}{@link ContractSummary }{@code >}
*
*/
public void setFrom(JAXBElement<ContractSummary> value) {
this.from = ((JAXBElement<ContractSummary> ) value);
}
/**
* Gets the value of the to property.
*
* @return
* possible object is
* {@link JAXBElement }{@code <}{@link ContractSummary }{@code >}
*
*/
public JAXBElement<ContractSummary> getTo() {
return to;
}
/**
* Sets the value of the to property.
*
* @param value
* allowed object is
* {@link JAXBElement }{@code <}{@link ContractSummary }{@code >}
*
*/
public void setTo(JAXBElement<ContractSummary> value) {
this.to = ((JAXBElement<ContractSummary> ) value);
}
}
/**
* <p>Java class for anonymous complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="from" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
* <element name="to" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"from",
"to"
})
public static class CreatedAt {
@XmlElementRef(name = "from", type = JAXBElement.class)
protected JAXBElement<XMLGregorianCalendar> from;
@XmlElementRef(name = "to", type = JAXBElement.class)
protected JAXBElement<XMLGregorianCalendar> to;
/**
* Gets the value of the from property.
*
* @return
* possible object is
* {@link JAXBElement }{@code <}{@link XMLGregorianCalendar }{@code >}
*
*/
public JAXBElement<XMLGregorianCalendar> getFrom() {
return from;
}
/**
* Sets the value of the from property.
*
* @param value
* allowed object is
* {@link JAXBElement }{@code <}{@link XMLGregorianCalendar }{@code >}
*
*/
public void setFrom(JAXBElement<XMLGregorianCalendar> value) {
this.from = ((JAXBElement<XMLGregorianCalendar> ) value);
}
/**
* Gets the value of the to property.
*
* @return
* possible object is
* {@link JAXBElement }{@code <}{@link XMLGregorianCalendar }{@code >}
*
*/
public JAXBElement<XMLGregorianCalendar> getTo() {
return to;
}
/**
* Sets the value of the to property.
*
* @param value
* allowed object is
* {@link JAXBElement }{@code <}{@link XMLGregorianCalendar }{@code >}
*
*/
public void setTo(JAXBElement<XMLGregorianCalendar> value) {
this.to = ((JAXBElement<XMLGregorianCalendar> ) value);
}
}
/**
* <p>Java class for anonymous complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="from" type="{}user-summary" minOccurs="0"/>
* <element name="to" type="{}user-summary" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"from",
"to"
})
public static class CreatedBy {
@XmlElementRef(name = "from", type = JAXBElement.class)
protected JAXBElement<UserSummary> from;
@XmlElementRef(name = "to", type = JAXBElement.class)
protected JAXBElement<UserSummary> to;
/**
* Gets the value of the from property.
*
* @return
* possible object is
* {@link JAXBElement }{@code <}{@link UserSummary }{@code >}
*
*/
public JAXBElement<UserSummary> getFrom() {
return from;
}
/**
* Sets the value of the from property.
*
* @param value
* allowed object is
* {@link JAXBElement }{@code <}{@link UserSummary }{@code >}
*
*/
public void setFrom(JAXBElement<UserSummary> value) {
this.from = ((JAXBElement<UserSummary> ) value);
}
/**
* Gets the value of the to property.
*
* @return
* possible object is
* {@link JAXBElement }{@code <}{@link UserSummary }{@code >}
*
*/
public JAXBElement<UserSummary> getTo() {
return to;
}
/**
* Sets the value of the to property.
*
* @param value
* allowed object is
* {@link JAXBElement }{@code <}{@link UserSummary }{@code >}
*
*/
public void setTo(JAXBElement<UserSummary> value) {
this.to = ((JAXBElement<UserSummary> ) value);
}
}
/**
* <p>Java class for anonymous complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="from" type="{}currency-summary" minOccurs="0"/>
* <element name="to" type="{}currency-summary" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"from",
"to"
})
public static class Currency {
@XmlElementRef(name = "from", type = JAXBElement.class)
protected JAXBElement<CurrencySummary> from;
@XmlElementRef(name = "to", type = JAXBElement.class)
protected JAXBElement<CurrencySummary> to;
/**
* Gets the value of the from property.
*
* @return
* possible object is
* {@link JAXBElement }{@code <}{@link CurrencySummary }{@code >}
*
*/
public JAXBElement<CurrencySummary> getFrom() {
return from;
}
/**
* Sets the value of the from property.
*
* @param value
* allowed object is
* {@link JAXBElement }{@code <}{@link CurrencySummary }{@code >}
*
*/
public void setFrom(JAXBElement<CurrencySummary> value) {
this.from = ((JAXBElement<CurrencySummary> ) value);
}
/**
* Gets the value of the to property.
*
* @return
* possible object is
* {@link JAXBElement }{@code <}{@link CurrencySummary }{@code >}
*
*/
public JAXBElement<CurrencySummary> getTo() {
return to;
}
/**
* Sets the value of the to property.
*
* @param value
* allowed object is
* {@link JAXBElement }{@code <}{@link CurrencySummary }{@code >}
*
*/
public void setTo(JAXBElement<CurrencySummary> value) {
this.to = ((JAXBElement<CurrencySummary> ) value);
}
}
/**
* <p>Java class for anonymous complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="from" type="{}department-summary" minOccurs="0"/>
* <element name="to" type="{}department-summary" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"from",
"to"
})
public static class Department {
@XmlElementRef(name = "from", type = JAXBElement.class)
protected JAXBElement<DepartmentSummary> from;
@XmlElementRef(name = "to", type = JAXBElement.class)
protected JAXBElement<DepartmentSummary> to;
/**
* Gets the value of the from property.
*
* @return
* possible object is
* {@link JAXBElement }{@code <}{@link DepartmentSummary }{@code >}
*
*/
public JAXBElement<DepartmentSummary> getFrom() {
return from;
}
/**
* Sets the value of the from property.
*
* @param value
* allowed object is
* {@link JAXBElement }{@code <}{@link DepartmentSummary }{@code >}
*
*/
public void setFrom(JAXBElement<DepartmentSummary> value) {
this.from = ((JAXBElement<DepartmentSummary> ) value);
}
/**
* Gets the value of the to property.
*
* @return
* possible object is
* {@link JAXBElement }{@code <}{@link DepartmentSummary }{@code >}
*
*/
public JAXBElement<DepartmentSummary> getTo() {
return to;
}
/**
* Sets the value of the to property.
*
* @param value
* allowed object is
* {@link JAXBElement }{@code <}{@link DepartmentSummary }{@code >}
*
*/
public void setTo(JAXBElement<DepartmentSummary> value) {
this.to = ((JAXBElement<DepartmentSummary> ) value);
}
}
/**
* <p>Java class for anonymous complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="from" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="to" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"from",
"to"
})
public static class Description {
@XmlElementRef(name = "from", type = JAXBElement.class)
protected JAXBElement<String> from;
@XmlElementRef(name = "to", type = JAXBElement.class)
protected JAXBElement<String> to;
/**
* Gets the value of the from property.
*
* @return
* possible object is
* {@link JAXBElement }{@code <}{@link String }{@code >}
*
*/
public JAXBElement<String> getFrom() {
return from;
}
/**
* Sets the value of the from property.
*
* @param value
* allowed object is
* {@link JAXBElement }{@code <}{@link String }{@code >}
*
*/
public void setFrom(JAXBElement<String> value) {
this.from = ((JAXBElement<String> ) value);
}
/**
* Gets the value of the to property.
*
* @return
* possible object is
* {@link JAXBElement }{@code <}{@link String }{@code >}
*
*/
public JAXBElement<String> getTo() {
return to;
}
/**
* Sets the value of the to property.
*
* @param value
* allowed object is
* {@link JAXBElement }{@code <}{@link String }{@code >}
*
*/
public void setTo(JAXBElement<String> value) {
this.to = ((JAXBElement<String> ) value);
}
}
/**
* <p>Java class for anonymous complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="from" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
* <element name="to" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"from",
"to"
})
public static class Invoiced {
@XmlElementRef(name = "from", type = JAXBElement.class)
protected JAXBElement<BigDecimal> from;
@XmlElementRef(name = "to", type = JAXBElement.class)
protected JAXBElement<BigDecimal> to;
/**
* Gets the value of the from property.
*
* @return
* possible object is
* {@link JAXBElement }{@code <}{@link BigDecimal }{@code >}
*
*/
public JAXBElement<BigDecimal> getFrom() {
return from;
}
/**
* Sets the value of the from property.
*
* @param value
* allowed object is
* {@link JAXBElement }{@code <}{@link BigDecimal }{@code >}
*
*/
public void setFrom(JAXBElement<BigDecimal> value) {
this.from = ((JAXBElement<BigDecimal> ) value);
}
/**
* Gets the value of the to property.
*
* @return
* possible object is
* {@link JAXBElement }{@code <}{@link BigDecimal }{@code >}
*
*/
public JAXBElement<BigDecimal> getTo() {
return to;
}
/**
* Sets the value of the to property.
*
* @param value
* allowed object is
* {@link JAXBElement }{@code <}{@link BigDecimal }{@code >}
*
*/
public void setTo(JAXBElement<BigDecimal> value) {
this.to = ((JAXBElement<BigDecimal> ) value);
}
}
/**
* <p>Java class for anonymous complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="from" type="{}item-summary" minOccurs="0"/>
* <element name="to" type="{}item-summary" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"from",
"to"
})
public static class Item {
@XmlElementRef(name = "from", type = JAXBElement.class)
protected JAXBElement<ItemSummary> from;
@XmlElementRef(name = "to", type = JAXBElement.class)
protected JAXBElement<ItemSummary> to;
/**
* Gets the value of the from property.
*
* @return
* possible object is
* {@link JAXBElement }{@code <}{@link ItemSummary }{@code >}
*
*/
public JAXBElement<ItemSummary> getFrom() {
return from;
}
/**
* Sets the value of the from property.
*
* @param value
* allowed object is
* {@link JAXBElement }{@code <}{@link ItemSummary }{@code >}
*
*/
public void setFrom(JAXBElement<ItemSummary> value) {
this.from = ((JAXBElement<ItemSummary> ) value);
}
/**
* Gets the value of the to property.
*
* @return
* possible object is
* {@link JAXBElement }{@code <}{@link ItemSummary }{@code >}
*
*/
public JAXBElement<ItemSummary> getTo() {
return to;
}
/**
* Sets the value of the to property.
*
* @param value
* allowed object is
* {@link JAXBElement }{@code <}{@link ItemSummary }{@code >}
*
*/
public void setTo(JAXBElement<ItemSummary> value) {
this.to = ((JAXBElement<ItemSummary> ) value);
}
}
/**
* <p>Java class for anonymous complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="from" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
* <element name="to" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"from",
"to"
})
public static class NeedByDate {
@XmlElementRef(name = "from", type = JAXBElement.class)
protected JAXBElement<XMLGregorianCalendar> from;
@XmlElementRef(name = "to", type = JAXBElement.class)
protected JAXBElement<XMLGregorianCalendar> to;
/**
* Gets the value of the from property.
*
* @return
* possible object is
* {@link JAXBElement }{@code <}{@link XMLGregorianCalendar }{@code >}
*
*/
public JAXBElement<XMLGregorianCalendar> getFrom() {
return from;
}
/**
* Sets the value of the from property.
*
* @param value
* allowed object is
* {@link JAXBElement }{@code <}{@link XMLGregorianCalendar }{@code >}
*
*/
public void setFrom(JAXBElement<XMLGregorianCalendar> value) {
this.from = ((JAXBElement<XMLGregorianCalendar> ) value);
}
/**
* Gets the value of the to property.
*
* @return
* possible object is
* {@link JAXBElement }{@code <}{@link XMLGregorianCalendar }{@code >}
*
*/
public JAXBElement<XMLGregorianCalendar> getTo() {
return to;
}
/**
* Sets the value of the to property.
*
* @param value
* allowed object is
* {@link JAXBElement }{@code <}{@link XMLGregorianCalendar }{@code >}
*
*/
public void setTo(JAXBElement<XMLGregorianCalendar> value) {
this.to = ((JAXBElement<XMLGregorianCalendar> ) value);
}
}
/**
* <p>Java class for anonymous complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="from" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
* <element name="to" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"from",
"to"
})
public static class OrderHeaderId {
@XmlElementRef(name = "from", type = JAXBElement.class)
protected JAXBElement<BigInteger> from;
@XmlElementRef(name = "to", type = JAXBElement.class)
protected JAXBElement<BigInteger> to;
/**
* Gets the value of the from property.
*
* @return
* possible object is
* {@link JAXBElement }{@code <}{@link BigInteger }{@code >}
*
*/
public JAXBElement<BigInteger> getFrom() {
return from;
}
/**
* Sets the value of the from property.
*
* @param value
* allowed object is
* {@link JAXBElement }{@code <}{@link BigInteger }{@code >}
*
*/
public void setFrom(JAXBElement<BigInteger> value) {
this.from = ((JAXBElement<BigInteger> ) value);
}
/**
* Gets the value of the to property.
*
* @return
* possible object is
* {@link JAXBElement }{@code <}{@link BigInteger }{@code >}
*
*/
public JAXBElement<BigInteger> getTo() {
return to;
}
/**
* Sets the value of the to property.
*
* @param value
* allowed object is
* {@link JAXBElement }{@code <}{@link BigInteger }{@code >}
*
*/
public void setTo(JAXBElement<BigInteger> value) {
this.to = ((JAXBElement<BigInteger> ) value);
}
}
/**
* <p>Java class for anonymous complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="from" type="{}period-summary" minOccurs="0"/>
* <element name="to" type="{}period-summary" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"from",
"to"
})
public static class Period {
@XmlElementRef(name = "from", type = JAXBElement.class)
protected JAXBElement<PeriodSummary> from;
@XmlElementRef(name = "to", type = JAXBElement.class)
protected JAXBElement<PeriodSummary> to;
/**
* Gets the value of the from property.
*
* @return
* possible object is
* {@link JAXBElement }{@code <}{@link PeriodSummary }{@code >}
*
*/
public JAXBElement<PeriodSummary> getFrom() {
return from;
}
/**
* Sets the value of the from property.
*
* @param value
* allowed object is
* {@link JAXBElement }{@code <}{@link PeriodSummary }{@code >}
*
*/
public void setFrom(JAXBElement<PeriodSummary> value) {
this.from = ((JAXBElement<PeriodSummary> ) value);
}
/**
* Gets the value of the to property.
*
* @return
* possible object is
* {@link JAXBElement }{@code <}{@link PeriodSummary }{@code >}
*
*/
public JAXBElement<PeriodSummary> getTo() {
return to;
}
/**
* Sets the value of the to property.
*
* @param value
* allowed object is
* {@link JAXBElement }{@code <}{@link PeriodSummary }{@code >}
*
*/
public void setTo(JAXBElement<PeriodSummary> value) {
this.to = ((JAXBElement<PeriodSummary> ) value);
}
}
/**
* <p>Java class for anonymous complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="from" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
* <element name="to" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"from",
"to"
})
public static class Price {
@XmlElementRef(name = "from", type = JAXBElement.class)
protected JAXBElement<BigDecimal> from;
@XmlElementRef(name = "to", type = JAXBElement.class)
protected JAXBElement<BigDecimal> to;
/**
* Gets the value of the from property.
*
* @return
* possible object is
* {@link JAXBElement }{@code <}{@link BigDecimal }{@code >}
*
*/
public JAXBElement<BigDecimal> getFrom() {
return from;
}
/**
* Sets the value of the from property.
*
* @param value
* allowed object is
* {@link JAXBElement }{@code <}{@link BigDecimal }{@code >}
*
*/
public void setFrom(JAXBElement<BigDecimal> value) {
this.from = ((JAXBElement<BigDecimal> ) value);
}
/**
* Gets the value of the to property.
*
* @return
* possible object is
* {@link JAXBElement }{@code <}{@link BigDecimal }{@code >}
*
*/
public JAXBElement<BigDecimal> getTo() {
return to;
}
/**
* Sets the value of the to property.
*
* @param value
* allowed object is
* {@link JAXBElement }{@code <}{@link BigDecimal }{@code >}
*
*/
public void setTo(JAXBElement<BigDecimal> value) {
this.to = ((JAXBElement<BigDecimal> ) value);
}
}
/**
* <p>Java class for anonymous complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="from" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
* <element name="to" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"from",
"to"
})
public static class Quantity {
@XmlElementRef(name = "from", type = JAXBElement.class)
protected JAXBElement<Float> from;
@XmlElementRef(name = "to", type = JAXBElement.class)
protected JAXBElement<Float> to;
/**
* Gets the value of the from property.
*
* @return
* possible object is
* {@link JAXBElement }{@code <}{@link Float }{@code >}
*
*/
public JAXBElement<Float> getFrom() {
return from;
}
/**
* Sets the value of the from property.
*
* @param value
* allowed object is
* {@link JAXBElement }{@code <}{@link Float }{@code >}
*
*/
public void setFrom(JAXBElement<Float> value) {
this.from = ((JAXBElement<Float> ) value);
}
/**
* Gets the value of the to property.
*
* @return
* possible object is
* {@link JAXBElement }{@code <}{@link Float }{@code >}
*
*/
public JAXBElement<Float> getTo() {
return to;
}
/**
* Sets the value of the to property.
*
* @param value
* allowed object is
* {@link JAXBElement }{@code <}{@link Float }{@code >}
*
*/
public void setTo(JAXBElement<Float> value) {
this.to = ((JAXBElement<Float> ) value);
}
}
/**
* <p>Java class for anonymous complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="from" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
* <element name="to" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"from",
"to"
})
public static class Received {
@XmlElementRef(name = "from", type = JAXBElement.class)
protected JAXBElement<BigDecimal> from;
@XmlElementRef(name = "to", type = JAXBElement.class)
protected JAXBElement<BigDecimal> to;
/**
* Gets the value of the from property.
*
* @return
* possible object is
* {@link JAXBElement }{@code <}{@link BigDecimal }{@code >}
*
*/
public JAXBElement<BigDecimal> getFrom() {
return from;
}
/**
* Sets the value of the from property.
*
* @param value
* allowed object is
* {@link JAXBElement }{@code <}{@link BigDecimal }{@code >}
*
*/
public void setFrom(JAXBElement<BigDecimal> value) {
this.from = ((JAXBElement<BigDecimal> ) value);
}
/**
* Gets the value of the to property.
*
* @return
* possible object is
* {@link JAXBElement }{@code <}{@link BigDecimal }{@code >}
*
*/
public JAXBElement<BigDecimal> getTo() {
return to;
}
/**
* Sets the value of the to property.
*
* @param value
* allowed object is
* {@link JAXBElement }{@code <}{@link BigDecimal }{@code >}
*
*/
public void setTo(JAXBElement<BigDecimal> value) {
this.to = ((JAXBElement<BigDecimal> ) value);
}
}
/**
* <p>Java class for anonymous complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="from" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
* <element name="to" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"from",
"to"
})
public static class ReportingTotal {
@XmlElementRef(name = "from", type = JAXBElement.class)
protected JAXBElement<BigDecimal> from;
@XmlElementRef(name = "to", type = JAXBElement.class)
protected JAXBElement<BigDecimal> to;
/**
* Gets the value of the from property.
*
* @return
* possible object is
* {@link JAXBElement }{@code <}{@link BigDecimal }{@code >}
*
*/
public JAXBElement<BigDecimal> getFrom() {
return from;
}
/**
* Sets the value of the from property.
*
* @param value
* allowed object is
* {@link JAXBElement }{@code <}{@link BigDecimal }{@code >}
*
*/
public void setFrom(JAXBElement<BigDecimal> value) {
this.from = ((JAXBElement<BigDecimal> ) value);
}
/**
* Gets the value of the to property.
*
* @return
* possible object is
* {@link JAXBElement }{@code <}{@link BigDecimal }{@code >}
*
*/
public JAXBElement<BigDecimal> getTo() {
return to;
}
/**
* Sets the value of the to property.
*
* @param value
* allowed object is
* {@link JAXBElement }{@code <}{@link BigDecimal }{@code >}
*
*/
public void setTo(JAXBElement<BigDecimal> value) {
this.to = ((JAXBElement<BigDecimal> ) value);
}
}
/**
* <p>Java class for anonymous complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="from" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
* <element name="to" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"from",
"to"
})
public static class SavingsPct {
@XmlElementRef(name = "from", type = JAXBElement.class)
protected JAXBElement<BigDecimal> from;
@XmlElementRef(name = "to", type = JAXBElement.class)
protected JAXBElement<BigDecimal> to;
/**
* Gets the value of the from property.
*
* @return
* possible object is
* {@link JAXBElement }{@code <}{@link BigDecimal }{@code >}
*
*/
public JAXBElement<BigDecimal> getFrom() {
return from;
}
/**
* Sets the value of the from property.
*
* @param value
* allowed object is
* {@link JAXBElement }{@code <}{@link BigDecimal }{@code >}
*
*/
public void setFrom(JAXBElement<BigDecimal> value) {
this.from = ((JAXBElement<BigDecimal> ) value);
}
/**
* Gets the value of the to property.
*
* @return
* possible object is
* {@link JAXBElement }{@code <}{@link BigDecimal }{@code >}
*
*/
public JAXBElement<BigDecimal> getTo() {
return to;
}
/**
* Sets the value of the to property.
*
* @param value
* allowed object is
* {@link JAXBElement }{@code <}{@link BigDecimal }{@code >}
*
*/
public void setTo(JAXBElement<BigDecimal> value) {
this.to = ((JAXBElement<BigDecimal> ) value);
}
}
/**
* <p>Java class for anonymous complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="from" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="to" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"from",
"to"
})
public static class SourcePartNum {
@XmlElementRef(name = "from", type = JAXBElement.class)
protected JAXBElement<String> from;
@XmlElementRef(name = "to", type = JAXBElement.class)
protected JAXBElement<String> to;
/**
* Gets the value of the from property.
*
* @return
* possible object is
* {@link JAXBElement }{@code <}{@link String }{@code >}
*
*/
public JAXBElement<String> getFrom() {
return from;
}
/**
* Sets the value of the from property.
*
* @param value
* allowed object is
* {@link JAXBElement }{@code <}{@link String }{@code >}
*
*/
public void setFrom(JAXBElement<String> value) {
this.from = ((JAXBElement<String> ) value);
}
/**
* Gets the value of the to property.
*
* @return
* possible object is
* {@link JAXBElement }{@code <}{@link String }{@code >}
*
*/
public JAXBElement<String> getTo() {
return to;
}
/**
* Sets the value of the to property.
*
* @param value
* allowed object is
* {@link JAXBElement }{@code <}{@link String }{@code >}
*
*/
public void setTo(JAXBElement<String> value) {
this.to = ((JAXBElement<String> ) value);
}
}
/**
* <p>Java class for anonymous complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="from" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="to" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"from",
"to"
})
public static class Status {
@XmlElementRef(name = "from", type = JAXBElement.class)
protected JAXBElement<String> from;
@XmlElementRef(name = "to", type = JAXBElement.class)
protected JAXBElement<String> to;
/**
* Gets the value of the from property.
*
* @return
* possible object is
* {@link JAXBElement }{@code <}{@link String }{@code >}
*
*/
public JAXBElement<String> getFrom() {
return from;
}
/**
* Sets the value of the from property.
*
* @param value
* allowed object is
* {@link JAXBElement }{@code <}{@link String }{@code >}
*
*/
public void setFrom(JAXBElement<String> value) {
this.from = ((JAXBElement<String> ) value);
}
/**
* Gets the value of the to property.
*
* @return
* possible object is
* {@link JAXBElement }{@code <}{@link String }{@code >}
*
*/
public JAXBElement<String> getTo() {
return to;
}
/**
* Sets the value of the to property.
*
* @param value
* allowed object is
* {@link JAXBElement }{@code <}{@link String }{@code >}
*
*/
public void setTo(JAXBElement<String> value) {
this.to = ((JAXBElement<String> ) value);
}
}
/**
* <p>Java class for anonymous complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="from" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
* <element name="to" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"from",
"to"
})
public static class SubLineNum {
@XmlElementRef(name = "from", type = JAXBElement.class)
protected JAXBElement<BigInteger> from;
@XmlElementRef(name = "to", type = JAXBElement.class)
protected JAXBElement<BigInteger> to;
/**
* Gets the value of the from property.
*
* @return
* possible object is
* {@link JAXBElement }{@code <}{@link BigInteger }{@code >}
*
*/
public JAXBElement<BigInteger> getFrom() {
return from;
}
/**
* Sets the value of the from property.
*
* @param value
* allowed object is
* {@link JAXBElement }{@code <}{@link BigInteger }{@code >}
*
*/
public void setFrom(JAXBElement<BigInteger> value) {
this.from = ((JAXBElement<BigInteger> ) value);
}
/**
* Gets the value of the to property.
*
* @return
* possible object is
* {@link JAXBElement }{@code <}{@link BigInteger }{@code >}
*
*/
public JAXBElement<BigInteger> getTo() {
return to;
}
/**
* Sets the value of the to property.
*
* @param value
* allowed object is
* {@link JAXBElement }{@code <}{@link BigInteger }{@code >}
*
*/
public void setTo(JAXBElement<BigInteger> value) {
this.to = ((JAXBElement<BigInteger> ) value);
}
}
/**
* <p>Java class for anonymous complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="from" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="to" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"from",
"to"
})
public static class SuppAuxPartNum {
@XmlElementRef(name = "from", type = JAXBElement.class)
protected JAXBElement<String> from;
@XmlElementRef(name = "to", type = JAXBElement.class)
protected JAXBElement<String> to;
/**
* Gets the value of the from property.
*
* @return
* possible object is
* {@link JAXBElement }{@code <}{@link String }{@code >}
*
*/
public JAXBElement<String> getFrom() {
return from;
}
/**
* Sets the value of the from property.
*
* @param value
* allowed object is
* {@link JAXBElement }{@code <}{@link String }{@code >}
*
*/
public void setFrom(JAXBElement<String> value) {
this.from = ((JAXBElement<String> ) value);
}
/**
* Gets the value of the to property.
*
* @return
* possible object is
* {@link JAXBElement }{@code <}{@link String }{@code >}
*
*/
public JAXBElement<String> getTo() {
return to;
}
/**
* Sets the value of the to property.
*
* @param value
* allowed object is
* {@link JAXBElement }{@code <}{@link String }{@code >}
*
*/
public void setTo(JAXBElement<String> value) {
this.to = ((JAXBElement<String> ) value);
}
}
/**
* <p>Java class for anonymous complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="from" type="{}supplier-summary" minOccurs="0"/>
* <element name="to" type="{}supplier-summary" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"from",
"to"
})
public static class Supplier {
@XmlElementRef(name = "from", type = JAXBElement.class)
protected JAXBElement<SupplierSummary> from;
@XmlElementRef(name = "to", type = JAXBElement.class)
protected JAXBElement<SupplierSummary> to;
/**
* Gets the value of the from property.
*
* @return
* possible object is
* {@link JAXBElement }{@code <}{@link SupplierSummary }{@code >}
*
*/
public JAXBElement<SupplierSummary> getFrom() {
return from;
}
/**
* Sets the value of the from property.
*
* @param value
* allowed object is
* {@link JAXBElement }{@code <}{@link SupplierSummary }{@code >}
*
*/
public void setFrom(JAXBElement<SupplierSummary> value) {
this.from = ((JAXBElement<SupplierSummary> ) value);
}
/**
* Gets the value of the to property.
*
* @return
* possible object is
* {@link JAXBElement }{@code <}{@link SupplierSummary }{@code >}
*
*/
public JAXBElement<SupplierSummary> getTo() {
return to;
}
/**
* Sets the value of the to property.
*
* @param value
* allowed object is
* {@link JAXBElement }{@code <}{@link SupplierSummary }{@code >}
*
*/
public void setTo(JAXBElement<SupplierSummary> value) {
this.to = ((JAXBElement<SupplierSummary> ) value);
}
}
/**
* <p>Java class for anonymous complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="from" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="to" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"from",
"to"
})
public static class SupplierOrderNumber {
@XmlElementRef(name = "from", type = JAXBElement.class)
protected JAXBElement<String> from;
@XmlElementRef(name = "to", type = JAXBElement.class)
protected JAXBElement<String> to;
/**
* Gets the value of the from property.
*
* @return
* possible object is
* {@link JAXBElement }{@code <}{@link String }{@code >}
*
*/
public JAXBElement<String> getFrom() {
return from;
}
/**
* Sets the value of the from property.
*
* @param value
* allowed object is
* {@link JAXBElement }{@code <}{@link String }{@code >}
*
*/
public void setFrom(JAXBElement<String> value) {
this.from = ((JAXBElement<String> ) value);
}
/**
* Gets the value of the to property.
*
* @return
* possible object is
* {@link JAXBElement }{@code <}{@link String }{@code >}
*
*/
public JAXBElement<String> getTo() {
return to;
}
/**
* Sets the value of the to property.
*
* @param value
* allowed object is
* {@link JAXBElement }{@code <}{@link String }{@code >}
*
*/
public void setTo(JAXBElement<String> value) {
this.to = ((JAXBElement<String> ) value);
}
}
/**
* <p>Java class for anonymous complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="from" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
* <element name="to" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"from",
"to"
})
public static class Total {
@XmlElementRef(name = "from", type = JAXBElement.class)
protected JAXBElement<BigDecimal> from;
@XmlElementRef(name = "to", type = JAXBElement.class)
protected JAXBElement<BigDecimal> to;
/**
* Gets the value of the from property.
*
* @return
* possible object is
* {@link JAXBElement }{@code <}{@link BigDecimal }{@code >}
*
*/
public JAXBElement<BigDecimal> getFrom() {
return from;
}
/**
* Sets the value of the from property.
*
* @param value
* allowed object is
* {@link JAXBElement }{@code <}{@link BigDecimal }{@code >}
*
*/
public void setFrom(JAXBElement<BigDecimal> value) {
this.from = ((JAXBElement<BigDecimal> ) value);
}
/**
* Gets the value of the to property.
*
* @return
* possible object is
* {@link JAXBElement }{@code <}{@link BigDecimal }{@code >}
*
*/
public JAXBElement<BigDecimal> getTo() {
return to;
}
/**
* Sets the value of the to property.
*
* @param value
* allowed object is
* {@link JAXBElement }{@code <}{@link BigDecimal }{@code >}
*
*/
public void setTo(JAXBElement<BigDecimal> value) {
this.to = ((JAXBElement<BigDecimal> ) value);
}
}
/**
* <p>Java class for anonymous complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="from" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="to" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"from",
"to"
})
public static class Type {
@XmlElementRef(name = "from", type = JAXBElement.class)
protected JAXBElement<String> from;
@XmlElementRef(name = "to", type = JAXBElement.class)
protected JAXBElement<String> to;
/**
* Gets the value of the from property.
*
* @return
* possible object is
* {@link JAXBElement }{@code <}{@link String }{@code >}
*
*/
public JAXBElement<String> getFrom() {
return from;
}
/**
* Sets the value of the from property.
*
* @param value
* allowed object is
* {@link JAXBElement }{@code <}{@link String }{@code >}
*
*/
public void setFrom(JAXBElement<String> value) {
this.from = ((JAXBElement<String> ) value);
}
/**
* Gets the value of the to property.
*
* @return
* possible object is
* {@link JAXBElement }{@code <}{@link String }{@code >}
*
*/
public JAXBElement<String> getTo() {
return to;
}
/**
* Sets the value of the to property.
*
* @param value
* allowed object is
* {@link JAXBElement }{@code <}{@link String }{@code >}
*
*/
public void setTo(JAXBElement<String> value) {
this.to = ((JAXBElement<String> ) value);
}
}
/**
* <p>Java class for anonymous complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="from" type="{}uom-summary" minOccurs="0"/>
* <element name="to" type="{}uom-summary" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"from",
"to"
})
public static class Uom {
@XmlElementRef(name = "from", type = JAXBElement.class)
protected JAXBElement<UomSummary> from;
@XmlElementRef(name = "to", type = JAXBElement.class)
protected JAXBElement<UomSummary> to;
/**
* Gets the value of the from property.
*
* @return
* possible object is
* {@link JAXBElement }{@code <}{@link UomSummary }{@code >}
*
*/
public JAXBElement<UomSummary> getFrom() {
return from;
}
/**
* Sets the value of the from property.
*
* @param value
* allowed object is
* {@link JAXBElement }{@code <}{@link UomSummary }{@code >}
*
*/
public void setFrom(JAXBElement<UomSummary> value) {
this.from = ((JAXBElement<UomSummary> ) value);
}
/**
* Gets the value of the to property.
*
* @return
* possible object is
* {@link JAXBElement }{@code <}{@link UomSummary }{@code >}
*
*/
public JAXBElement<UomSummary> getTo() {
return to;
}
/**
* Sets the value of the to property.
*
* @param value
* allowed object is
* {@link JAXBElement }{@code <}{@link UomSummary }{@code >}
*
*/
public void setTo(JAXBElement<UomSummary> value) {
this.to = ((JAXBElement<UomSummary> ) value);
}
}
/**
* <p>Java class for anonymous complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="from" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
* <element name="to" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"from",
"to"
})
public static class UpdatedAt {
@XmlElementRef(name = "from", type = JAXBElement.class)
protected JAXBElement<XMLGregorianCalendar> from;
@XmlElementRef(name = "to", type = JAXBElement.class)
protected JAXBElement<XMLGregorianCalendar> to;
/**
* Gets the value of the from property.
*
* @return
* possible object is
* {@link JAXBElement }{@code <}{@link XMLGregorianCalendar }{@code >}
*
*/
public JAXBElement<XMLGregorianCalendar> getFrom() {
return from;
}
/**
* Sets the value of the from property.
*
* @param value
* allowed object is
* {@link JAXBElement }{@code <}{@link XMLGregorianCalendar }{@code >}
*
*/
public void setFrom(JAXBElement<XMLGregorianCalendar> value) {
this.from = ((JAXBElement<XMLGregorianCalendar> ) value);
}
/**
* Gets the value of the to property.
*
* @return
* possible object is
* {@link JAXBElement }{@code <}{@link XMLGregorianCalendar }{@code >}
*
*/
public JAXBElement<XMLGregorianCalendar> getTo() {
return to;
}
/**
* Sets the value of the to property.
*
* @param value
* allowed object is
* {@link JAXBElement }{@code <}{@link XMLGregorianCalendar }{@code >}
*
*/
public void setTo(JAXBElement<XMLGregorianCalendar> value) {
this.to = ((JAXBElement<XMLGregorianCalendar> ) value);
}
}
/**
* <p>Java class for anonymous complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="from" type="{}user-summary" minOccurs="0"/>
* <element name="to" type="{}user-summary" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"from",
"to"
})
public static class UpdatedBy {
@XmlElementRef(name = "from", type = JAXBElement.class)
protected JAXBElement<UserSummary> from;
@XmlElementRef(name = "to", type = JAXBElement.class)
protected JAXBElement<UserSummary> to;
/**
* Gets the value of the from property.
*
* @return
* possible object is
* {@link JAXBElement }{@code <}{@link UserSummary }{@code >}
*
*/
public JAXBElement<UserSummary> getFrom() {
return from;
}
/**
* Sets the value of the from property.
*
* @param value
* allowed object is
* {@link JAXBElement }{@code <}{@link UserSummary }{@code >}
*
*/
public void setFrom(JAXBElement<UserSummary> value) {
this.from = ((JAXBElement<UserSummary> ) value);
}
/**
* Gets the value of the to property.
*
* @return
* possible object is
* {@link JAXBElement }{@code <}{@link UserSummary }{@code >}
*
*/
public JAXBElement<UserSummary> getTo() {
return to;
}
/**
* Sets the value of the to property.
*
* @param value
* allowed object is
* {@link JAXBElement }{@code <}{@link UserSummary }{@code >}
*
*/
public void setTo(JAXBElement<UserSummary> value) {
this.to = ((JAXBElement<UserSummary> ) value);
}
}
/**
* <p>Java class for anonymous complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="from" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
* <element name="to" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"from",
"to"
})
public static class Version {
@XmlElementRef(name = "from", type = JAXBElement.class)
protected JAXBElement<BigInteger> from;
@XmlElementRef(name = "to", type = JAXBElement.class)
protected JAXBElement<BigInteger> to;
/**
* Gets the value of the from property.
*
* @return
* possible object is
* {@link JAXBElement }{@code <}{@link BigInteger }{@code >}
*
*/
public JAXBElement<BigInteger> getFrom() {
return from;
}
/**
* Sets the value of the from property.
*
* @param value
* allowed object is
* {@link JAXBElement }{@code <}{@link BigInteger }{@code >}
*
*/
public void setFrom(JAXBElement<BigInteger> value) {
this.from = ((JAXBElement<BigInteger> ) value);
}
/**
* Gets the value of the to property.
*
* @return
* possible object is
* {@link JAXBElement }{@code <}{@link BigInteger }{@code >}
*
*/
public JAXBElement<BigInteger> getTo() {
return to;
}
/**
* Sets the value of the to property.
*
* @param value
* allowed object is
* {@link JAXBElement }{@code <}{@link BigInteger }{@code >}
*
*/
public void setTo(JAXBElement<BigInteger> value) {
this.to = ((JAXBElement<BigInteger> ) value);
}
}
}