Class XmlSignature
java.lang.Object
eu.europa.esig.dss.simplecertificatereport.jaxb.XmlSignature
- All Implemented Interfaces:
Serializable
Java class for Signature complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Signature">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Url" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Indication" type="{http://dss.esig.europa.eu/validation/simple-certificate-report}Indication"/>
<element name="SubIndication" type="{http://dss.esig.europa.eu/validation/simple-certificate-report}SubIndication" minOccurs="0"/>
<element name="AdESValidationDetails" type="{http://dss.esig.europa.eu/validation/simple-certificate-report}Details" minOccurs="0"/>
<element name="SigningTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="SignatureScope" type="{http://dss.esig.europa.eu/validation/simple-certificate-report}SignatureScope" maxOccurs="unbounded" minOccurs="0"/>
<element name="Chain" type="{http://dss.esig.europa.eu/validation/simple-certificate-report}Chain" minOccurs="0"/>
</sequence>
<attribute name="Id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="SignatureFormat" use="required" type="{http://dss.esig.europa.eu/validation/simple-certificate-report}SignatureFormat" />
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected XmlDetailsprotected List<XmlChainItem> protected Stringprotected Indicationprotected SignatureLevelprotected List<XmlSignatureScope> protected Dateprotected SubIndicationprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the adESValidationDetails property.getChain()getId()Gets the value of the id property.Gets the value of the indication property.Gets the value of the signatureFormat property.Gets the value of the signatureScope property.Gets the value of the signingTime property.Gets the value of the subIndication property.getUrl()Gets the value of the url property.voidSets the value of the adESValidationDetails property.voidsetChain(List<XmlChainItem> chain) voidSets the value of the id property.voidsetIndication(Indication value) Sets the value of the indication property.voidsetSignatureFormat(SignatureLevel value) Sets the value of the signatureFormat property.voidsetSigningTime(Date value) Sets the value of the signingTime property.voidsetSubIndication(SubIndication value) Sets the value of the subIndication property.voidSets the value of the url property.
-
Field Details
-
url
-
indication
-
subIndication
-
adESValidationDetails
-
signingTime
-
signatureScope
-
chain
-
id
-
signatureFormat
-
-
Constructor Details
-
XmlSignature
public XmlSignature()
-
-
Method Details
-
getUrl
-
setUrl
-
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
-
getSigningTime
-
setSigningTime
-
getSignatureScope
Gets the value of the signatureScope property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the signatureScope property.For example, to add a new item, do as follows:
getSignatureScope().add(newItem);
Objects of the following type(s) are allowed in the list
XmlSignatureScope -
getId
-
setId
-
getSignatureFormat
Gets the value of the signatureFormat property.- Returns:
- possible object is
String
-
setSignatureFormat
Sets the value of the signatureFormat property.- Parameters:
value- allowed object isString
-
getChain
-
setChain
-