public class

Header

extends Object
java.lang.Object
   ↳ com.coupa.transaction.Header

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 ref="{}From"/>
         <element ref="{}To"/>
         <element ref="{}Sender"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected CredentialType from
protected Sender sender
protected CredentialType to
Public Constructors
Header()
Public Methods
CredentialType getFrom()
Gets the value of the from property.
Sender getSender()
Gets the value of the sender property.
CredentialType getTo()
Gets the value of the to property.
void setFrom(CredentialType value)
Sets the value of the from property.
void setSender(Sender value)
Sets the value of the sender property.
void setTo(CredentialType value)
Sets the value of the to property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected CredentialType from

protected Sender sender

protected CredentialType to

Public Constructors

public Header ()

Public Methods

public CredentialType getFrom ()

Gets the value of the from property.

Returns

public Sender getSender ()

Gets the value of the sender property.

Returns

public CredentialType getTo ()

Gets the value of the to property.

Returns

public void setFrom (CredentialType value)

Sets the value of the from property.

Parameters
value Allowed object is CredentialType

public void setSender (Sender value)

Sets the value of the sender property.

Parameters
value Allowed object is Sender

public void setTo (CredentialType value)

Sets the value of the to property.

Parameters
value Allowed object is CredentialType