Package org.cip4.lib.xjdf.schema
Class VerificationResult
- java.lang.Object
-
- org.cip4.lib.xjdf.schema.SpecificResource
-
- org.cip4.lib.xjdf.schema.VerificationResult
-
- All Implemented Interfaces:
java.io.Serializable
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") public class VerificationResult extends SpecificResource implements java.io.SerializableJava 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
-
-
Constructor Summary
Constructors Constructor Description VerificationResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)java.lang.IntegergetAccepted()Gets the value of the accepted property.java.util.List<FileSpec>getFileSpec()Gets the value of the fileSpec property.java.lang.IntegergetRejected()Gets the value of the rejected property.java.lang.IntegergetUnknown()Gets the value of the unknown property.inthashCode()voidsetAccepted(java.lang.Integer value)Sets the value of the accepted property.voidsetRejected(java.lang.Integer value)Sets the value of the rejected property.voidsetUnknown(java.lang.Integer value)Sets the value of the unknown property.VerificationResultwithAccepted(java.lang.Integer value)VerificationResultwithFileSpec(java.util.Collection<FileSpec> values)VerificationResultwithFileSpec(FileSpec... values)VerificationResultwithRejected(java.lang.Integer value)VerificationResultwithUnknown(java.lang.Integer value)-
Methods inherited from class org.cip4.lib.xjdf.schema.SpecificResource
getOtherAttributes
-
-
-
-
Field Detail
-
fileSpec
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") protected java.util.List<FileSpec> fileSpec
-
accepted
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") protected java.lang.Integer accepted
-
rejected
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") protected java.lang.Integer rejected
-
unknown
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") protected java.lang.Integer unknown
-
-
Method Detail
-
getFileSpec
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") 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
setmethod 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.4", date="2024-07-01T15:04:08Z") 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.4", date="2024-07-01T15:04:08Z") public void setAccepted(java.lang.Integer value)Sets the value of the accepted property.- Parameters:
value- allowed object isInteger
-
getRejected
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") 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.4", date="2024-07-01T15:04:08Z") public void setRejected(java.lang.Integer value)Sets the value of the rejected property.- Parameters:
value- allowed object isInteger
-
getUnknown
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") 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.4", date="2024-07-01T15:04:08Z") public void setUnknown(java.lang.Integer value)Sets the value of the unknown property.- Parameters:
value- allowed object isInteger
-
withFileSpec
public VerificationResult withFileSpec(FileSpec... values)
-
withFileSpec
public VerificationResult withFileSpec(java.util.Collection<FileSpec> values)
-
withAccepted
public VerificationResult withAccepted(java.lang.Integer value)
-
withRejected
public VerificationResult withRejected(java.lang.Integer value)
-
withUnknown
public VerificationResult withUnknown(java.lang.Integer value)
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classSpecificResource
-
hashCode
public int hashCode()
- Overrides:
hashCodein classSpecificResource
-
-