Package org.cip4.lib.xprinttalk.schema
Class Request
- java.lang.Object
-
- org.cip4.lib.xprinttalk.schema.BaseElement
-
- org.cip4.lib.xprinttalk.schema.Request
-
- All Implemented Interfaces:
java.io.Serializable,org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-08T08:04:58+00:00", comments="JAXB RI v2.3.2") public class Request extends BaseElement implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2Java class for Request complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Request"> <complexContent> <extension base="{http://www.printtalk.org/schema_20}BaseElement"> <sequence> <element ref="{http://www.printtalk.org/schema_20}BusinessObject"/> <any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="BusinessID" use="required" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" /> <attribute name="BusinessRefID" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" /> <attribute name="DescriptiveName" type="{http://www.w3.org/2001/XMLSchema}string" /> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<java.lang.Object>anyprotected java.lang.StringbusinessIDprotected javax.xml.bind.JAXBElement<?>businessObjectprotected java.lang.StringbusinessRefIDprotected java.lang.StringdescriptiveName
-
Constructor Summary
Constructors Constructor Description Request()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)booleanequals(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)java.util.List<java.lang.Object>getAny()Gets the value of the any property.java.lang.StringgetBusinessID()Gets the value of the businessID property.javax.xml.bind.JAXBElement<?>getBusinessObject()Gets the value of the businessObject property.java.lang.StringgetBusinessRefID()Gets the value of the businessRefID property.java.lang.StringgetDescriptiveName()Gets the value of the descriptiveName property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)voidsetBusinessID(java.lang.String value)Sets the value of the businessID property.voidsetBusinessObject(javax.xml.bind.JAXBElement<?> value)Sets the value of the businessObject property.voidsetBusinessRefID(java.lang.String value)Sets the value of the businessRefID property.voidsetDescriptiveName(java.lang.String value)Sets the value of the descriptiveName property.RequestwithAny(java.lang.Object... values)RequestwithAny(java.util.Collection<java.lang.Object> values)RequestwithBusinessID(java.lang.String value)RequestwithBusinessObject(javax.xml.bind.JAXBElement<?> value)RequestwithBusinessRefID(java.lang.String value)RequestwithDescriptiveName(java.lang.String value)-
Methods inherited from class org.cip4.lib.xprinttalk.schema.BaseElement
getOtherAttributes
-
-
-
-
Field Detail
-
businessObject
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-08T08:04:58+00:00", comments="JAXB RI v2.3.2") protected javax.xml.bind.JAXBElement<?> businessObject
-
any
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-08T08:04:58+00:00", comments="JAXB RI v2.3.2") protected java.util.List<java.lang.Object> any
-
businessID
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-08T08:04:58+00:00", comments="JAXB RI v2.3.2") protected java.lang.String businessID
-
businessRefID
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-08T08:04:58+00:00", comments="JAXB RI v2.3.2") protected java.lang.String businessRefID
-
descriptiveName
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-08T08:04:58+00:00", comments="JAXB RI v2.3.2") protected java.lang.String descriptiveName
-
-
Method Detail
-
getBusinessObject
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-08T08:04:58+00:00", comments="JAXB RI v2.3.2") public javax.xml.bind.JAXBElement<?> getBusinessObject()Gets the value of the businessObject property.- Returns:
- possible object is
JAXBElement<ContentDeliveryResponse>JAXBElement<Cancellation>JAXBElement<ProofApprovalResponse>JAXBElement<PurchaseOrder>JAXBElement<Refusal>JAXBElement<OrderStatusResponse>JAXBElement<ProofApprovalRequest>JAXBElement<Quotation>JAXBElement<RFQ>JAXBElement<StockLevelResponse>JAXBElement<Confirmation>JAXBElement<Invoice>JAXBElement<StockLevelRequest>JAXBElement<ContentDelivery>JAXBElement<OrderStatusRequest>JAXBElement<Object>
-
setBusinessObject
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-08T08:04:58+00:00", comments="JAXB RI v2.3.2") public void setBusinessObject(javax.xml.bind.JAXBElement<?> value)Sets the value of the businessObject property.- Parameters:
value- allowed object isJAXBElement<ContentDeliveryResponse>JAXBElement<Cancellation>JAXBElement<ProofApprovalResponse>JAXBElement<PurchaseOrder>JAXBElement<Refusal>JAXBElement<OrderStatusResponse>JAXBElement<ProofApprovalRequest>JAXBElement<Quotation>JAXBElement<RFQ>JAXBElement<StockLevelResponse>JAXBElement<Confirmation>JAXBElement<Invoice>JAXBElement<StockLevelRequest>JAXBElement<ContentDelivery>JAXBElement<OrderStatusRequest>JAXBElement<Object>
-
getAny
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-08T08:04:58+00:00", comments="JAXB RI v2.3.2") public java.util.List<java.lang.Object> getAny()Gets the value of the any property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the any property.For example, to add a new item, do as follows:
getAny().add(newItem);Objects of the following type(s) are allowed in the list
ElementObject
-
getBusinessID
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-08T08:04:58+00:00", comments="JAXB RI v2.3.2") public java.lang.String getBusinessID()Gets the value of the businessID property.- Returns:
- possible object is
String
-
setBusinessID
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-08T08:04:58+00:00", comments="JAXB RI v2.3.2") public void setBusinessID(java.lang.String value)Sets the value of the businessID property.- Parameters:
value- allowed object isString
-
getBusinessRefID
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-08T08:04:58+00:00", comments="JAXB RI v2.3.2") public java.lang.String getBusinessRefID()Gets the value of the businessRefID property.- Returns:
- possible object is
String
-
setBusinessRefID
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-08T08:04:58+00:00", comments="JAXB RI v2.3.2") public void setBusinessRefID(java.lang.String value)Sets the value of the businessRefID property.- Parameters:
value- allowed object isString
-
getDescriptiveName
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-08T08:04:58+00:00", comments="JAXB RI v2.3.2") public java.lang.String getDescriptiveName()Gets the value of the descriptiveName property.- Returns:
- possible object is
String
-
setDescriptiveName
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-08T08:04:58+00:00", comments="JAXB RI v2.3.2") public void setDescriptiveName(java.lang.String value)Sets the value of the descriptiveName property.- Parameters:
value- allowed object isString
-
withBusinessObject
public Request withBusinessObject(javax.xml.bind.JAXBElement<?> value)
-
withAny
public Request withAny(java.lang.Object... values)
-
withAny
public Request withAny(java.util.Collection<java.lang.Object> values)
-
withBusinessID
public Request withBusinessID(java.lang.String value)
-
withBusinessRefID
public Request withBusinessRefID(java.lang.String value)
-
withDescriptiveName
public Request withDescriptiveName(java.lang.String value)
-
equals
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)- Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2- Overrides:
equalsin classBaseElement
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classBaseElement
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)- Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode2- Overrides:
hashCodein classBaseElement
-
hashCode
public int hashCode()
- Overrides:
hashCodein classBaseElement
-
-