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
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public class QueryGangStatus extends Query implements java.io.SerializableJava 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)GangQuFiltergetGangQuFilter()Gets the value of the gangQuFilter property.inthashCode()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
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected GangQuFilter gangQuFilter
-
-
Method Detail
-
getGangQuFilter
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public GangQuFilter getGangQuFilter()Gets the value of the gangQuFilter property.- Returns:
- possible object is
GangQuFilter
-
setGangQuFilter
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") 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)
-
-