java.lang.Object
eu.europa.esig.dss.diagnostic.jaxb.XmlSignatureScope
- All Implemented Interfaces:
Serializable
Java class for SignatureScope complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SignatureScope">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Scope" type="{http://dss.esig.europa.eu/validation/diagnostic}ScopeType"/>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Description" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Transformations" type="{http://dss.esig.europa.eu/validation/diagnostic}Transformations" minOccurs="0"/>
</sequence>
<attribute name="SignerData" use="required" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected eu.europa.esig.dss.enumerations.SignatureScopeTypeprotected XmlSignerData -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the description property.getName()Gets the value of the name property.eu.europa.esig.dss.enumerations.SignatureScopeTypegetScope()Gets the value of the scope property.Gets the value of the signerData property.voidsetDescription(String value) Sets the value of the description property.voidSets the value of the name property.voidsetScope(eu.europa.esig.dss.enumerations.SignatureScopeType value) Sets the value of the scope property.voidsetSignerData(XmlSignerData value) Sets the value of the signerData property.voidsetTransformations(List<String> transformations)
-
Field Details
-
scope
protected eu.europa.esig.dss.enumerations.SignatureScopeType scope -
name
-
description
-
transformations
-
signerData
-
-
Constructor Details
-
XmlSignatureScope
public XmlSignatureScope()
-
-
Method Details
-
getScope
public eu.europa.esig.dss.enumerations.SignatureScopeType getScope()Gets the value of the scope property.- Returns:
- possible object is
String
-
setScope
public void setScope(eu.europa.esig.dss.enumerations.SignatureScopeType value) Sets the value of the scope property.- Parameters:
value- allowed object isString
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
Sets the value of the description property.- Parameters:
value- allowed object isString
-
getSignerData
Gets the value of the signerData property.- Returns:
- possible object is
Object
-
setSignerData
Sets the value of the signerData property.- Parameters:
value- allowed object isObject
-
getTransformations
-
setTransformations
-