Class XmlValidationPolicy
java.lang.Object
eu.europa.esig.dss.simplecertificatereport.jaxb.XmlValidationPolicy
- All Implemented Interfaces:
Serializable
Java class for ValidationPolicy complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ValidationPolicy"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="PolicyName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="PolicyDescription" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the policyDescription property.Gets the value of the policyName property.void
setPolicyDescription
(String value) Sets the value of the policyDescription property.void
setPolicyName
(String value) Sets the value of the policyName property.
-
Field Details
-
policyName
-
policyDescription
-
-
Constructor Details
-
XmlValidationPolicy
public XmlValidationPolicy()
-
-
Method Details
-
getPolicyName
Gets the value of the policyName property.- Returns:
- possible object is
String
-
setPolicyName
Sets the value of the policyName property.- Parameters:
value
- allowed object isString
-
getPolicyDescription
Gets the value of the policyDescription property.- Returns:
- possible object is
String
-
setPolicyDescription
Sets the value of the policyDescription property.- Parameters:
value
- allowed object isString
-