@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T09:33:36+02:00", comments="JAXB RI v2.2.11") public class Header extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
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 |
|---|---|
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
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.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
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.
|
Header |
withFrom(From value) |
Header |
withSender(Sender value) |
Header |
withTo(To value) |
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T09:33:36+02:00", comments="JAXB RI v2.2.11") protected From from
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T09:33:36+02:00", comments="JAXB RI v2.2.11") protected To to
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T09:33:36+02:00", comments="JAXB RI v2.2.11") protected Sender sender
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T09:33:36+02:00", comments="JAXB RI v2.2.11") public From getFrom()
From@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T09:33:36+02:00", comments="JAXB RI v2.2.11") public void setFrom(From value)
value - allowed object is
From@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T09:33:36+02:00", comments="JAXB RI v2.2.11") public To getTo()
To@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T09:33:36+02:00", comments="JAXB RI v2.2.11") public void setTo(To value)
value - allowed object is
To@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T09:33:36+02:00", comments="JAXB RI v2.2.11") public Sender getSender()
Sender@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T09:33:36+02:00", comments="JAXB RI v2.2.11") public void setSender(Sender value)
value - allowed object is
Sender@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T09:33:36+02:00", comments="JAXB RI v2.2.11") public Header withFrom(From value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T09:33:36+02:00", comments="JAXB RI v2.2.11") public Header withTo(To value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T09:33:36+02:00", comments="JAXB RI v2.2.11") public Header withSender(Sender value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T09:33:36+02:00", comments="JAXB RI v2.2.11") public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T09:33:36+02:00", comments="JAXB RI v2.2.11") public boolean equals(Object object)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T09:33:36+02:00", comments="JAXB RI v2.2.11") public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodeCopyright © 2016. All rights reserved.