Package org.cxml
Class ProductActivityHeader
java.lang.Object
org.cxml.ProductActivityHeader
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the creationDate property.Gets the value of the messageID property.Gets the value of the processType property.voidsetCreationDate(String value) Sets the value of the creationDate property.voidsetMessageID(String value) Sets the value of the messageID property.voidsetProcessType(String value) Sets the value of the processType property.
-
Field Details
-
messageID
-
creationDate
-
processType
-
-
Constructor Details
-
ProductActivityHeader
public ProductActivityHeader()
-
-
Method Details
-
getMessageID
Gets the value of the messageID property.- Returns:
- possible object is
String
-
setMessageID
Sets the value of the messageID property.- Parameters:
value- allowed object isString
-
getCreationDate
Gets the value of the creationDate property.- Returns:
- possible object is
String
-
setCreationDate
Sets the value of the creationDate property.- Parameters:
value- allowed object isString
-
getProcessType
Gets the value of the processType property.- Returns:
- possible object is
String
-
setProcessType
Sets the value of the processType property.- Parameters:
value- allowed object isString
-