@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public class QualityControlParams
extends SpecificResource
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for QualityControlParams complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="QualityControlParams">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}SpecificResource">
<sequence>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}BindingQualityParams" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}FileSpec" minOccurs="0"/>
</sequence>
<attribute name="SampleInterval" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="TimeInterval" type="{http://www.CIP4.org/JDFSchema_2_0}duration" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BindingQualityParams |
bindingQualityParams |
protected FileSpec |
fileSpec |
protected java.lang.Integer |
sampleInterval |
protected Duration |
timeInterval |
| Constructor and Description |
|---|
QualityControlParams() |
| 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.EqualsStrategy strategy) |
BindingQualityParams |
getBindingQualityParams()
Gets the value of the bindingQualityParams property.
|
FileSpec |
getFileSpec()
Gets the value of the fileSpec property.
|
java.lang.Integer |
getSampleInterval()
Gets the value of the sampleInterval property.
|
Duration |
getTimeInterval()
Gets the value of the timeInterval property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setBindingQualityParams(BindingQualityParams value)
Sets the value of the bindingQualityParams property.
|
void |
setFileSpec(FileSpec value)
Sets the value of the fileSpec property.
|
void |
setSampleInterval(java.lang.Integer value)
Sets the value of the sampleInterval property.
|
void |
setTimeInterval(Duration value)
Sets the value of the timeInterval property.
|
QualityControlParams |
withBindingQualityParams(BindingQualityParams value) |
QualityControlParams |
withFileSpec(FileSpec value) |
QualityControlParams |
withSampleInterval(java.lang.Integer value) |
QualityControlParams |
withTimeInterval(Duration value) |
getOtherAttributes@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected BindingQualityParams bindingQualityParams
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected FileSpec fileSpec
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Integer sampleInterval
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected Duration timeInterval
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public BindingQualityParams getBindingQualityParams()
BindingQualityParams@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public void setBindingQualityParams(BindingQualityParams value)
value - allowed object is
BindingQualityParams@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public FileSpec getFileSpec()
FileSpec@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public void setFileSpec(FileSpec value)
value - allowed object is
FileSpec@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Integer getSampleInterval()
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public void setSampleInterval(java.lang.Integer value)
value - allowed object is
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public Duration getTimeInterval()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public void setTimeInterval(Duration value)
value - allowed object is
Stringpublic QualityControlParams withBindingQualityParams(BindingQualityParams value)
public QualityControlParams withFileSpec(FileSpec value)
public QualityControlParams withSampleInterval(java.lang.Integer value)
public QualityControlParams withTimeInterval(Duration value)
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.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class SpecificResourcepublic boolean equals(java.lang.Object object)
equals in class SpecificResourcepublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode in class SpecificResourcepublic int hashCode()
hashCode in class SpecificResource