Package org.cxml

Class PunchOutSetupRequest


  • public class PunchOutSetupRequest
    extends java.lang.Object
    • Field Detail

      • operation

        protected java.lang.String operation
      • extrinsic

        protected java.util.List<Extrinsic> extrinsic
      • contact

        protected java.util.List<Contact> contact
      • shipTo

        protected ShipTo shipTo
      • itemOut

        protected java.util.List<ItemOut> itemOut
    • Constructor Detail

      • PunchOutSetupRequest

        public PunchOutSetupRequest()
    • Method Detail

      • getOperation

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

        public void setOperation​(java.lang.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 java.util.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 java.util.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 java.util.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