Class SignaturePolicyDetailsType
java.lang.Object
oasis.names.tc.dss_x._1_0.profiles.signaturepolicy.schema_.SignaturePolicyDetailsType
Java class for SignaturePolicyDetailsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SignaturePolicyDetailsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="SignaturePolicyIdentifier" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
<element name="SignaturePolicyLocation" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
<element name="DigestAndAlgorithm" type="{http://uri.etsi.org/01903/v1.3.2#}DigestAlgAndValueType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected DigestAlgAndValueTypeprotected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the digestAndAlgorithm property.Gets the value of the signaturePolicyIdentifier property.Gets the value of the signaturePolicyLocation property.voidSets the value of the digestAndAlgorithm property.voidSets the value of the signaturePolicyIdentifier property.voidsetSignaturePolicyLocation(String value) Sets the value of the signaturePolicyLocation property.
-
Field Details
-
signaturePolicyIdentifier
-
signaturePolicyLocation
-
digestAndAlgorithm
-
-
Constructor Details
-
SignaturePolicyDetailsType
public SignaturePolicyDetailsType()
-
-
Method Details
-
getSignaturePolicyIdentifier
Gets the value of the signaturePolicyIdentifier property.- Returns:
- possible object is
String
-
setSignaturePolicyIdentifier
Sets the value of the signaturePolicyIdentifier property.- Parameters:
value- allowed object isString
-
getSignaturePolicyLocation
Gets the value of the signaturePolicyLocation property.- Returns:
- possible object is
String
-
setSignaturePolicyLocation
Sets the value of the signaturePolicyLocation property.- Parameters:
value- allowed object isString
-
getDigestAndAlgorithm
Gets the value of the digestAndAlgorithm property.- Returns:
- possible object is
DigestAlgAndValueType
-
setDigestAndAlgorithm
Sets the value of the digestAndAlgorithm property.- Parameters:
value- allowed object isDigestAlgAndValueType
-