Class XmlRFC

All Implemented Interfaces:
Serializable

public class XmlRFC extends XmlConstraintsConclusion implements Serializable

Java class for RFC complex type.

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

<complexType name="RFC">
  <complexContent>
    <extension base="{http://dss.esig.europa.eu/validation/detailed-report}ConstraintsConclusion">
      <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}string" />
    </extension>
  </complexContent>
</complexType>
See Also:
  • Field Details

  • Constructor Details

    • XmlRFC

      public XmlRFC()
  • Method Details

    • 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