Package org.cxml
Class XadesSignaturePolicyId
- java.lang.Object
-
- org.cxml.XadesSignaturePolicyId
-
public class XadesSignaturePolicyId extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected DsTransformsdsTransformsprotected XadesSigPolicyHashxadesSigPolicyHashprotected XadesSigPolicyIdxadesSigPolicyIdprotected XadesSigPolicyQualifiersxadesSigPolicyQualifiers
-
Constructor Summary
Constructors Constructor Description XadesSignaturePolicyId()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DsTransformsgetDsTransforms()Gets the value of the dsTransforms property.XadesSigPolicyHashgetXadesSigPolicyHash()Gets the value of the xadesSigPolicyHash property.XadesSigPolicyIdgetXadesSigPolicyId()Gets the value of the xadesSigPolicyId property.XadesSigPolicyQualifiersgetXadesSigPolicyQualifiers()Gets the value of the xadesSigPolicyQualifiers property.voidsetDsTransforms(DsTransforms value)Sets the value of the dsTransforms property.voidsetXadesSigPolicyHash(XadesSigPolicyHash value)Sets the value of the xadesSigPolicyHash property.voidsetXadesSigPolicyId(XadesSigPolicyId value)Sets the value of the xadesSigPolicyId property.voidsetXadesSigPolicyQualifiers(XadesSigPolicyQualifiers value)Sets the value of the xadesSigPolicyQualifiers property.
-
-
-
Field Detail
-
xadesSigPolicyId
protected XadesSigPolicyId xadesSigPolicyId
-
dsTransforms
protected DsTransforms dsTransforms
-
xadesSigPolicyHash
protected XadesSigPolicyHash xadesSigPolicyHash
-
xadesSigPolicyQualifiers
protected XadesSigPolicyQualifiers xadesSigPolicyQualifiers
-
-
Method Detail
-
getXadesSigPolicyId
public XadesSigPolicyId getXadesSigPolicyId()
Gets the value of the xadesSigPolicyId property.- Returns:
- possible object is
XadesSigPolicyId
-
setXadesSigPolicyId
public void setXadesSigPolicyId(XadesSigPolicyId value)
Sets the value of the xadesSigPolicyId property.- Parameters:
value- allowed object isXadesSigPolicyId
-
getDsTransforms
public DsTransforms getDsTransforms()
Gets the value of the dsTransforms property.- Returns:
- possible object is
DsTransforms
-
setDsTransforms
public void setDsTransforms(DsTransforms value)
Sets the value of the dsTransforms property.- Parameters:
value- allowed object isDsTransforms
-
getXadesSigPolicyHash
public XadesSigPolicyHash getXadesSigPolicyHash()
Gets the value of the xadesSigPolicyHash property.- Returns:
- possible object is
XadesSigPolicyHash
-
setXadesSigPolicyHash
public void setXadesSigPolicyHash(XadesSigPolicyHash value)
Sets the value of the xadesSigPolicyHash property.- Parameters:
value- allowed object isXadesSigPolicyHash
-
getXadesSigPolicyQualifiers
public XadesSigPolicyQualifiers getXadesSigPolicyQualifiers()
Gets the value of the xadesSigPolicyQualifiers property.- Returns:
- possible object is
XadesSigPolicyQualifiers
-
setXadesSigPolicyQualifiers
public void setXadesSigPolicyQualifiers(XadesSigPolicyQualifiers value)
Sets the value of the xadesSigPolicyQualifiers property.- Parameters:
value- allowed object isXadesSigPolicyQualifiers
-
-