All Implemented Interfaces:
Serializable

public class XmlCRS extends XmlConstraintsConclusion implements Serializable

Java class for CRS complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CRS">
   <complexContent>
     <extension base="{http://dss.esig.europa.eu/validation/detailed-report}ConstraintsConclusion">
       <sequence>
         <element name="RAC" type="{http://dss.esig.europa.eu/validation/detailed-report}RAC" maxOccurs="unbounded" minOccurs="0"/>
         <element name="AcceptableRevocationId" minOccurs="0">
           <simpleType>
             <list itemType="{http://www.w3.org/2001/XMLSchema}string" />
           </simpleType>
         </element>
       </sequence>
       <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="LatestAcceptableRevocationId" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • rac

      protected List<XmlRAC> rac
    • acceptableRevocationId

      protected List<String> acceptableRevocationId
    • id

      protected String id
    • latestAcceptableRevocationId

      protected String latestAcceptableRevocationId
  • Constructor Details

    • XmlCRS

      public XmlCRS()
  • Method Details

    • getRAC

      public List<XmlRAC> getRAC()
      Gets the value of the rac property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the rac property.

      For example, to add a new item, do as follows:

          getRAC().add(newItem);
       

      Objects of the following type(s) are allowed in the list XmlRAC

    • getAcceptableRevocationId

      public List<String> getAcceptableRevocationId()
      Gets the value of the acceptableRevocationId property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the acceptableRevocationId property.

      For example, to add a new item, do as follows:

          getAcceptableRevocationId().add(newItem);
       

      Objects of the following type(s) are allowed in the list 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
    • getLatestAcceptableRevocationId

      public String getLatestAcceptableRevocationId()
      Gets the value of the latestAcceptableRevocationId property.
      Returns:
      possible object is String
    • setLatestAcceptableRevocationId

      public void setLatestAcceptableRevocationId(String value)
      Sets the value of the latestAcceptableRevocationId property.
      Parameters:
      value - allowed object is String