Class XmlQcSSCD
java.lang.Object
eu.europa.esig.dss.diagnostic.jaxb.XmlQcSSCD
- All Implemented Interfaces:
Serializable
Java class for QcSSCD complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="QcSSCD"> <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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets the value of the present property.void
setPresent
(boolean value) Sets the value of the present property.
-
Field Details
-
present
protected boolean present
-
-
Constructor Details
-
XmlQcSSCD
public XmlQcSSCD()
-
-
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.
-