Class SignaturePolicyDetailsType

java.lang.Object
oasis.names.tc.dss_x._1_0.profiles.signaturepolicy.schema_.SignaturePolicyDetailsType

public class SignaturePolicyDetailsType extends Object

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 Details

    • signaturePolicyIdentifier

      protected String signaturePolicyIdentifier
    • signaturePolicyLocation

      protected String signaturePolicyLocation
    • digestAndAlgorithm

      protected DigestAlgAndValueType digestAndAlgorithm
  • Constructor Details

    • SignaturePolicyDetailsType

      public SignaturePolicyDetailsType()
  • Method Details

    • getSignaturePolicyIdentifier

      public String getSignaturePolicyIdentifier()
      Gets the value of the signaturePolicyIdentifier property.
      Returns:
      possible object is String
    • setSignaturePolicyIdentifier

      public void setSignaturePolicyIdentifier(String value)
      Sets the value of the signaturePolicyIdentifier property.
      Parameters:
      value - allowed object is String
    • getSignaturePolicyLocation

      public String getSignaturePolicyLocation()
      Gets the value of the signaturePolicyLocation property.
      Returns:
      possible object is String
    • setSignaturePolicyLocation

      public void setSignaturePolicyLocation(String value)
      Sets the value of the signaturePolicyLocation property.
      Parameters:
      value - allowed object is String
    • getDigestAndAlgorithm

      public DigestAlgAndValueType getDigestAndAlgorithm()
      Gets the value of the digestAndAlgorithm property.
      Returns:
      possible object is DigestAlgAndValueType
    • setDigestAndAlgorithm

      public void setDigestAndAlgorithm(DigestAlgAndValueType value)
      Sets the value of the digestAndAlgorithm property.
      Parameters:
      value - allowed object is DigestAlgAndValueType