Class XmlBasicBuildingBlocks
- java.lang.Object
-
- eu.europa.esig.dss.detailedreport.jaxb.XmlBasicBuildingBlocks
-
- All Implemented Interfaces:
Serializable
public class XmlBasicBuildingBlocks extends Object implements 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="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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected XmlCertificateChaincertificateChainprotected XmlConclusionconclusionprotected XmlCVcvprotected XmlFCfcprotected Stringidprotected XmlISCiscprotected XmlPCVpcvprotected XmlPSVpsvprotected XmlSAVsavprotected Contexttypeprotected XmlVCIvciprotected XmlVTSvtsprotected XmlXCVxcv
-
Constructor Summary
Constructors Constructor Description XmlBasicBuildingBlocks()
-
Method Summary
Modifier and Type Method Description XmlCertificateChaingetCertificateChain()Gets the value of the certificateChain property.XmlConclusiongetConclusion()Gets the value of the conclusion property.XmlCVgetCV()Gets the value of the cv property.XmlFCgetFC()Gets the value of the fc property.StringgetId()Gets the value of the id property.XmlISCgetISC()Gets the value of the isc property.XmlPCVgetPCV()Gets the value of the pcv property.XmlPSVgetPSV()Gets the value of the psv property.XmlSAVgetSAV()Gets the value of the sav property.ContextgetType()Gets the value of the type property.XmlVCIgetVCI()Gets the value of the vci property.XmlVTSgetVTS()Gets the value of the vts property.XmlXCVgetXCV()Gets the value of the xcv property.voidsetCertificateChain(XmlCertificateChain value)Sets the value of the certificateChain property.voidsetConclusion(XmlConclusion value)Sets the value of the conclusion property.voidsetCV(XmlCV value)Sets the value of the cv property.voidsetFC(XmlFC value)Sets the value of the fc property.voidsetId(String value)Sets the value of the id property.voidsetISC(XmlISC value)Sets the value of the isc property.voidsetPCV(XmlPCV value)Sets the value of the pcv property.voidsetPSV(XmlPSV value)Sets the value of the psv property.voidsetSAV(XmlSAV value)Sets the value of the sav property.voidsetType(Context value)Sets the value of the type property.voidsetVCI(XmlVCI value)Sets the value of the vci property.voidsetVTS(XmlVTS value)Sets the value of the vts property.voidsetXCV(XmlXCV value)Sets the value of the xcv property.
-
-
-
Field Detail
-
fc
protected XmlFC fc
-
isc
protected XmlISC isc
-
vci
protected XmlVCI vci
-
xcv
protected XmlXCV xcv
-
cv
protected XmlCV cv
-
sav
protected XmlSAV sav
-
psv
protected XmlPSV psv
-
pcv
protected XmlPCV pcv
-
vts
protected XmlVTS vts
-
certificateChain
protected XmlCertificateChain certificateChain
-
conclusion
protected XmlConclusion conclusion
-
id
protected String id
-
type
protected Context type
-
-
Method Detail
-
setFC
public void setFC(XmlFC value)
Sets the value of the fc property.- Parameters:
value- allowed object isXmlFC
-
getISC
public XmlISC getISC()
Gets the value of the isc property.- Returns:
- possible object is
XmlISC
-
setISC
public void setISC(XmlISC value)
Sets the value of the isc property.- Parameters:
value- allowed object isXmlISC
-
getVCI
public XmlVCI getVCI()
Gets the value of the vci property.- Returns:
- possible object is
XmlVCI
-
setVCI
public void setVCI(XmlVCI value)
Sets the value of the vci property.- Parameters:
value- allowed object isXmlVCI
-
getXCV
public XmlXCV getXCV()
Gets the value of the xcv property.- Returns:
- possible object is
XmlXCV
-
setXCV
public void setXCV(XmlXCV value)
Sets the value of the xcv property.- Parameters:
value- allowed object isXmlXCV
-
setCV
public void setCV(XmlCV value)
Sets the value of the cv property.- Parameters:
value- allowed object isXmlCV
-
getSAV
public XmlSAV getSAV()
Gets the value of the sav property.- Returns:
- possible object is
XmlSAV
-
setSAV
public void setSAV(XmlSAV value)
Sets the value of the sav property.- Parameters:
value- allowed object isXmlSAV
-
getPSV
public XmlPSV getPSV()
Gets the value of the psv property.- Returns:
- possible object is
XmlPSV
-
setPSV
public void setPSV(XmlPSV value)
Sets the value of the psv property.- Parameters:
value- allowed object isXmlPSV
-
getPCV
public XmlPCV getPCV()
Gets the value of the pcv property.- Returns:
- possible object is
XmlPCV
-
setPCV
public void setPCV(XmlPCV value)
Sets the value of the pcv property.- Parameters:
value- allowed object isXmlPCV
-
getVTS
public XmlVTS getVTS()
Gets the value of the vts property.- Returns:
- possible object is
XmlVTS
-
setVTS
public void setVTS(XmlVTS value)
Sets the value of the vts property.- Parameters:
value- allowed object isXmlVTS
-
getCertificateChain
public XmlCertificateChain getCertificateChain()
Gets the value of the certificateChain property.- Returns:
- possible object is
XmlCertificateChain
-
setCertificateChain
public void setCertificateChain(XmlCertificateChain value)
Sets the value of the certificateChain property.- Parameters:
value- allowed object isXmlCertificateChain
-
getConclusion
public XmlConclusion getConclusion()
Gets the value of the conclusion property.- Returns:
- possible object is
XmlConclusion
-
setConclusion
public void setConclusion(XmlConclusion value)
Sets the value of the conclusion property.- Parameters:
value- allowed object isXmlConclusion
-
setId
public void setId(String value)
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getType
public Context getType()
Gets the value of the type property.- Returns:
- possible object is
String
-
-