Class XmlDetailedReport
- All Implemented Interfaces:
Serializable
Java class for DetailedReport complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DetailedReport"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <sequence maxOccurs="unbounded" minOccurs="0"> <choice> <element name="Signature" type="{http://dss.esig.europa.eu/validation/detailed-report}Signature"/> <element name="Timestamp" type="{http://dss.esig.europa.eu/validation/detailed-report}Timestamp"/> <element name="EvidenceRecord" type="{http://dss.esig.europa.eu/validation/detailed-report}EvidenceRecord"/> <element name="Certificate" type="{http://dss.esig.europa.eu/validation/detailed-report}Certificate"/> </choice> </sequence> <element name="BasicBuildingBlocks" type="{http://dss.esig.europa.eu/validation/detailed-report}BasicBuildingBlocks" maxOccurs="unbounded" minOccurs="0"/> <element name="TLAnalysis" type="{http://dss.esig.europa.eu/validation/detailed-report}TLAnalysis" maxOccurs="unbounded" minOccurs="0"/> <element name="Semantic" type="{http://dss.esig.europa.eu/validation/detailed-report}Semantic" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="ValidationTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" /> </restriction> </complexContent> </complexType>
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected List
<XmlBasicBuildingBlocks> protected List
<XmlSemantic> protected List
<Serializable> protected List
<XmlTLAnalysis> protected Date
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the basicBuildingBlocks property.Gets the value of the semantic property.Gets the value of the signatureOrTimestampOrEvidenceRecord property.Gets the value of the tlAnalysis property.Gets the value of the validationTime property.void
setValidationTime
(Date value) Sets the value of the validationTime property.
-
Field Details
-
signatureOrTimestampOrEvidenceRecord
-
basicBuildingBlocks
-
tlAnalysis
-
semantic
-
validationTime
-
-
Constructor Details
-
XmlDetailedReport
public XmlDetailedReport()
-
-
Method Details
-
getSignatureOrTimestampOrEvidenceRecord
Gets the value of the signatureOrTimestampOrEvidenceRecord property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
set
method for the signatureOrTimestampOrEvidenceRecord property.For example, to add a new item, do as follows:
getSignatureOrTimestampOrEvidenceRecord().add(newItem);
Objects of the following type(s) are allowed in the list
XmlCertificate
XmlEvidenceRecord
XmlSignature
XmlTimestamp
-
getBasicBuildingBlocks
Gets the value of the basicBuildingBlocks property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
set
method for the basicBuildingBlocks property.For example, to add a new item, do as follows:
getBasicBuildingBlocks().add(newItem);
Objects of the following type(s) are allowed in the list
XmlBasicBuildingBlocks
-
getTLAnalysis
Gets the value of the tlAnalysis property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
set
method for the tlAnalysis property.For example, to add a new item, do as follows:
getTLAnalysis().add(newItem);
Objects of the following type(s) are allowed in the list
XmlTLAnalysis
-
getSemantic
Gets the value of the semantic property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
set
method for the semantic property.For example, to add a new item, do as follows:
getSemantic().add(newItem);
Objects of the following type(s) are allowed in the list
XmlSemantic
-
getValidationTime
-
setValidationTime
-