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="QualifiedName" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="TrustAnchors" type="{http://dss.esig.europa.eu/validation/simple-report}TrustAnchors" minOccurs="0"/> </sequence> <attribute name="Id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="trusted" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> </restriction> </complexContent> </complexType>
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected String
protected XmlTrustAnchors
protected Boolean
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
Gets the value of the id property.Gets the value of the qualifiedName property.Gets the value of the trustAnchors property.boolean
Gets the value of the trusted property.void
Sets the value of the id property.void
setQualifiedName
(String value) Sets the value of the qualifiedName property.void
setTrustAnchors
(XmlTrustAnchors value) Sets the value of the trustAnchors property.void
setTrusted
(Boolean value) Sets the value of the trusted property.
-
Field Details
-
qualifiedName
-
trustAnchors
-
id
-
trusted
-
-
Constructor Details
-
XmlCertificate
public XmlCertificate()
-
-
Method Details
-
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
-
getTrustAnchors
Gets the value of the trustAnchors property.- Returns:
- possible object is
XmlTrustAnchors
-
setTrustAnchors
Sets the value of the trustAnchors property.- Parameters:
value
- allowed object isXmlTrustAnchors
-
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
-
isTrusted
public boolean isTrusted()Gets the value of the trusted property.- Returns:
- possible object is
Boolean
-
setTrusted
Sets the value of the trusted property.- Parameters:
value
- allowed object isBoolean
-