Package org.cxml
Class CatalogUploadRequest
java.lang.Object
org.cxml.CatalogUploadRequest
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Attachmentprotected AutoPublishprotected CatalogNameprotected Commoditiesprotected Descriptionprotected Notificationprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the attachment property.Gets the value of the autoPublish property.Gets the value of the catalogName property.Gets the value of the commodities property.Gets the value of the description property.Gets the value of the notification property.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(String value) Sets the value of the operation property.
-
Field Details
-
operation
-
catalogName
-
description
-
attachment
-
commodities
-
autoPublish
-
notification
-
-
Constructor Details
-
CatalogUploadRequest
public CatalogUploadRequest()
-
-
Method Details
-
getOperation
Gets the value of the operation property.- Returns:
- possible object is
String
-
setOperation
Sets the value of the operation property.- Parameters:
value- allowed object isString
-
getCatalogName
Gets the value of the catalogName property.- Returns:
- possible object is
CatalogName
-
setCatalogName
Sets the value of the catalogName property.- Parameters:
value- allowed object isCatalogName
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
Description
-
setDescription
Sets the value of the description property.- Parameters:
value- allowed object isDescription
-
getAttachment
Gets the value of the attachment property.- Returns:
- possible object is
Attachment
-
setAttachment
Sets the value of the attachment property.- Parameters:
value- allowed object isAttachment
-
getCommodities
Gets the value of the commodities property.- Returns:
- possible object is
Commodities
-
setCommodities
Sets the value of the commodities property.- Parameters:
value- allowed object isCommodities
-
getAutoPublish
Gets the value of the autoPublish property.- Returns:
- possible object is
AutoPublish
-
setAutoPublish
Sets the value of the autoPublish property.- Parameters:
value- allowed object isAutoPublish
-
getNotification
Gets the value of the notification property.- Returns:
- possible object is
Notification
-
setNotification
Sets the value of the notification property.- Parameters:
value- allowed object isNotification
-