Package org.cxml

Class PunchOutSetupRequest

java.lang.Object
org.cxml.PunchOutSetupRequest

public class PunchOutSetupRequest extends Object
  • Field Details

  • Constructor Details

    • PunchOutSetupRequest

      public PunchOutSetupRequest()
  • Method Details

    • getOperation

      public String getOperation()
      Gets the value of the operation property.
      Returns:
      possible object is String
    • setOperation

      public void setOperation(String value)
      Sets the value of the operation property.
      Parameters:
      value - allowed object is String
    • getBuyerCookie

      public BuyerCookie getBuyerCookie()
      Gets the value of the buyerCookie property.
      Returns:
      possible object is BuyerCookie
    • setBuyerCookie

      public void setBuyerCookie(BuyerCookie value)
      Sets the value of the buyerCookie property.
      Parameters:
      value - allowed object is BuyerCookie
    • 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

    • getBrowserFormPost

      public BrowserFormPost getBrowserFormPost()
      Gets the value of the browserFormPost property.
      Returns:
      possible object is BrowserFormPost
    • setBrowserFormPost

      public void setBrowserFormPost(BrowserFormPost value)
      Sets the value of the browserFormPost property.
      Parameters:
      value - allowed object is BrowserFormPost
    • 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

    • getSupplierSetup

      public SupplierSetup getSupplierSetup()
      Gets the value of the supplierSetup property.
      Returns:
      possible object is SupplierSetup
    • setSupplierSetup

      public void setSupplierSetup(SupplierSetup value)
      Sets the value of the supplierSetup property.
      Parameters:
      value - allowed object is SupplierSetup
    • 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
    • getSelectedItem

      public SelectedItem getSelectedItem()
      Gets the value of the selectedItem property.
      Returns:
      possible object is SelectedItem
    • setSelectedItem

      public void setSelectedItem(SelectedItem value)
      Sets the value of the selectedItem property.
      Parameters:
      value - allowed object is SelectedItem
    • getItemOut

      public List<ItemOut> getItemOut()
      Gets the value of the itemOut 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 itemOut property.

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

          getItemOut().add(newItem);
       

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