Class 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:
    Serialized Form
    • Field Detail

      • sigPolicyId

        protected String sigPolicyId
    • Constructor Detail

      • SASigPolicyIdentifierType

        public SASigPolicyIdentifierType()
    • Method Detail

      • 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