Class XmlToken
java.lang.Object
eu.europa.esig.dss.simplereport.jaxb.XmlToken
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
XmlSignature
,XmlTimestamp
Java class for Token complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Token"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Filename" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="CertificateChain" type="{http://dss.esig.europa.eu/validation/simple-report}CertificateChain" minOccurs="0"/> <element name="Indication" type="{http://dss.esig.europa.eu/validation/simple-report}Indication"/> <element name="SubIndication" type="{http://dss.esig.europa.eu/validation/simple-report}SubIndication" minOccurs="0"/> <element name="AdESValidationDetails" type="{http://dss.esig.europa.eu/validation/simple-report}Details" minOccurs="0"/> <element name="QualificationDetails" type="{http://dss.esig.europa.eu/validation/simple-report}Details" minOccurs="0"/> </sequence> <attribute name="Id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected XmlDetails
protected XmlCertificateChain
protected String
protected String
protected Indication
protected XmlDetails
protected SubIndication
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the adESValidationDetails property.Gets the value of the certificateChain property.Gets the value of the filename property.getId()
Gets the value of the id property.Gets the value of the indication property.Gets the value of the qualificationDetails property.Gets the value of the subIndication property.void
Sets the value of the adESValidationDetails property.void
Sets the value of the certificateChain property.void
setFilename
(String value) Sets the value of the filename property.void
Sets the value of the id property.void
setIndication
(Indication value) Sets the value of the indication property.void
Sets the value of the qualificationDetails property.void
setSubIndication
(SubIndication value) Sets the value of the subIndication property.
-
Field Details
-
filename
-
certificateChain
-
indication
-
subIndication
-
adESValidationDetails
-
qualificationDetails
-
id
-
-
Constructor Details
-
XmlToken
public XmlToken()
-
-
Method Details
-
getFilename
Gets the value of the filename property.- Returns:
- possible object is
String
-
setFilename
Sets the value of the filename property.- Parameters:
value
- allowed object isString
-
getCertificateChain
Gets the value of the certificateChain property.- Returns:
- possible object is
XmlCertificateChain
-
setCertificateChain
Sets the value of the certificateChain property.- Parameters:
value
- allowed object isXmlCertificateChain
-
getIndication
Gets the value of the indication property.- Returns:
- possible object is
String
-
setIndication
Sets the value of the indication property.- Parameters:
value
- allowed object isString
-
getSubIndication
Gets the value of the subIndication property.- Returns:
- possible object is
String
-
setSubIndication
Sets the value of the subIndication property.- Parameters:
value
- allowed object isString
-
getAdESValidationDetails
Gets the value of the adESValidationDetails property.- Returns:
- possible object is
XmlDetails
-
setAdESValidationDetails
Sets the value of the adESValidationDetails property.- Parameters:
value
- allowed object isXmlDetails
-
getQualificationDetails
Gets the value of the qualificationDetails property.- Returns:
- possible object is
XmlDetails
-
setQualificationDetails
Sets the value of the qualificationDetails property.- Parameters:
value
- allowed object isXmlDetails
-
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
-