Package org.cip4.lib.xjdf.schema
Class QueryGangStatus
- java.lang.Object
-
- org.cip4.lib.xjdf.schema.Message
-
- org.cip4.lib.xjdf.schema.Query
-
- org.cip4.lib.xjdf.schema.QueryGangStatus
-
- All Implemented Interfaces:
java.io.Serializable,org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2
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>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected GangQuFiltergangQuFilter-
Fields inherited from class org.cip4.lib.xjdf.schema.Query
subscription
-
-
Constructor Summary
Constructors Constructor Description QueryGangStatus()
-
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)GangQuFiltergetGangQuFilter()Gets the value of the gangQuFilter property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)voidsetGangQuFilter(GangQuFilter value)Sets the value of the gangQuFilter property.QueryGangStatuswithAny(java.lang.Object... values)QueryGangStatuswithAny(java.util.Collection<java.lang.Object> values)QueryGangStatuswithGangQuFilter(GangQuFilter value)QueryGangStatuswithHeader(Header value)QueryGangStatuswithSubscription(Subscription value)-
Methods inherited from class org.cip4.lib.xjdf.schema.Query
getSubscription, setSubscription
-
Methods inherited from class org.cip4.lib.xjdf.schema.Message
getAny, getHeader, getOtherAttributes, setHeader
-
-
-
-
Field Detail
-
gangQuFilter
protected GangQuFilter gangQuFilter
-
-
Method Detail
-
getGangQuFilter
public GangQuFilter getGangQuFilter()
Gets the value of the gangQuFilter property.- Returns:
- possible object is
GangQuFilter
-
setGangQuFilter
public void setGangQuFilter(GangQuFilter value)
Sets the value of the gangQuFilter property.- Parameters:
value- allowed object isGangQuFilter
-
withGangQuFilter
public QueryGangStatus withGangQuFilter(GangQuFilter value)
-
withSubscription
public QueryGangStatus withSubscription(Subscription value)
- Overrides:
withSubscriptionin classQuery
-
withHeader
public QueryGangStatus withHeader(Header value)
- Overrides:
withHeaderin classQuery
-
withAny
public QueryGangStatus withAny(java.lang.Object... values)
-
withAny
public QueryGangStatus withAny(java.util.Collection<java.lang.Object> values)
-
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)
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
-
-