Class XmlPolicyConstraints
java.lang.Object
eu.europa.esig.dss.diagnostic.jaxb.XmlCertificateExtension
eu.europa.esig.dss.diagnostic.jaxb.XmlPolicyConstraints
- All Implemented Interfaces:
Serializable
Java class for PolicyConstraints complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PolicyConstraints"> <complexContent> <extension base="{http://dss.esig.europa.eu/validation/diagnostic}CertificateExtension"> <attribute name="requireExplicitPolicy" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="inhibitPolicyMapping" type="{http://www.w3.org/2001/XMLSchema}int" /> </extension> </complexContent> </complexType>
- See Also:
-
Field Summary
Fields inherited from class eu.europa.esig.dss.diagnostic.jaxb.XmlCertificateExtension
critical, description, octets, oid
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the inhibitPolicyMapping property.Gets the value of the requireExplicitPolicy property.void
setInhibitPolicyMapping
(Integer value) Sets the value of the inhibitPolicyMapping property.void
setRequireExplicitPolicy
(Integer value) Sets the value of the requireExplicitPolicy property.Methods inherited from class eu.europa.esig.dss.diagnostic.jaxb.XmlCertificateExtension
getDescription, getOctets, getOID, isCritical, setCritical, setDescription, setOctets, setOID
-
Field Details
-
requireExplicitPolicy
-
inhibitPolicyMapping
-
-
Constructor Details
-
XmlPolicyConstraints
public XmlPolicyConstraints()
-
-
Method Details
-
getRequireExplicitPolicy
Gets the value of the requireExplicitPolicy property.- Returns:
- possible object is
Integer
-
setRequireExplicitPolicy
Sets the value of the requireExplicitPolicy property.- Parameters:
value
- allowed object isInteger
-
getInhibitPolicyMapping
Gets the value of the inhibitPolicyMapping property.- Returns:
- possible object is
Integer
-
setInhibitPolicyMapping
Sets the value of the inhibitPolicyMapping property.- Parameters:
value
- allowed object isInteger
-