public class

ReceiveDocumentResponse

extends AbstractDataObject
java.lang.Object
   ↳ org.mule.modules.oracle.model.AbstractDataObject
     ↳ com.oracle.xmlns.apps.fnd.xmlgateway.ReceiveDocumentResponse

Class Overview

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ResponseCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="ResponseMsgId" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="ResponseInfo" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String responseCode
protected String responseInfo
protected String responseMsgId
Public Constructors
ReceiveDocumentResponse()
Public Methods
String getResponseCode()
Gets the value of the responseCode property.
String getResponseInfo()
Gets the value of the responseInfo property.
String getResponseMsgId()
Gets the value of the responseMsgId property.
void setResponseCode(String value)
Sets the value of the responseCode property.
void setResponseInfo(String value)
Sets the value of the responseInfo property.
void setResponseMsgId(String value)
Sets the value of the responseMsgId property.
[Expand]
Inherited Methods
From class org.mule.modules.oracle.model.AbstractDataObject
From class java.lang.Object

Fields

protected String responseCode

protected String responseInfo

protected String responseMsgId

Public Constructors

public ReceiveDocumentResponse ()

Public Methods

public String getResponseCode ()

Gets the value of the responseCode property.

Returns
  • possible object is String

public String getResponseInfo ()

Gets the value of the responseInfo property.

Returns
  • possible object is String

public String getResponseMsgId ()

Gets the value of the responseMsgId property.

Returns
  • possible object is String

public void setResponseCode (String value)

Sets the value of the responseCode property.

Parameters
value Allowed object is String

public void setResponseInfo (String value)

Sets the value of the responseInfo property.

Parameters
value Allowed object is String

public void setResponseMsgId (String value)

Sets the value of the responseMsgId property.

Parameters
value Allowed object is String