Package org.cip4.lib.xprinttalk.schema
Class OrderStatusRequest
- java.lang.Object
-
- org.cip4.lib.xprinttalk.schema.BaseElement
-
- org.cip4.lib.xprinttalk.schema.OrderStatusRequest
-
- 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 OrderStatusRequest extends BaseElement implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2Java class for OrderStatusRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OrderStatusRequest"> <complexContent> <extension base="{http://www.printtalk.org/schema_20}BaseElement"> <sequence> <element name="StatusRequest" type="{http://www.printtalk.org/schema_20}StatusRequest" maxOccurs="unbounded"/> </sequence> <attribute name="Subscribed" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<StatusRequest>statusRequestprotected booleansubscribed
-
Constructor Summary
Constructors Constructor Description OrderStatusRequest()
-
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<StatusRequest>getStatusRequest()Gets the value of the statusRequest property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)booleanisSubscribed()Gets the value of the subscribed property.voidsetSubscribed(boolean value)Sets the value of the subscribed property.OrderStatusRequestwithStatusRequest(java.util.Collection<StatusRequest> values)OrderStatusRequestwithStatusRequest(StatusRequest... values)OrderStatusRequestwithSubscribed(boolean value)-
Methods inherited from class org.cip4.lib.xprinttalk.schema.BaseElement
getOtherAttributes
-
-
-
-
Field Detail
-
statusRequest
@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<StatusRequest> statusRequest
-
subscribed
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-08T08:04:58+00:00", comments="JAXB RI v2.3.2") protected boolean subscribed
-
-
Method Detail
-
getStatusRequest
@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<StatusRequest> getStatusRequest()Gets the value of the statusRequest 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 statusRequest property.For example, to add a new item, do as follows:
getStatusRequest().add(newItem);Objects of the following type(s) are allowed in the list
StatusRequest
-
isSubscribed
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-08T08:04:58+00:00", comments="JAXB RI v2.3.2") public boolean isSubscribed()Gets the value of the subscribed property.
-
setSubscribed
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-08T08:04:58+00:00", comments="JAXB RI v2.3.2") public void setSubscribed(boolean value)Sets the value of the subscribed property.
-
withStatusRequest
public OrderStatusRequest withStatusRequest(StatusRequest... values)
-
withStatusRequest
public OrderStatusRequest withStatusRequest(java.util.Collection<StatusRequest> values)
-
withSubscribed
public OrderStatusRequest withSubscribed(boolean 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
-
-