Class XmlOriginalThirdCountryQcStatementsMapping

java.lang.Object
eu.europa.esig.dss.diagnostic.jaxb.XmlOriginalThirdCountryQcStatementsMapping
All Implemented Interfaces:
Serializable

public class XmlOriginalThirdCountryQcStatementsMapping extends Object implements Serializable

Java class for OriginalThirdCountryQcStatementsMapping complex type.

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

<complexType name="OriginalThirdCountryQcStatementsMapping">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="QcCompliance" type="{http://dss.esig.europa.eu/validation/diagnostic}QcCompliance" minOccurs="0"/>
        <element name="QcSSCD" type="{http://dss.esig.europa.eu/validation/diagnostic}QcSSCD" minOccurs="0"/>
        <element name="QcTypes" type="{http://dss.esig.europa.eu/validation/diagnostic}QcTypes" minOccurs="0"/>
        <element name="QcCClegislation" type="{http://dss.esig.europa.eu/validation/diagnostic}QcCClegislation" minOccurs="0"/>
        <element name="QcQSCDlegislation" type="{http://dss.esig.europa.eu/validation/diagnostic}QcQSCDlegislation" minOccurs="0"/>
        <element name="OtherOIDs" type="{http://dss.esig.europa.eu/validation/diagnostic}OtherOIDs" minOccurs="0"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>
See Also:
  • Field Details

  • Constructor Details

    • XmlOriginalThirdCountryQcStatementsMapping

      public XmlOriginalThirdCountryQcStatementsMapping()
  • Method Details

    • getQcCompliance

      public XmlQcCompliance getQcCompliance()
      Gets the value of the qcCompliance property.
      Returns:
      possible object is XmlQcCompliance
    • setQcCompliance

      public void setQcCompliance(XmlQcCompliance value)
      Sets the value of the qcCompliance property.
      Parameters:
      value - allowed object is XmlQcCompliance
    • getQcSSCD

      public XmlQcSSCD getQcSSCD()
      Gets the value of the qcSSCD property.
      Returns:
      possible object is XmlQcSSCD
    • setQcSSCD

      public void setQcSSCD(XmlQcSSCD value)
      Sets the value of the qcSSCD property.
      Parameters:
      value - allowed object is XmlQcSSCD
    • getQcTypes

      public List<XmlOID> getQcTypes()
    • setQcTypes

      public void setQcTypes(List<XmlOID> qcTypes)
    • getQcCClegislation

      public List<String> getQcCClegislation()
    • setQcCClegislation

      public void setQcCClegislation(List<String> qcCClegislation)
    • getQcQSCDlegislation

      public List<String> getQcQSCDlegislation()
    • setQcQSCDlegislation

      public void setQcQSCDlegislation(List<String> qcQSCDlegislation)
    • getOtherOIDs

      public List<XmlOID> getOtherOIDs()
    • setOtherOIDs

      public void setOtherOIDs(List<XmlOID> otherOIDs)