Package org.cxml

Class IntegrationMessage

java.lang.Object
org.cxml.IntegrationMessage

public class IntegrationMessage extends Object
  • Field Details

    • isSuccessful

      protected String isSuccessful
    • type

      protected String type
    • value

      protected String value
  • Constructor Details

    • IntegrationMessage

      public IntegrationMessage()
  • Method Details

    • getIsSuccessful

      public String getIsSuccessful()
      Gets the value of the isSuccessful property.
      Returns:
      possible object is String
    • setIsSuccessful

      public void setIsSuccessful(String value)
      Sets the value of the isSuccessful property.
      Parameters:
      value - allowed object is String
    • getType

      public String getType()
      Gets the value of the type property.
      Returns:
      possible object is String
    • setType

      public void setType(String value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is String
    • getvalue

      public String getvalue()
      Gets the value of the value property.
      Returns:
      possible object is String
    • setvalue

      public void setvalue(String value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is String