@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
public class Request
extends java.lang.Object
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for Request complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Request">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.printtalk.org/schema_2_0}BusinessObject"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected javax.xml.bind.JAXBElement<? extends BusinessObject> |
businessObject |
| Constructor and Description |
|---|
Request() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) |
javax.xml.bind.JAXBElement<? extends BusinessObject> |
getBusinessObject()
Gets the value of the businessObject property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
void |
setBusinessObject(javax.xml.bind.JAXBElement<? extends BusinessObject> value)
Sets the value of the businessObject property.
|
Request |
withBusinessObject(javax.xml.bind.JAXBElement<? extends BusinessObject> value) |
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
protected javax.xml.bind.JAXBElement<? extends BusinessObject> businessObject
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
public javax.xml.bind.JAXBElement<? extends BusinessObject> getBusinessObject()
JAXBElement<Quotation>
JAXBElement<ReturnJob>
JAXBElement<OrderStatusRequest>
JAXBElement<Confirmation>
JAXBElement<BusinessObject>
JAXBElement<RFQ>
JAXBElement<PurchaseOrder>
JAXBElement<OrderStatusResponse>
JAXBElement<Refusal>
JAXBElement<Cancellation>
JAXBElement<ProofApprovalResponse>
JAXBElement<Quotation>
JAXBElement<Invoice>
JAXBElement<ProofApprovalRequest>@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
public void setBusinessObject(javax.xml.bind.JAXBElement<? extends BusinessObject> value)
value - allowed object is
JAXBElement<Quotation>
JAXBElement<ReturnJob>
JAXBElement<OrderStatusRequest>
JAXBElement<Confirmation>
JAXBElement<BusinessObject>
JAXBElement<RFQ>
JAXBElement<PurchaseOrder>
JAXBElement<OrderStatusResponse>
JAXBElement<Refusal>
JAXBElement<Cancellation>
JAXBElement<ProofApprovalResponse>
JAXBElement<Quotation>
JAXBElement<Invoice>
JAXBElement<ProofApprovalRequest>public Request withBusinessObject(javax.xml.bind.JAXBElement<? extends BusinessObject> value)
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2public boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2public int hashCode()
hashCode in class java.lang.Object