Class VerificationResult

  • All Implemented Interfaces:
    java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

    public class VerificationResult
    extends SpecificResource
    implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

    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

        protected java.util.List<FileSpec> fileSpec
      • accepted

        protected java.lang.Integer accepted
      • rejected

        protected java.lang.Integer rejected
      • unknown

        protected java.lang.Integer unknown
    • Constructor Detail

      • VerificationResult

        public VerificationResult()
    • Method Detail

      • getFileSpec

        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 JAXB 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

      • getAccepted

        public java.lang.Integer getAccepted()
        Gets the value of the accepted property.
        Returns:
        possible object is Integer
      • setAccepted

        public void setAccepted​(java.lang.Integer value)
        Sets the value of the accepted property.
        Parameters:
        value - allowed object is Integer
      • getRejected

        public java.lang.Integer getRejected()
        Gets the value of the rejected property.
        Returns:
        possible object is Integer
      • setRejected

        public void setRejected​(java.lang.Integer value)
        Sets the value of the rejected property.
        Parameters:
        value - allowed object is Integer
      • getUnknown

        public java.lang.Integer getUnknown()
        Gets the value of the unknown property.
        Returns:
        possible object is Integer
      • setUnknown

        public void setUnknown​(java.lang.Integer value)
        Sets the value of the unknown property.
        Parameters:
        value - allowed object is Integer
      • 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)
        Specified by:
        equals in interface org.jvnet.jaxb2_commons.lang.Equals2
        Overrides:
        equals in class SpecificResource
      • hashCode

        public int hashCode​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
        Specified by:
        hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2
        Overrides:
        hashCode in class SpecificResource