Class XmlRAC
java.lang.Object
eu.europa.esig.dss.detailedreport.jaxb.XmlConstraintsConclusion
eu.europa.esig.dss.detailedreport.jaxb.XmlRAC
- All Implemented Interfaces:
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="RevocationThisUpdate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="RevocationProductionDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="CRS" type="{http://dss.esig.europa.eu/validation/detailed-report}CRS" minOccurs="0"/> </sequence> <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </complexContent> </complexType>
- See Also:
-
Field Summary
Fields inherited from class eu.europa.esig.dss.detailedreport.jaxb.XmlConstraintsConclusion
conclusion, constraint, title
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetCRS()
Gets the value of the crs property.getId()
Gets the value of the id property.Gets the value of the revocationProductionDate property.Gets the value of the revocationThisUpdate property.void
Sets the value of the crs property.void
Sets the value of the id property.void
setRevocationProductionDate
(Date value) Sets the value of the revocationProductionDate property.void
setRevocationThisUpdate
(Date value) Sets the value of the revocationThisUpdate property.Methods inherited from class eu.europa.esig.dss.detailedreport.jaxb.XmlConstraintsConclusion
getConclusion, getConstraint, getTitle, setConclusion, setTitle
-
Field Details
-
revocationThisUpdate
-
revocationProductionDate
-
crs
-
id
-
-
Constructor Details
-
XmlRAC
public XmlRAC()
-
-
Method Details
-
getRevocationThisUpdate
Gets the value of the revocationThisUpdate property.- Returns:
- possible object is
String
-
setRevocationThisUpdate
Sets the value of the revocationThisUpdate property.- Parameters:
value
- allowed object isString
-
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
-
getCRS
Gets the value of the crs property.- Returns:
- possible object is
XmlCRS
-
setCRS
Sets the value of the crs property.- Parameters:
value
- allowed object isXmlCRS
-
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
-