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,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
-
-
Constructor Summary
Constructors Constructor Description VerificationResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)booleanequals(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)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()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)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
protected java.util.List<FileSpec> fileSpec
-
accepted
protected java.lang.Integer accepted
-
rejected
protected java.lang.Integer rejected
-
unknown
protected java.lang.Integer unknown
-
-
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
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
-
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 isInteger
-
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 isInteger
-
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 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(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:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2- Overrides:
equalsin classSpecificResource
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classSpecificResource
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)- Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode2- Overrides:
hashCodein classSpecificResource
-
hashCode
public int hashCode()
- Overrides:
hashCodein classSpecificResource
-
-