public class SignaturePolicyIdType extends Object
Java class for SignaturePolicyIdType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SignaturePolicyIdType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="SigPolicyId" type="{http://uri.etsi.org/01903/v1.3.2#}ObjectIdentifierType"/>
<element ref="{http://www.w3.org/2000/09/xmldsig#}Transforms" minOccurs="0"/>
<element name="SigPolicyHash" type="{http://uri.etsi.org/01903/v1.3.2#}DigestAlgAndValueType"/>
<element name="SigPolicyQualifiers" type="{http://uri.etsi.org/01903/v1.3.2#}SigPolicyQualifiersListType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DigestAlgAndValueType |
sigPolicyHash |
protected ObjectIdentifierType |
sigPolicyId |
protected SigPolicyQualifiersListType |
sigPolicyQualifiers |
protected TransformsType |
transforms |
| Constructor and Description |
|---|
SignaturePolicyIdType() |
| Modifier and Type | Method and Description |
|---|---|
DigestAlgAndValueType |
getSigPolicyHash()
Gets the value of the sigPolicyHash property.
|
ObjectIdentifierType |
getSigPolicyId()
Gets the value of the sigPolicyId property.
|
SigPolicyQualifiersListType |
getSigPolicyQualifiers()
Gets the value of the sigPolicyQualifiers property.
|
TransformsType |
getTransforms()
Gets the value of the transforms property.
|
void |
setSigPolicyHash(DigestAlgAndValueType value)
Sets the value of the sigPolicyHash property.
|
void |
setSigPolicyId(ObjectIdentifierType value)
Sets the value of the sigPolicyId property.
|
void |
setSigPolicyQualifiers(SigPolicyQualifiersListType value)
Sets the value of the sigPolicyQualifiers property.
|
void |
setTransforms(TransformsType value)
Sets the value of the transforms property.
|
protected ObjectIdentifierType sigPolicyId
protected TransformsType transforms
protected DigestAlgAndValueType sigPolicyHash
protected SigPolicyQualifiersListType sigPolicyQualifiers
public ObjectIdentifierType getSigPolicyId()
ObjectIdentifierTypepublic void setSigPolicyId(ObjectIdentifierType value)
value - allowed object is
ObjectIdentifierTypepublic TransformsType getTransforms()
TransformsTypepublic void setTransforms(TransformsType value)
value - allowed object is
TransformsTypepublic DigestAlgAndValueType getSigPolicyHash()
DigestAlgAndValueTypepublic void setSigPolicyHash(DigestAlgAndValueType value)
value - allowed object is
DigestAlgAndValueTypepublic SigPolicyQualifiersListType getSigPolicyQualifiers()
SigPolicyQualifiersListTypepublic void setSigPolicyQualifiers(SigPolicyQualifiersListType value)
value - allowed object is
SigPolicyQualifiersListTypeCopyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.