Class XmlRAC
java.lang.Object
eu.europa.esig.dss.detailedreport.jaxb.XmlConstraintsConclusion
eu.europa.esig.dss.detailedreport.jaxb.XmlRAC
- All Implemented Interfaces:
Serializable
public class XmlRAC extends XmlConstraintsConclusion implements Serializable
Java class for RAC complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RAC">
<complexContent>
<extension base="{http://dss.esig.europa.eu/validation/detailed-report}ConstraintsConclusion">
<sequence>
<element name="RevocationProductionDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
</sequence>
<attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected Stringidprotected DaterevocationProductionDateFields inherited from class eu.europa.esig.dss.detailedreport.jaxb.XmlConstraintsConclusion
conclusion, constraint, title -
Constructor Summary
Constructors Constructor Description XmlRAC() -
Method Summary
Modifier and Type Method Description StringgetId()Gets the value of the id property.DategetRevocationProductionDate()Gets the value of the revocationProductionDate property.voidsetId(String value)Sets the value of the id property.voidsetRevocationProductionDate(Date value)Sets the value of the revocationProductionDate property.Methods inherited from class eu.europa.esig.dss.detailedreport.jaxb.XmlConstraintsConclusion
getConclusion, getConstraint, getTitle, setConclusion, setTitle
-
Field Details
-
Constructor Details
-
XmlRAC
public XmlRAC()
-
-
Method Details
-
getRevocationProductionDate
Gets the value of the revocationProductionDate property.- Returns:
- possible object is
String
-
setRevocationProductionDate
Sets the value of the revocationProductionDate property.- Parameters:
value- allowed object isString
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString
-