/**
* 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.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.XmlRootElement;
import javax.xml.bind.annotation.XmlSchemaType;
import javax.xml.bind.annotation.XmlType;
import javax.xml.datatype.XMLGregorianCalendar;
/**
* <p>Java class for order-header-revision complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* <complexType name="order-header-revision">
* <complexContent>
* <extension base="{}resource">
* <sequence>
* <element name="revision-record">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="revision" type="{http://www.w3.org/2001/XMLSchema}integer"/>
* <element name="id" type="{http://www.w3.org/2001/XMLSchema}integer"/>
* <element name="created-at" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
* <element name="created-by" type="{http://www.w3.org/2001/XMLSchema}integer"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <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="acknowledged-flag" 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="transmission-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="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="exported" 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="ship-to-address" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="from" type="{}address-summary" minOccurs="0"/>
* <element name="to" type="{}address-summary" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="ship-to-user" 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="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="payment-term" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="from" type="{}payment-term-summary" minOccurs="0"/>
* <element name="to" type="{}payment-term-summary" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="shipping-term" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="from" type="{}shipping-term-summary" minOccurs="0"/>
* <element name="to" type="{}shipping-term-summary" 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-link-summary" maxOccurs="unbounded" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="order-lines" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="order-line" type="{}order-line-summary-revision" maxOccurs="unbounded" 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>
* </extension>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "order-header-revision", propOrder = {
"revisionRecord",
"createdAt",
"updatedAt",
"acknowledgedFlag",
"status",
"transmissionStatus",
"version",
"exported",
"shipToAddress",
"shipToUser",
"supplier",
"paymentTerm",
"shippingTerm",
"attachments",
"orderLines",
"createdBy",
"updatedBy"
})
@XmlRootElement
public class OrderHeaderRevision
extends Resource
{
@XmlElement(name = "revision-record", required = true)
protected OrderHeaderRevision.RevisionRecord revisionRecord;
@XmlElement(name = "created-at")
protected OrderHeaderRevision.CreatedAt createdAt;
@XmlElement(name = "updated-at")
protected OrderHeaderRevision.UpdatedAt updatedAt;
@XmlElement(name = "acknowledged-flag")
protected OrderHeaderRevision.AcknowledgedFlag acknowledgedFlag;
protected OrderHeaderRevision.Status status;
@XmlElement(name = "transmission-status")
protected OrderHeaderRevision.TransmissionStatus transmissionStatus;
protected OrderHeaderRevision.Version version;
protected OrderHeaderRevision.Exported exported;
@XmlElement(name = "ship-to-address")
protected OrderHeaderRevision.ShipToAddress shipToAddress;
@XmlElement(name = "ship-to-user")
protected OrderHeaderRevision.ShipToUser shipToUser;
protected OrderHeaderRevision.Supplier supplier;
@XmlElement(name = "payment-term")
protected OrderHeaderRevision.PaymentTerm paymentTerm;
@XmlElement(name = "shipping-term")
protected OrderHeaderRevision.ShippingTerm shippingTerm;
protected OrderHeaderRevision.Attachments attachments;
@XmlElement(name = "order-lines")
protected OrderHeaderRevision.OrderLines orderLines;
@XmlElement(name = "created-by")
protected OrderHeaderRevision.CreatedBy createdBy;
@XmlElement(name = "updated-by")
protected OrderHeaderRevision.UpdatedBy updatedBy;
/**
* Gets the value of the revisionRecord property.
*
* @return
* possible object is
* {@link OrderHeaderRevision.RevisionRecord }
*
*/
public OrderHeaderRevision.RevisionRecord getRevisionRecord() {
return revisionRecord;
}
/**
* Sets the value of the revisionRecord property.
*
* @param value
* allowed object is
* {@link OrderHeaderRevision.RevisionRecord }
*
*/
public void setRevisionRecord(OrderHeaderRevision.RevisionRecord value) {
this.revisionRecord = value;
}
/**
* Gets the value of the createdAt property.
*
* @return
* possible object is
* {@link OrderHeaderRevision.CreatedAt }
*
*/
public OrderHeaderRevision.CreatedAt getCreatedAt() {
return createdAt;
}
/**
* Sets the value of the createdAt property.
*
* @param value
* allowed object is
* {@link OrderHeaderRevision.CreatedAt }
*
*/
public void setCreatedAt(OrderHeaderRevision.CreatedAt value) {
this.createdAt = value;
}
/**
* Gets the value of the updatedAt property.
*
* @return
* possible object is
* {@link OrderHeaderRevision.UpdatedAt }
*
*/
public OrderHeaderRevision.UpdatedAt getUpdatedAt() {
return updatedAt;
}
/**
* Sets the value of the updatedAt property.
*
* @param value
* allowed object is
* {@link OrderHeaderRevision.UpdatedAt }
*
*/
public void setUpdatedAt(OrderHeaderRevision.UpdatedAt value) {
this.updatedAt = value;
}
/**
* Gets the value of the acknowledgedFlag property.
*
* @return
* possible object is
* {@link OrderHeaderRevision.AcknowledgedFlag }
*
*/
public OrderHeaderRevision.AcknowledgedFlag getAcknowledgedFlag() {
return acknowledgedFlag;
}
/**
* Sets the value of the acknowledgedFlag property.
*
* @param value
* allowed object is
* {@link OrderHeaderRevision.AcknowledgedFlag }
*
*/
public void setAcknowledgedFlag(OrderHeaderRevision.AcknowledgedFlag value) {
this.acknowledgedFlag = value;
}
/**
* Gets the value of the status property.
*
* @return
* possible object is
* {@link OrderHeaderRevision.Status }
*
*/
public OrderHeaderRevision.Status getStatus() {
return status;
}
/**
* Sets the value of the status property.
*
* @param value
* allowed object is
* {@link OrderHeaderRevision.Status }
*
*/
public void setStatus(OrderHeaderRevision.Status value) {
this.status = value;
}
/**
* Gets the value of the transmissionStatus property.
*
* @return
* possible object is
* {@link OrderHeaderRevision.TransmissionStatus }
*
*/
public OrderHeaderRevision.TransmissionStatus getTransmissionStatus() {
return transmissionStatus;
}
/**
* Sets the value of the transmissionStatus property.
*
* @param value
* allowed object is
* {@link OrderHeaderRevision.TransmissionStatus }
*
*/
public void setTransmissionStatus(OrderHeaderRevision.TransmissionStatus value) {
this.transmissionStatus = value;
}
/**
* Gets the value of the version property.
*
* @return
* possible object is
* {@link OrderHeaderRevision.Version }
*
*/
public OrderHeaderRevision.Version getVersion() {
return version;
}
/**
* Sets the value of the version property.
*
* @param value
* allowed object is
* {@link OrderHeaderRevision.Version }
*
*/
public void setVersion(OrderHeaderRevision.Version value) {
this.version = value;
}
/**
* Gets the value of the exported property.
*
* @return
* possible object is
* {@link OrderHeaderRevision.Exported }
*
*/
public OrderHeaderRevision.Exported getExported() {
return exported;
}
/**
* Sets the value of the exported property.
*
* @param value
* allowed object is
* {@link OrderHeaderRevision.Exported }
*
*/
public void setExported(OrderHeaderRevision.Exported value) {
this.exported = value;
}
/**
* Gets the value of the shipToAddress property.
*
* @return
* possible object is
* {@link OrderHeaderRevision.ShipToAddress }
*
*/
public OrderHeaderRevision.ShipToAddress getShipToAddress() {
return shipToAddress;
}
/**
* Sets the value of the shipToAddress property.
*
* @param value
* allowed object is
* {@link OrderHeaderRevision.ShipToAddress }
*
*/
public void setShipToAddress(OrderHeaderRevision.ShipToAddress value) {
this.shipToAddress = value;
}
/**
* Gets the value of the shipToUser property.
*
* @return
* possible object is
* {@link OrderHeaderRevision.ShipToUser }
*
*/
public OrderHeaderRevision.ShipToUser getShipToUser() {
return shipToUser;
}
/**
* Sets the value of the shipToUser property.
*
* @param value
* allowed object is
* {@link OrderHeaderRevision.ShipToUser }
*
*/
public void setShipToUser(OrderHeaderRevision.ShipToUser value) {
this.shipToUser = value;
}
/**
* Gets the value of the supplier property.
*
* @return
* possible object is
* {@link OrderHeaderRevision.Supplier }
*
*/
public OrderHeaderRevision.Supplier getSupplier() {
return supplier;
}
/**
* Sets the value of the supplier property.
*
* @param value
* allowed object is
* {@link OrderHeaderRevision.Supplier }
*
*/
public void setSupplier(OrderHeaderRevision.Supplier value) {
this.supplier = value;
}
/**
* Gets the value of the paymentTerm property.
*
* @return
* possible object is
* {@link OrderHeaderRevision.PaymentTerm }
*
*/
public OrderHeaderRevision.PaymentTerm getPaymentTerm() {
return paymentTerm;
}
/**
* Sets the value of the paymentTerm property.
*
* @param value
* allowed object is
* {@link OrderHeaderRevision.PaymentTerm }
*
*/
public void setPaymentTerm(OrderHeaderRevision.PaymentTerm value) {
this.paymentTerm = value;
}
/**
* Gets the value of the shippingTerm property.
*
* @return
* possible object is
* {@link OrderHeaderRevision.ShippingTerm }
*
*/
public OrderHeaderRevision.ShippingTerm getShippingTerm() {
return shippingTerm;
}
/**
* Sets the value of the shippingTerm property.
*
* @param value
* allowed object is
* {@link OrderHeaderRevision.ShippingTerm }
*
*/
public void setShippingTerm(OrderHeaderRevision.ShippingTerm value) {
this.shippingTerm = value;
}
/**
* Gets the value of the attachments property.
*
* @return
* possible object is
* {@link OrderHeaderRevision.Attachments }
*
*/
public OrderHeaderRevision.Attachments getAttachments() {
return attachments;
}
/**
* Sets the value of the attachments property.
*
* @param value
* allowed object is
* {@link OrderHeaderRevision.Attachments }
*
*/
public void setAttachments(OrderHeaderRevision.Attachments value) {
this.attachments = value;
}
/**
* Gets the value of the orderLines property.
*
* @return
* possible object is
* {@link OrderHeaderRevision.OrderLines }
*
*/
public OrderHeaderRevision.OrderLines getOrderLines() {
return orderLines;
}
/**
* Sets the value of the orderLines property.
*
* @param value
* allowed object is
* {@link OrderHeaderRevision.OrderLines }
*
*/
public void setOrderLines(OrderHeaderRevision.OrderLines value) {
this.orderLines = value;
}
/**
* Gets the value of the createdBy property.
*
* @return
* possible object is
* {@link OrderHeaderRevision.CreatedBy }
*
*/
public OrderHeaderRevision.CreatedBy getCreatedBy() {
return createdBy;
}
/**
* Sets the value of the createdBy property.
*
* @param value
* allowed object is
* {@link OrderHeaderRevision.CreatedBy }
*
*/
public void setCreatedBy(OrderHeaderRevision.CreatedBy value) {
this.createdBy = value;
}
/**
* Gets the value of the updatedBy property.
*
* @return
* possible object is
* {@link OrderHeaderRevision.UpdatedBy }
*
*/
public OrderHeaderRevision.UpdatedBy getUpdatedBy() {
return updatedBy;
}
/**
* Sets the value of the updatedBy property.
*
* @param value
* allowed object is
* {@link OrderHeaderRevision.UpdatedBy }
*
*/
public void setUpdatedBy(OrderHeaderRevision.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="{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 AcknowledgedFlag {
@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 = 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 = 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="attachment" type="{}attachment-link-summary" maxOccurs="unbounded" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"attachment"
})
public static class Attachments {
protected List<AttachmentLinkSummary> 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 AttachmentLinkSummary }
*
*
*/
public List<AttachmentLinkSummary> getAttachment() {
if (attachment == null) {
attachment = new ArrayList<AttachmentLinkSummary>();
}
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="{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 = 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 = 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 = 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 = 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 Exported {
@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 = 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 = 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="order-line" type="{}order-line-summary-revision" maxOccurs="unbounded" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"orderLine"
})
public static class OrderLines {
@XmlElement(name = "order-line")
protected List<OrderLineSummaryRevision> orderLine;
/**
* Gets the value of the orderLine 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 orderLine property.
*
* <p>
* For example, to add a new item, do as follows:
* <pre>
* getOrderLine().add(newItem);
* </pre>
*
*
* <p>
* Objects of the following type(s) are allowed in the list
* {@link OrderLineSummaryRevision }
*
*
*/
public List<OrderLineSummaryRevision> getOrderLine() {
if (orderLine == null) {
orderLine = new ArrayList<OrderLineSummaryRevision>();
}
return this.orderLine;
}
}
/**
* <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="{}payment-term-summary" minOccurs="0"/>
* <element name="to" type="{}payment-term-summary" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"from",
"to"
})
public static class PaymentTerm {
@XmlElementRef(name = "from", type = JAXBElement.class)
protected JAXBElement<PaymentTermSummary> from;
@XmlElementRef(name = "to", type = JAXBElement.class)
protected JAXBElement<PaymentTermSummary> to;
/**
* Gets the value of the from property.
*
* @return
* possible object is
* {@link JAXBElement }{@code <}{@link PaymentTermSummary }{@code >}
*
*/
public JAXBElement<PaymentTermSummary> getFrom() {
return from;
}
/**
* Sets the value of the from property.
*
* @param value
* allowed object is
* {@link JAXBElement }{@code <}{@link PaymentTermSummary }{@code >}
*
*/
public void setFrom(JAXBElement<PaymentTermSummary> value) {
this.from = value;
}
/**
* Gets the value of the to property.
*
* @return
* possible object is
* {@link JAXBElement }{@code <}{@link PaymentTermSummary }{@code >}
*
*/
public JAXBElement<PaymentTermSummary> getTo() {
return to;
}
/**
* Sets the value of the to property.
*
* @param value
* allowed object is
* {@link JAXBElement }{@code <}{@link PaymentTermSummary }{@code >}
*
*/
public void setTo(JAXBElement<PaymentTermSummary> value) {
this.to = 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="revision" type="{http://www.w3.org/2001/XMLSchema}integer"/>
* <element name="id" type="{http://www.w3.org/2001/XMLSchema}integer"/>
* <element name="created-at" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
* <element name="created-by" type="{http://www.w3.org/2001/XMLSchema}integer"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"revision",
"id",
"createdAt",
"createdBy"
})
public static class RevisionRecord {
@XmlElement(required = true)
protected BigInteger revision;
@XmlElement(required = true)
protected BigInteger id;
@XmlElement(name = "created-at", required = true)
@XmlSchemaType(name = "dateTime")
protected XMLGregorianCalendar createdAt;
@XmlElement(name = "created-by", required = true)
protected BigInteger createdBy;
/**
* Gets the value of the revision property.
*
* @return
* possible object is
* {@link BigInteger }
*
*/
public BigInteger getRevision() {
return revision;
}
/**
* Sets the value of the revision property.
*
* @param value
* allowed object is
* {@link BigInteger }
*
*/
public void setRevision(BigInteger value) {
this.revision = value;
}
/**
* 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 XMLGregorianCalendar }
*
*/
public XMLGregorianCalendar getCreatedAt() {
return createdAt;
}
/**
* Sets the value of the createdAt property.
*
* @param value
* allowed object is
* {@link XMLGregorianCalendar }
*
*/
public void setCreatedAt(XMLGregorianCalendar value) {
this.createdAt = value;
}
/**
* Gets the value of the createdBy property.
*
* @return
* possible object is
* {@link BigInteger }
*
*/
public BigInteger getCreatedBy() {
return createdBy;
}
/**
* Sets the value of the createdBy property.
*
* @param value
* allowed object is
* {@link BigInteger }
*
*/
public void setCreatedBy(BigInteger value) {
this.createdBy = 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="{}shipping-term-summary" minOccurs="0"/>
* <element name="to" type="{}shipping-term-summary" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"from",
"to"
})
public static class ShippingTerm {
@XmlElementRef(name = "from", type = JAXBElement.class)
protected JAXBElement<ShippingTermSummary> from;
@XmlElementRef(name = "to", type = JAXBElement.class)
protected JAXBElement<ShippingTermSummary> to;
/**
* Gets the value of the from property.
*
* @return
* possible object is
* {@link JAXBElement }{@code <}{@link ShippingTermSummary }{@code >}
*
*/
public JAXBElement<ShippingTermSummary> getFrom() {
return from;
}
/**
* Sets the value of the from property.
*
* @param value
* allowed object is
* {@link JAXBElement }{@code <}{@link ShippingTermSummary }{@code >}
*
*/
public void setFrom(JAXBElement<ShippingTermSummary> value) {
this.from = value;
}
/**
* Gets the value of the to property.
*
* @return
* possible object is
* {@link JAXBElement }{@code <}{@link ShippingTermSummary }{@code >}
*
*/
public JAXBElement<ShippingTermSummary> getTo() {
return to;
}
/**
* Sets the value of the to property.
*
* @param value
* allowed object is
* {@link JAXBElement }{@code <}{@link ShippingTermSummary }{@code >}
*
*/
public void setTo(JAXBElement<ShippingTermSummary> value) {
this.to = 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="{}address-summary" minOccurs="0"/>
* <element name="to" type="{}address-summary" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"from",
"to"
})
public static class ShipToAddress {
@XmlElementRef(name = "from", type = JAXBElement.class)
protected JAXBElement<AddressSummary> from;
@XmlElementRef(name = "to", type = JAXBElement.class)
protected JAXBElement<AddressSummary> to;
/**
* Gets the value of the from property.
*
* @return
* possible object is
* {@link JAXBElement }{@code <}{@link AddressSummary }{@code >}
*
*/
public JAXBElement<AddressSummary> getFrom() {
return from;
}
/**
* Sets the value of the from property.
*
* @param value
* allowed object is
* {@link JAXBElement }{@code <}{@link AddressSummary }{@code >}
*
*/
public void setFrom(JAXBElement<AddressSummary> value) {
this.from = value;
}
/**
* Gets the value of the to property.
*
* @return
* possible object is
* {@link JAXBElement }{@code <}{@link AddressSummary }{@code >}
*
*/
public JAXBElement<AddressSummary> getTo() {
return to;
}
/**
* Sets the value of the to property.
*
* @param value
* allowed object is
* {@link JAXBElement }{@code <}{@link AddressSummary }{@code >}
*
*/
public void setTo(JAXBElement<AddressSummary> value) {
this.to = 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 ShipToUser {
@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 = 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 = 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 = 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 = 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 = 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 = 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 TransmissionStatus {
@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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = value;
}
}
}