Package org.cxml

Class OrderRequestHeader

java.lang.Object
org.cxml.OrderRequestHeader

public class OrderRequestHeader extends Object
  • Field Details

    • orderID

      protected String orderID
    • orderDate

      protected String orderDate
    • orderType

      protected String orderType
    • releaseRequired

      protected String releaseRequired
    • type

      protected String type
    • orderVersion

      protected String orderVersion
    • isInternalVersion

      protected String isInternalVersion
    • parentAgreementID

      protected String parentAgreementID
    • parentAgreementPayloadID

      protected String parentAgreementPayloadID
    • effectiveDate

      protected String effectiveDate
    • expirationDate

      protected String expirationDate
    • agreementID

      protected String agreementID
    • agreementPayloadID

      protected String agreementPayloadID
    • requisitionID

      protected String requisitionID
    • shipComplete

      protected String shipComplete
    • pickUpDate

      protected String pickUpDate
    • requestedDeliveryDate

      protected String requestedDeliveryDate
    • isSTOOutbound

      protected String isSTOOutbound
    • total

      protected Total total
    • shipTo

      protected ShipTo shipTo
    • billTo

      protected BillTo billTo
    • businessPartner

      protected List<BusinessPartner> businessPartner
    • legalEntity

      protected LegalEntity legalEntity
    • organizationalUnit

      protected List<OrganizationalUnit> organizationalUnit
    • shipping

      protected Shipping shipping
    • tax

      protected Tax tax
    • payment

      protected Payment payment
    • paymentTerm

      protected List<PaymentTerm> paymentTerm
    • contact

      protected List<Contact> contact
    • comments

      protected List<Comments> comments
    • followup

      protected Followup followup
    • controlKeys

      protected ControlKeys controlKeys
    • documentReference

      protected DocumentReference documentReference
    • supplierOrderInfo

      protected SupplierOrderInfo supplierOrderInfo
    • termsOfDelivery

      protected TermsOfDelivery termsOfDelivery
    • deliveryPeriod

      protected DeliveryPeriod deliveryPeriod
    • idReference

      protected List<IdReference> idReference
    • orderRequestHeaderIndustry

      protected OrderRequestHeaderIndustry orderRequestHeaderIndustry
    • extrinsic

      protected List<Extrinsic> extrinsic
  • Constructor Details

    • OrderRequestHeader

      public OrderRequestHeader()
  • Method Details

    • getOrderID

      public String getOrderID()
      Gets the value of the orderID property.
      Returns:
      possible object is String
    • setOrderID

      public void setOrderID(String value)
      Sets the value of the orderID property.
      Parameters:
      value - allowed object is String
    • getOrderDate

      public String getOrderDate()
      Gets the value of the orderDate property.
      Returns:
      possible object is String
    • setOrderDate

      public void setOrderDate(String value)
      Sets the value of the orderDate property.
      Parameters:
      value - allowed object is String
    • getOrderType

      public String getOrderType()
      Gets the value of the orderType property.
      Returns:
      possible object is String
    • setOrderType

      public void setOrderType(String value)
      Sets the value of the orderType property.
      Parameters:
      value - allowed object is String
    • getReleaseRequired

      public String getReleaseRequired()
      Gets the value of the releaseRequired property.
      Returns:
      possible object is String
    • setReleaseRequired

      public void setReleaseRequired(String value)
      Sets the value of the releaseRequired property.
      Parameters:
      value - allowed object is String
    • getType

      public String getType()
      Gets the value of the type property.
      Returns:
      possible object is String
    • setType

      public void setType(String value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is String
    • getOrderVersion

      public String getOrderVersion()
      Gets the value of the orderVersion property.
      Returns:
      possible object is String
    • setOrderVersion

      public void setOrderVersion(String value)
      Sets the value of the orderVersion property.
      Parameters:
      value - allowed object is String
    • getIsInternalVersion

      public String getIsInternalVersion()
      Gets the value of the isInternalVersion property.
      Returns:
      possible object is String
    • setIsInternalVersion

      public void setIsInternalVersion(String value)
      Sets the value of the isInternalVersion property.
      Parameters:
      value - allowed object is String
    • getParentAgreementID

      public String getParentAgreementID()
      Gets the value of the parentAgreementID property.
      Returns:
      possible object is String
    • setParentAgreementID

      public void setParentAgreementID(String value)
      Sets the value of the parentAgreementID property.
      Parameters:
      value - allowed object is String
    • getParentAgreementPayloadID

      public String getParentAgreementPayloadID()
      Gets the value of the parentAgreementPayloadID property.
      Returns:
      possible object is String
    • setParentAgreementPayloadID

      public void setParentAgreementPayloadID(String value)
      Sets the value of the parentAgreementPayloadID property.
      Parameters:
      value - allowed object is String
    • getEffectiveDate

      public String getEffectiveDate()
      Gets the value of the effectiveDate property.
      Returns:
      possible object is String
    • setEffectiveDate

      public void setEffectiveDate(String value)
      Sets the value of the effectiveDate property.
      Parameters:
      value - allowed object is String
    • getExpirationDate

      public String getExpirationDate()
      Gets the value of the expirationDate property.
      Returns:
      possible object is String
    • setExpirationDate

      public void setExpirationDate(String value)
      Sets the value of the expirationDate property.
      Parameters:
      value - allowed object is String
    • getAgreementID

      public String getAgreementID()
      Gets the value of the agreementID property.
      Returns:
      possible object is String
    • setAgreementID

      public void setAgreementID(String value)
      Sets the value of the agreementID property.
      Parameters:
      value - allowed object is String
    • getAgreementPayloadID

      public String getAgreementPayloadID()
      Gets the value of the agreementPayloadID property.
      Returns:
      possible object is String
    • setAgreementPayloadID

      public void setAgreementPayloadID(String value)
      Sets the value of the agreementPayloadID property.
      Parameters:
      value - allowed object is String
    • getRequisitionID

      public String getRequisitionID()
      Gets the value of the requisitionID property.
      Returns:
      possible object is String
    • setRequisitionID

      public void setRequisitionID(String value)
      Sets the value of the requisitionID property.
      Parameters:
      value - allowed object is String
    • getShipComplete

      public String getShipComplete()
      Gets the value of the shipComplete property.
      Returns:
      possible object is String
    • setShipComplete

      public void setShipComplete(String value)
      Sets the value of the shipComplete property.
      Parameters:
      value - allowed object is String
    • getPickUpDate

      public String getPickUpDate()
      Gets the value of the pickUpDate property.
      Returns:
      possible object is String
    • setPickUpDate

      public void setPickUpDate(String value)
      Sets the value of the pickUpDate property.
      Parameters:
      value - allowed object is String
    • getRequestedDeliveryDate

      public String getRequestedDeliveryDate()
      Gets the value of the requestedDeliveryDate property.
      Returns:
      possible object is String
    • setRequestedDeliveryDate

      public void setRequestedDeliveryDate(String value)
      Sets the value of the requestedDeliveryDate property.
      Parameters:
      value - allowed object is String
    • getIsSTOOutbound

      public String getIsSTOOutbound()
      Gets the value of the isSTOOutbound property.
      Returns:
      possible object is String
    • setIsSTOOutbound

      public void setIsSTOOutbound(String value)
      Sets the value of the isSTOOutbound property.
      Parameters:
      value - allowed object is String
    • getTotal

      public Total getTotal()
      Gets the value of the total property.
      Returns:
      possible object is Total
    • setTotal

      public void setTotal(Total value)
      Sets the value of the total property.
      Parameters:
      value - allowed object is Total
    • getShipTo

      public ShipTo getShipTo()
      Gets the value of the shipTo property.
      Returns:
      possible object is ShipTo
    • setShipTo

      public void setShipTo(ShipTo value)
      Sets the value of the shipTo property.
      Parameters:
      value - allowed object is ShipTo
    • getBillTo

      public BillTo getBillTo()
      Gets the value of the billTo property.
      Returns:
      possible object is BillTo
    • setBillTo

      public void setBillTo(BillTo value)
      Sets the value of the billTo property.
      Parameters:
      value - allowed object is BillTo
    • getBusinessPartner

      public List<BusinessPartner> getBusinessPartner()
      Gets the value of the businessPartner property.

      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 set method for the businessPartner property.

      For example, to add a new item, do as follows:

          getBusinessPartner().add(newItem);
       

      Objects of the following type(s) are allowed in the list BusinessPartner

    • getLegalEntity

      public LegalEntity getLegalEntity()
      Gets the value of the legalEntity property.
      Returns:
      possible object is LegalEntity
    • setLegalEntity

      public void setLegalEntity(LegalEntity value)
      Sets the value of the legalEntity property.
      Parameters:
      value - allowed object is LegalEntity
    • getOrganizationalUnit

      public List<OrganizationalUnit> getOrganizationalUnit()
      Gets the value of the organizationalUnit property.

      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 set method for the organizationalUnit property.

      For example, to add a new item, do as follows:

          getOrganizationalUnit().add(newItem);
       

      Objects of the following type(s) are allowed in the list OrganizationalUnit

    • getShipping

      public Shipping getShipping()
      Gets the value of the shipping property.
      Returns:
      possible object is Shipping
    • setShipping

      public void setShipping(Shipping value)
      Sets the value of the shipping property.
      Parameters:
      value - allowed object is Shipping
    • getTax

      public Tax getTax()
      Gets the value of the tax property.
      Returns:
      possible object is Tax
    • setTax

      public void setTax(Tax value)
      Sets the value of the tax property.
      Parameters:
      value - allowed object is Tax
    • getPayment

      public Payment getPayment()
      Gets the value of the payment property.
      Returns:
      possible object is Payment
    • setPayment

      public void setPayment(Payment value)
      Sets the value of the payment property.
      Parameters:
      value - allowed object is Payment
    • getPaymentTerm

      public List<PaymentTerm> getPaymentTerm()
      Gets the value of the paymentTerm property.

      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 set method for the paymentTerm property.

      For example, to add a new item, do as follows:

          getPaymentTerm().add(newItem);
       

      Objects of the following type(s) are allowed in the list PaymentTerm

    • getContact

      public List<Contact> getContact()
      Gets the value of the contact property.

      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 set method for the contact property.

      For example, to add a new item, do as follows:

          getContact().add(newItem);
       

      Objects of the following type(s) are allowed in the list Contact

    • getComments

      public List<Comments> getComments()
      Gets the value of the comments property.

      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 set method for the comments property.

      For example, to add a new item, do as follows:

          getComments().add(newItem);
       

      Objects of the following type(s) are allowed in the list Comments

    • getFollowup

      public Followup getFollowup()
      Gets the value of the followup property.
      Returns:
      possible object is Followup
    • setFollowup

      public void setFollowup(Followup value)
      Sets the value of the followup property.
      Parameters:
      value - allowed object is Followup
    • getControlKeys

      public ControlKeys getControlKeys()
      Gets the value of the controlKeys property.
      Returns:
      possible object is ControlKeys
    • setControlKeys

      public void setControlKeys(ControlKeys value)
      Sets the value of the controlKeys property.
      Parameters:
      value - allowed object is ControlKeys
    • getDocumentReference

      public DocumentReference getDocumentReference()
      Gets the value of the documentReference property.
      Returns:
      possible object is DocumentReference
    • setDocumentReference

      public void setDocumentReference(DocumentReference value)
      Sets the value of the documentReference property.
      Parameters:
      value - allowed object is DocumentReference
    • getSupplierOrderInfo

      public SupplierOrderInfo getSupplierOrderInfo()
      Gets the value of the supplierOrderInfo property.
      Returns:
      possible object is SupplierOrderInfo
    • setSupplierOrderInfo

      public void setSupplierOrderInfo(SupplierOrderInfo value)
      Sets the value of the supplierOrderInfo property.
      Parameters:
      value - allowed object is SupplierOrderInfo
    • getTermsOfDelivery

      public TermsOfDelivery getTermsOfDelivery()
      Gets the value of the termsOfDelivery property.
      Returns:
      possible object is TermsOfDelivery
    • setTermsOfDelivery

      public void setTermsOfDelivery(TermsOfDelivery value)
      Sets the value of the termsOfDelivery property.
      Parameters:
      value - allowed object is TermsOfDelivery
    • getDeliveryPeriod

      public DeliveryPeriod getDeliveryPeriod()
      Gets the value of the deliveryPeriod property.
      Returns:
      possible object is DeliveryPeriod
    • setDeliveryPeriod

      public void setDeliveryPeriod(DeliveryPeriod value)
      Sets the value of the deliveryPeriod property.
      Parameters:
      value - allowed object is DeliveryPeriod
    • getIdReference

      public List<IdReference> getIdReference()
      Gets the value of the idReference property.

      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 set method for the idReference property.

      For example, to add a new item, do as follows:

          getIdReference().add(newItem);
       

      Objects of the following type(s) are allowed in the list IdReference

    • getOrderRequestHeaderIndustry

      public OrderRequestHeaderIndustry getOrderRequestHeaderIndustry()
      Gets the value of the orderRequestHeaderIndustry property.
      Returns:
      possible object is OrderRequestHeaderIndustry
    • setOrderRequestHeaderIndustry

      public void setOrderRequestHeaderIndustry(OrderRequestHeaderIndustry value)
      Sets the value of the orderRequestHeaderIndustry property.
      Parameters:
      value - allowed object is OrderRequestHeaderIndustry
    • getExtrinsic

      public List<Extrinsic> getExtrinsic()
      Gets the value of the extrinsic property.

      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 set method for the extrinsic property.

      For example, to add a new item, do as follows:

          getExtrinsic().add(newItem);
       

      Objects of the following type(s) are allowed in the list Extrinsic