java.lang.Object | ||
↳ | org.mule.modules.oracle.model.AbstractDataObject | |
↳ | com.oracle.xmlns.apps.fnd.xmlgateway.ReceiveDocumentResponse |
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>
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
responseCode | |||||||||||
responseInfo | |||||||||||
responseMsgId |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the responseCode property.
| |||||||||||
Gets the value of the responseInfo property.
| |||||||||||
Gets the value of the responseMsgId property.
| |||||||||||
Sets the value of the responseCode property.
| |||||||||||
Sets the value of the responseInfo property.
| |||||||||||
Sets the value of the responseMsgId property.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.oracle.model.AbstractDataObject
| |||||||||||
From class
java.lang.Object
|
Gets the value of the responseCode property.
Gets the value of the responseInfo property.
Gets the value of the responseMsgId property.
Sets the value of the responseCode property.
value | Allowed object is String |
---|
Sets the value of the responseInfo property.
value | Allowed object is String |
---|
Sets the value of the responseMsgId property.
value | Allowed object is String |
---|