Package org.cxml
Class IntegrationStatus
java.lang.Object
org.cxml.IntegrationStatus
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the documentStatus property.Gets the value of the integrationMessage property.voidsetDocumentStatus(String value) Sets the value of the documentStatus property.voidSets the value of the integrationMessage property.
-
Field Details
-
documentStatus
-
integrationMessage
-
-
Constructor Details
-
IntegrationStatus
public IntegrationStatus()
-
-
Method Details
-
getDocumentStatus
Gets the value of the documentStatus property.- Returns:
- possible object is
String
-
setDocumentStatus
Sets the value of the documentStatus property.- Parameters:
value- allowed object isString
-
getIntegrationMessage
Gets the value of the integrationMessage property.- Returns:
- possible object is
IntegrationMessage
-
setIntegrationMessage
Sets the value of the integrationMessage property.- Parameters:
value- allowed object isIntegrationMessage
-