Class XmlOriginalThirdCountryQcStatementsMapping
java.lang.Object
eu.europa.esig.dss.diagnostic.jaxb.XmlOriginalThirdCountryQcStatementsMapping
- All Implemented Interfaces:
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="OtherOIDs" type="{http://dss.esig.europa.eu/validation/diagnostic}OIDs" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the qcCompliance property.Gets the value of the qcSSCD property.void
setOtherOIDs
(List<XmlOID> otherOIDs) void
setQcCClegislation
(List<String> qcCClegislation) void
setQcCompliance
(XmlQcCompliance value) Sets the value of the qcCompliance property.void
Sets the value of the qcSSCD property.void
setQcTypes
(List<XmlOID> qcTypes)
-
Field Details
-
qcCompliance
-
qcSSCD
-
qcTypes
-
qcCClegislation
-
otherOIDs
-
-
Constructor Details
-
XmlOriginalThirdCountryQcStatementsMapping
public XmlOriginalThirdCountryQcStatementsMapping()
-
-
Method Details
-
getQcCompliance
Gets the value of the qcCompliance property.- Returns:
- possible object is
XmlQcCompliance
-
setQcCompliance
Sets the value of the qcCompliance property.- Parameters:
value
- allowed object isXmlQcCompliance
-
getQcSSCD
Gets the value of the qcSSCD property.- Returns:
- possible object is
XmlQcSSCD
-
setQcSSCD
Sets the value of the qcSSCD property.- Parameters:
value
- allowed object isXmlQcSSCD
-
getQcTypes
-
setQcTypes
-
getQcCClegislation
-
setQcCClegislation
-
getOtherOIDs
-
setOtherOIDs
-