Class SASigPolicyIdentifierType

java.lang.Object
eu.europa.esig.validationreport.jaxb.AttributeBaseType
eu.europa.esig.validationreport.jaxb.SASigPolicyIdentifierType
All Implemented Interfaces:
Serializable

public class SASigPolicyIdentifierType extends AttributeBaseType implements Serializable

Java class for SASigPolicyIdentifierType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="SASigPolicyIdentifierType">
   <complexContent>
     <extension base="{http://uri.etsi.org/19102/v1.2.1#}AttributeBaseType">
       <sequence>
         <element name="SigPolicyId" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • sigPolicyId

      protected String sigPolicyId
  • Constructor Details

    • SASigPolicyIdentifierType

      public SASigPolicyIdentifierType()
  • Method Details

    • getSigPolicyId

      public String getSigPolicyId()
      Gets the value of the sigPolicyId property.
      Returns:
      possible object is String
    • setSigPolicyId

      public void setSigPolicyId(String value)
      Sets the value of the sigPolicyId property.
      Parameters:
      value - allowed object is String