Class XmlBasicBuildingBlocks
java.lang.Object
eu.europa.esig.dss.detailedreport.jaxb.XmlBasicBuildingBlocks
- All Implemented Interfaces:
Serializable
Java class for BasicBuildingBlocks complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BasicBuildingBlocks"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="FC" type="{http://dss.esig.europa.eu/validation/detailed-report}FC" minOccurs="0"/> <element name="ISC" type="{http://dss.esig.europa.eu/validation/detailed-report}ISC" minOccurs="0"/> <element name="VCI" type="{http://dss.esig.europa.eu/validation/detailed-report}VCI" minOccurs="0"/> <element name="XCV" type="{http://dss.esig.europa.eu/validation/detailed-report}XCV" minOccurs="0"/> <element name="CV" type="{http://dss.esig.europa.eu/validation/detailed-report}CV" minOccurs="0"/> <element name="SAV" type="{http://dss.esig.europa.eu/validation/detailed-report}SAV" minOccurs="0"/> <element name="PSV" type="{http://dss.esig.europa.eu/validation/detailed-report}PSV" minOccurs="0"/> <element name="PSV_CRS" type="{http://dss.esig.europa.eu/validation/detailed-report}CRS" minOccurs="0"/> <element name="PCV" type="{http://dss.esig.europa.eu/validation/detailed-report}PCV" minOccurs="0"/> <element name="VTS" type="{http://dss.esig.europa.eu/validation/detailed-report}VTS" minOccurs="0"/> <element name="CertificateChain" type="{http://dss.esig.europa.eu/validation/detailed-report}CertificateChain" minOccurs="0"/> <element name="Conclusion" type="{http://dss.esig.europa.eu/validation/detailed-report}Conclusion"/> </sequence> <attribute name="Id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="Type" use="required" type="{http://dss.esig.europa.eu/validation/detailed-report}Context" /> </restriction> </complexContent> </complexType>
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the certificateChain property.Gets the value of the conclusion property.getCV()
Gets the value of the cv property.getFC()
Gets the value of the fc property.getId()
Gets the value of the id property.getISC()
Gets the value of the isc property.getPCV()
Gets the value of the pcv property.getPSV()
Gets the value of the psv property.Gets the value of the psvcrs property.getSAV()
Gets the value of the sav property.getType()
Gets the value of the type property.getVCI()
Gets the value of the vci property.getVTS()
Gets the value of the vts property.getXCV()
Gets the value of the xcv property.void
Sets the value of the certificateChain property.void
setConclusion
(XmlConclusion value) Sets the value of the conclusion property.void
Sets the value of the cv property.void
Sets the value of the fc property.void
Sets the value of the id property.void
Sets the value of the isc property.void
Sets the value of the pcv property.void
Sets the value of the psv property.void
Sets the value of the psvcrs property.void
Sets the value of the sav property.void
Sets the value of the type property.void
Sets the value of the vci property.void
Sets the value of the vts property.void
Sets the value of the xcv property.
-
Field Details
-
fc
-
isc
-
vci
-
xcv
-
cv
-
sav
-
psv
-
psvcrs
-
pcv
-
vts
-
certificateChain
-
conclusion
-
id
-
type
-
-
Constructor Details
-
XmlBasicBuildingBlocks
public XmlBasicBuildingBlocks()
-
-
Method Details
-
getFC
-
setFC
-
getISC
-
setISC
-
getVCI
-
setVCI
-
getXCV
-
setXCV
-
getCV
-
setCV
-
getSAV
-
setSAV
-
getPSV
-
setPSV
-
getPSVCRS
-
setPSVCRS
-
getPCV
-
setPCV
-
getVTS
-
setVTS
-
getCertificateChain
Gets the value of the certificateChain property.- Returns:
- possible object is
XmlCertificateChain
-
setCertificateChain
Sets the value of the certificateChain property.- Parameters:
value
- allowed object isXmlCertificateChain
-
getConclusion
Gets the value of the conclusion property.- Returns:
- possible object is
XmlConclusion
-
setConclusion
Sets the value of the conclusion property.- Parameters:
value
- allowed object isXmlConclusion
-
getId
-
setId
-
getType
-
setType
-