public class

XMLGatewayHeader

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

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="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>
 

Summary

Fields
protected String documentnumber
protected String messagestandard
protected String messagetype
protected String partyid
protected String partysiteid
protected String transactionsubtype
protected String transactiontype
Public Constructors
XMLGatewayHeader()
Public Methods
String getDOCUMENTNUMBER()
Gets the value of the documentnumber property.
String getMESSAGESTANDARD()
Gets the value of the messagestandard property.
String getMESSAGETYPE()
Gets the value of the messagetype property.
String getPARTYID()
Gets the value of the partyid property.
String getPARTYSITEID()
Gets the value of the partysiteid property.
String getTRANSACTIONSUBTYPE()
Gets the value of the transactionsubtype property.
String getTRANSACTIONTYPE()
Gets the value of the transactiontype property.
void setDOCUMENTNUMBER(String value)
Sets the value of the documentnumber property.
void setMESSAGESTANDARD(String value)
Sets the value of the messagestandard property.
void setMESSAGETYPE(String value)
Sets the value of the messagetype property.
void setPARTYID(String value)
Sets the value of the partyid property.
void setPARTYSITEID(String value)
Sets the value of the partysiteid property.
void setTRANSACTIONSUBTYPE(String value)
Sets the value of the transactionsubtype property.
void setTRANSACTIONTYPE(String value)
Sets the value of the transactiontype property.
[Expand]
Inherited Methods
From class org.mule.modules.oracle.model.AbstractDataObject
From class java.lang.Object

Fields

protected String documentnumber

protected String messagestandard

protected String messagetype

protected String partyid

protected String partysiteid

protected String transactionsubtype

protected String transactiontype

Public Constructors

public XMLGatewayHeader ()

Public Methods

public String getDOCUMENTNUMBER ()

Gets the value of the documentnumber property.

Returns
  • possible object is String

public String getMESSAGESTANDARD ()

Gets the value of the messagestandard property.

Returns
  • possible object is String

public String getMESSAGETYPE ()

Gets the value of the messagetype property.

Returns
  • possible object is String

public String getPARTYID ()

Gets the value of the partyid property.

Returns
  • possible object is String

public String getPARTYSITEID ()

Gets the value of the partysiteid property.

Returns
  • possible object is String

public String getTRANSACTIONSUBTYPE ()

Gets the value of the transactionsubtype property.

Returns
  • possible object is String

public String getTRANSACTIONTYPE ()

Gets the value of the transactiontype property.

Returns
  • possible object is String

public void setDOCUMENTNUMBER (String value)

Sets the value of the documentnumber property.

Parameters
value Allowed object is String

public void setMESSAGESTANDARD (String value)

Sets the value of the messagestandard property.

Parameters
value Allowed object is String

public void setMESSAGETYPE (String value)

Sets the value of the messagetype property.

Parameters
value Allowed object is String

public void setPARTYID (String value)

Sets the value of the partyid property.

Parameters
value Allowed object is String

public void setPARTYSITEID (String value)

Sets the value of the partysiteid property.

Parameters
value Allowed object is String

public void setTRANSACTIONSUBTYPE (String value)

Sets the value of the transactionsubtype property.

Parameters
value Allowed object is String

public void setTRANSACTIONTYPE (String value)

Sets the value of the transactiontype property.

Parameters
value Allowed object is String