public class Header extends Object implements Serializable
Java class for Header complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Header">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="From" type="{http://www.printtalk.org/schema_2_0}From"/>
<element name="To" type="{http://www.printtalk.org/schema_2_0}To"/>
<element name="Sender" type="{http://www.printtalk.org/schema_2_0}Sender"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected From |
from |
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.
|
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 |
setSender(Sender value)
Sets the value of the sender property.
|
void |
setTo(To value)
Sets the value of the to property.
|
public void setFrom(From value)
value - allowed object is
Frompublic void setTo(To value)
value - allowed object is
Topublic Sender getSender()
SenderCopyright © 2014. All Rights Reserved.