Class VerificationParams

  • All Implemented Interfaces:
    java.io.Serializable

    @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v4.0.1",
               date="2023-01-02T18:51:33Z")
    public class VerificationParams
    extends SpecificResource
    implements java.io.Serializable

    Java class for VerificationParams complex type.

    The following schema fragment specifies the expected content contained within this class.

    
     <complexType name="VerificationParams">
       <complexContent>
         <extension base="{http://www.CIP4.org/JDFSchema_2_0}SpecificResource">
           <sequence>
             <element ref="{http://www.CIP4.org/JDFSchema_2_0}FileSpec" minOccurs="0"/>
           </sequence>
           <attribute name="Tolerance" type="{http://www.w3.org/2001/XMLSchema}float" />
           <anyAttribute processContents='lax' namespace='##other'/>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • fileSpec

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected FileSpec fileSpec
      • tolerance

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected java.lang.Float tolerance
    • Constructor Detail

      • VerificationParams

        public VerificationParams()
    • Method Detail

      • getFileSpec

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public FileSpec getFileSpec()
        Gets the value of the fileSpec property.
        Returns:
        possible object is FileSpec
      • setFileSpec

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public void setFileSpec​(FileSpec value)
        Sets the value of the fileSpec property.
        Parameters:
        value - allowed object is FileSpec
      • getTolerance

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public java.lang.Float getTolerance()
        Gets the value of the tolerance property.
        Returns:
        possible object is Float
      • setTolerance

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public void setTolerance​(java.lang.Float value)
        Sets the value of the tolerance property.
        Parameters:
        value - allowed object is Float