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="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 Details

    • revocationThisUpdate

      protected Date revocationThisUpdate
    • revocationProductionDate

      protected Date revocationProductionDate
    • crs

      protected XmlCRS crs
    • id

      protected String id
  • Constructor Details

    • XmlRAC

      public XmlRAC()
  • Method Details

    • getRevocationThisUpdate

      public Date getRevocationThisUpdate()
      Gets the value of the revocationThisUpdate property.
      Returns:
      possible object is String
    • setRevocationThisUpdate

      public void setRevocationThisUpdate(Date value)
      Sets the value of the revocationThisUpdate property.
      Parameters:
      value - allowed object is String
    • 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
    • getCRS

      public XmlCRS getCRS()
      Gets the value of the crs property.
      Returns:
      possible object is XmlCRS
    • setCRS

      public void setCRS(XmlCRS value)
      Sets the value of the crs property.
      Parameters:
      value - allowed object is XmlCRS
    • 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