Package org.cxml
Class IntegrationMessage
java.lang.Object
org.cxml.IntegrationMessage
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the isSuccessful property.getType()Gets the value of the type property.getvalue()Gets the value of the value property.voidsetIsSuccessful(String value) Sets the value of the isSuccessful property.voidSets the value of the type property.voidSets the value of the value property.
-
Field Details
-
isSuccessful
-
type
-
value
-
-
Constructor Details
-
IntegrationMessage
public IntegrationMessage()
-
-
Method Details
-
getIsSuccessful
Gets the value of the isSuccessful property.- Returns:
- possible object is
String
-
setIsSuccessful
Sets the value of the isSuccessful property.- Parameters:
value- allowed object isString
-
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isString
-
getvalue
Gets the value of the value property.- Returns:
- possible object is
String
-
setvalue
Sets the value of the value property.- Parameters:
value- allowed object isString
-