Class VerificationResult

  • 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 VerificationResult
    extends SpecificResource
    implements java.io.Serializable

    Java class for VerificationResult complex type.

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

    
     <complexType name="VerificationResult">
       <complexContent>
         <extension base="{http://www.CIP4.org/JDFSchema_2_0}SpecificResource">
           <sequence>
             <element ref="{http://www.CIP4.org/JDFSchema_2_0}FileSpec" maxOccurs="4" minOccurs="0"/>
           </sequence>
           <attribute name="Accepted" type="{http://www.w3.org/2001/XMLSchema}int" />
           <attribute name="Rejected" type="{http://www.w3.org/2001/XMLSchema}int" />
           <attribute name="Unknown" type="{http://www.w3.org/2001/XMLSchema}int" />
           <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="2022-12-21T00:11:33Z")
        protected java.util.List<FileSpec> fileSpec
      • accepted

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        protected java.lang.Integer accepted
      • rejected

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        protected java.lang.Integer rejected
      • unknown

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        protected java.lang.Integer unknown
    • Constructor Detail

      • VerificationResult

        public VerificationResult()
    • Method Detail

      • getFileSpec

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public java.util.List<FileSpec> getFileSpec()
        Gets the value of the fileSpec property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the fileSpec property.

        For example, to add a new item, do as follows:

            getFileSpec().add(newItem);
         

        Objects of the following type(s) are allowed in the list FileSpec

        Returns:
        The value of the fileSpec property.
      • getAccepted

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public java.lang.Integer getAccepted()
        Gets the value of the accepted property.
        Returns:
        possible object is Integer
      • setAccepted

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public void setAccepted​(java.lang.Integer value)
        Sets the value of the accepted property.
        Parameters:
        value - allowed object is Integer
      • getRejected

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public java.lang.Integer getRejected()
        Gets the value of the rejected property.
        Returns:
        possible object is Integer
      • setRejected

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public void setRejected​(java.lang.Integer value)
        Sets the value of the rejected property.
        Parameters:
        value - allowed object is Integer
      • getUnknown

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public java.lang.Integer getUnknown()
        Gets the value of the unknown property.
        Returns:
        possible object is Integer
      • setUnknown

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public void setUnknown​(java.lang.Integer value)
        Sets the value of the unknown property.
        Parameters:
        value - allowed object is Integer