Class XmlChainItem
java.lang.Object
eu.europa.esig.dss.detailedreport.jaxb.XmlChainItem
- All Implemented Interfaces:
Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Source" type="{http://dss.esig.europa.eu/validation/detailed-report}CertificateSourceType"/> </sequence> <attribute name="Id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
Gets the value of the id property.Gets the value of the source property.void
Sets the value of the id property.void
setSource
(CertificateSourceType value) Sets the value of the source property.
-
Field Details
-
source
-
id
-
-
Constructor Details
-
XmlChainItem
public XmlChainItem()
-
-
Method Details
-
getSource
Gets the value of the source property.- Returns:
- possible object is
String
-
setSource
Sets the value of the source property.- Parameters:
value
- allowed object isString
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isString
-