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 String
id
protected String
qualifiedName
-
Constructor Summary
Constructors Constructor Description XmlCertificate()
-
Method Summary
Modifier and Type Method Description String
getId()
Gets the value of the id property.String
getQualifiedName()
Gets the value of the qualifiedName property.void
setId(String value)
Sets the value of the id property.void
setQualifiedName(String value)
Sets the value of the qualifiedName property.
-
Field Details
-
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
-