java.lang.Object | ||
↳ | org.mule.modules.oracle.model.AbstractDataObject | |
↳ | com.oracle.xmlns.apps.fnd.xmlgateway.XMLGatewayHeader |
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="MESSAGE_TYPE" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="MESSAGE_STANDARD" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="TRANSACTION_TYPE" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="TRANSACTION_SUBTYPE" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="DOCUMENT_NUMBER" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="PARTY_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="PARTY_SITE_ID" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
documentnumber | |||||||||||
messagestandard | |||||||||||
messagetype | |||||||||||
partyid | |||||||||||
partysiteid | |||||||||||
transactionsubtype | |||||||||||
transactiontype |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the documentnumber property.
| |||||||||||
Gets the value of the messagestandard property.
| |||||||||||
Gets the value of the messagetype property.
| |||||||||||
Gets the value of the partyid property.
| |||||||||||
Gets the value of the partysiteid property.
| |||||||||||
Gets the value of the transactionsubtype property.
| |||||||||||
Gets the value of the transactiontype property.
| |||||||||||
Sets the value of the documentnumber property.
| |||||||||||
Sets the value of the messagestandard property.
| |||||||||||
Sets the value of the messagetype property.
| |||||||||||
Sets the value of the partyid property.
| |||||||||||
Sets the value of the partysiteid property.
| |||||||||||
Sets the value of the transactionsubtype property.
| |||||||||||
Sets the value of the transactiontype property.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.oracle.model.AbstractDataObject
| |||||||||||
From class
java.lang.Object
|
Gets the value of the documentnumber property.
Gets the value of the messagestandard property.
Gets the value of the messagetype property.
Gets the value of the partyid property.
Gets the value of the partysiteid property.
Gets the value of the transactionsubtype property.
Gets the value of the transactiontype property.
Sets the value of the documentnumber property.
value | Allowed object is String |
---|
Sets the value of the messagestandard property.
value | Allowed object is String |
---|
Sets the value of the messagetype property.
value | Allowed object is String |
---|
Sets the value of the partyid property.
value | Allowed object is String |
---|
Sets the value of the partysiteid property.
value | Allowed object is String |
---|
Sets the value of the transactionsubtype property.
value | Allowed object is String |
---|
Sets the value of the transactiontype property.
value | Allowed object is String |
---|