@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public class QueryGangStatus
extends Query
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for QueryGangStatus complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="QueryGangStatus">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}Query">
<sequence>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}GangQuFilter" minOccurs="0"/>
</sequence>
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected GangQuFilter |
gangQuFilter |
subscription| Constructor and Description |
|---|
QueryGangStatus() |
| 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) |
GangQuFilter |
getGangQuFilter()
Gets the value of the gangQuFilter property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
void |
setGangQuFilter(GangQuFilter value)
Sets the value of the gangQuFilter property.
|
QueryGangStatus |
withGangQuFilter(GangQuFilter value) |
QueryGangStatus |
withHeader(Header value) |
QueryGangStatus |
withSubscription(Subscription value) |
getSubscription, setSubscriptiongetHeader, getOtherAttributes, setHeader@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
protected GangQuFilter gangQuFilter
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public GangQuFilter getGangQuFilter()
GangQuFilter@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public void setGangQuFilter(GangQuFilter value)
value - allowed object is
GangQuFilterpublic QueryGangStatus withGangQuFilter(GangQuFilter value)
public QueryGangStatus withSubscription(Subscription value)
withSubscription in class Querypublic QueryGangStatus withHeader(Header value)
withHeader in class Querypublic 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)
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)