Package org.cxml

Class CatalogUploadRequest

java.lang.Object
org.cxml.CatalogUploadRequest

public class CatalogUploadRequest extends Object
  • Field Details

  • Constructor Details

    • CatalogUploadRequest

      public CatalogUploadRequest()
  • 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
    • getCatalogName

      public CatalogName getCatalogName()
      Gets the value of the catalogName property.
      Returns:
      possible object is CatalogName
    • setCatalogName

      public void setCatalogName(CatalogName value)
      Sets the value of the catalogName property.
      Parameters:
      value - allowed object is CatalogName
    • getDescription

      public Description getDescription()
      Gets the value of the description property.
      Returns:
      possible object is Description
    • setDescription

      public void setDescription(Description value)
      Sets the value of the description property.
      Parameters:
      value - allowed object is Description
    • getAttachment

      public Attachment getAttachment()
      Gets the value of the attachment property.
      Returns:
      possible object is Attachment
    • setAttachment

      public void setAttachment(Attachment value)
      Sets the value of the attachment property.
      Parameters:
      value - allowed object is Attachment
    • getCommodities

      public Commodities getCommodities()
      Gets the value of the commodities property.
      Returns:
      possible object is Commodities
    • setCommodities

      public void setCommodities(Commodities value)
      Sets the value of the commodities property.
      Parameters:
      value - allowed object is Commodities
    • getAutoPublish

      public AutoPublish getAutoPublish()
      Gets the value of the autoPublish property.
      Returns:
      possible object is AutoPublish
    • setAutoPublish

      public void setAutoPublish(AutoPublish value)
      Sets the value of the autoPublish property.
      Parameters:
      value - allowed object is AutoPublish
    • getNotification

      public Notification getNotification()
      Gets the value of the notification property.
      Returns:
      possible object is Notification
    • setNotification

      public void setNotification(Notification value)
      Sets the value of the notification property.
      Parameters:
      value - allowed object is Notification