Class XmlCertificate
- java.lang.Object
-
- eu.europa.esig.dss.simplereport.jaxb.XmlCertificate
-
- All Implemented Interfaces:
Serializable
public class XmlCertificate extends Object implements 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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringidprotected StringqualifiedName
-
Constructor Summary
Constructors Constructor Description XmlCertificate()
-
Method Summary
Modifier and Type Method Description StringgetId()Gets the value of the id property.StringgetQualifiedName()Gets the value of the qualifiedName property.voidsetId(String value)Sets the value of the id property.voidsetQualifiedName(String value)Sets the value of the qualifiedName property.
-