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:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected String
sigPolicyId
Fields inherited from class eu.europa.esig.validationreport.jaxb.AttributeBaseType
attributeObject, signed
-
Constructor Summary
Constructors Constructor Description SASigPolicyIdentifierType()
-
Method Summary
Modifier and Type Method Description String
getSigPolicyId()
Gets the value of the sigPolicyId property.void
setSigPolicyId(String value)
Sets the value of the sigPolicyId property.Methods inherited from class eu.europa.esig.validationreport.jaxb.AttributeBaseType
getAttributeObject, isSigned, setSigned
-
Field Details
-
Constructor Details
-
SASigPolicyIdentifierType
public SASigPolicyIdentifierType()
-
-
Method Details
-
getSigPolicyId
Gets the value of the sigPolicyId property.- Returns:
- possible object is
String
-
setSigPolicyId
Sets the value of the sigPolicyId property.- Parameters:
value
- allowed object isString
-