Class XmlCertificate
java.lang.Object
eu.europa.esig.dss.simplereport.jaxb.XmlCertificate
- All Implemented Interfaces:
Serializable
Java class for Certificate complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Certificate">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="qualifiedName" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()Gets the value of the id property.Gets the value of the qualifiedName property.voidSets the value of the id property.voidsetQualifiedName(String value) Sets the value of the qualifiedName property.
-
Field Details
-
id
-
qualifiedName
-
-
Constructor Details
-
XmlCertificate
public XmlCertificate()
-
-
Method Details
-
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
-
getQualifiedName
Gets the value of the qualifiedName property.- Returns:
- possible object is
String
-
setQualifiedName
Sets the value of the qualifiedName property.- Parameters:
value- allowed object isString
-