Class XmlQcCompliance
java.lang.Object
eu.europa.esig.dss.diagnostic.jaxb.XmlQcCompliance
- All Implemented Interfaces:
 Serializable
Java class for QcCompliance complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="QcCompliance">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="present" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 - See Also:
 
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the present property.voidsetPresent(boolean value) Sets the value of the present property. 
- 
Field Details
- 
present
protected boolean present 
 - 
 - 
Constructor Details
- 
XmlQcCompliance
public XmlQcCompliance() 
 - 
 - 
Method Details
- 
isPresent
public boolean isPresent()Gets the value of the present property. - 
setPresent
public void setPresent(boolean value) Sets the value of the present property. 
 -