Class XmlSignatureScope
- java.lang.Object
-
- eu.europa.esig.dss.diagnostic.jaxb.XmlSignatureScope
-
- All Implemented Interfaces:
Serializable
public class XmlSignatureScope extends Object implements 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" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Transformation" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> <attribute name="SignerData" use="required" type="{http://www.w3.org/2001/XMLSchema}IDREF" /> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringdescriptionprotected Stringnameprotected SignatureScopeTypescopeprotected XmlSignerDatasignerDataprotected List<String>transformations
-
Constructor Summary
Constructors Constructor Description XmlSignatureScope()
-
Method Summary
Modifier and Type Method Description StringgetDescription()Gets the value of the description property.StringgetName()Gets the value of the name property.SignatureScopeTypegetScope()Gets the value of the scope property.XmlSignerDatagetSignerData()Gets the value of the signerData property.List<String>getTransformations()voidsetDescription(String value)Sets the value of the description property.voidsetName(String value)Sets the value of the name property.voidsetScope(SignatureScopeType value)Sets the value of the scope property.voidsetSignerData(XmlSignerData value)Sets the value of the signerData property.voidsetTransformations(List<String> transformations)
-
-
-
Field Detail
-
scope
protected SignatureScopeType scope
-
name
protected String name
-
description
protected String description
-
signerData
protected XmlSignerData signerData
-
-
Method Detail
-
getScope
public SignatureScopeType getScope()
Gets the value of the scope property.- Returns:
- possible object is
String
-
setScope
public void setScope(SignatureScopeType value)
Sets the value of the scope property.- Parameters:
value- allowed object isString
-
getName
public String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(String value)
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getDescription
public String getDescription()
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
public void setDescription(String value)
Sets the value of the description property.- Parameters:
value- allowed object isString
-
getSignerData
public XmlSignerData getSignerData()
Gets the value of the signerData property.- Returns:
- possible object is
Object
-
setSignerData
public void setSignerData(XmlSignerData value)
Sets the value of the signerData property.- Parameters:
value- allowed object isObject
-
-