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 Details

    • revocationProductionDate

      protected Date revocationProductionDate
    • id

      protected String id
  • Constructor Details

    • XmlRAC

      public XmlRAC()
  • Method Details

    • getRevocationProductionDate

      public Date getRevocationProductionDate()
      Gets the value of the revocationProductionDate property.
      Returns:
      possible object is String
    • setRevocationProductionDate

      public void setRevocationProductionDate​(Date value)
      Sets the value of the revocationProductionDate property.
      Parameters:
      value - allowed object is String
    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId​(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String