Package org.cxml
Class CatalogUploadRequest
- java.lang.Object
-
- org.cxml.CatalogUploadRequest
-
public class CatalogUploadRequest extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected Attachmentattachmentprotected AutoPublishautoPublishprotected CatalogNamecatalogNameprotected Commoditiescommoditiesprotected Descriptiondescriptionprotected Notificationnotificationprotected java.lang.Stringoperation
-
Constructor Summary
Constructors Constructor Description CatalogUploadRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttachmentgetAttachment()Gets the value of the attachment property.AutoPublishgetAutoPublish()Gets the value of the autoPublish property.CatalogNamegetCatalogName()Gets the value of the catalogName property.CommoditiesgetCommodities()Gets the value of the commodities property.DescriptiongetDescription()Gets the value of the description property.NotificationgetNotification()Gets the value of the notification property.java.lang.StringgetOperation()Gets the value of the operation property.voidsetAttachment(Attachment value)Sets the value of the attachment property.voidsetAutoPublish(AutoPublish value)Sets the value of the autoPublish property.voidsetCatalogName(CatalogName value)Sets the value of the catalogName property.voidsetCommodities(Commodities value)Sets the value of the commodities property.voidsetDescription(Description value)Sets the value of the description property.voidsetNotification(Notification value)Sets the value of the notification property.voidsetOperation(java.lang.String value)Sets the value of the operation property.
-
-
-
Field Detail
-
operation
protected java.lang.String operation
-
catalogName
protected CatalogName catalogName
-
description
protected Description description
-
attachment
protected Attachment attachment
-
commodities
protected Commodities commodities
-
autoPublish
protected AutoPublish autoPublish
-
notification
protected Notification notification
-
-
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 isString
-
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 isCatalogName
-
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 isDescription
-
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 isAttachment
-
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 isCommodities
-
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 isAutoPublish
-
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 isNotification
-
-