public class Header
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected From |
from |
protected OriginalDocument |
originalDocument |
protected Path |
path |
protected Sender |
sender |
protected To |
to |
| Constructor and Description |
|---|
Header() |
| Modifier and Type | Method and Description |
|---|---|
From |
getFrom()
Gets the value of the from property.
|
OriginalDocument |
getOriginalDocument()
Gets the value of the originalDocument property.
|
Path |
getPath()
Gets the value of the path property.
|
Sender |
getSender()
Gets the value of the sender property.
|
To |
getTo()
Gets the value of the to property.
|
void |
setFrom(From value)
Sets the value of the from property.
|
void |
setOriginalDocument(OriginalDocument value)
Sets the value of the originalDocument property.
|
void |
setPath(Path value)
Sets the value of the path property.
|
void |
setSender(Sender value)
Sets the value of the sender property.
|
void |
setTo(To value)
Sets the value of the to property.
|
protected From from
protected To to
protected Sender sender
protected Path path
protected OriginalDocument originalDocument
public void setFrom(From value)
value - allowed object is
Frompublic void setTo(To value)
value - allowed object is
Topublic Sender getSender()
Senderpublic void setSender(Sender value)
value - allowed object is
Senderpublic void setPath(Path value)
value - allowed object is
Pathpublic OriginalDocument getOriginalDocument()
OriginalDocumentpublic void setOriginalDocument(OriginalDocument value)
value - allowed object is
OriginalDocumentCopyright © 2018 SAP SE. All Rights Reserved.