Class XmlValidationPolicy

java.lang.Object
eu.europa.esig.dss.simplereport.jaxb.XmlValidationPolicy
All Implemented Interfaces:
Serializable

public class XmlValidationPolicy extends Object implements 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 Details

    • policyName

      protected String policyName
    • policyDescription

      protected String policyDescription
  • Constructor Details

    • XmlValidationPolicy

      public XmlValidationPolicy()
  • Method Details

    • getPolicyName

      public String getPolicyName()
      Gets the value of the policyName property.
      Returns:
      possible object is String
    • setPolicyName

      public void setPolicyName(String value)
      Sets the value of the policyName property.
      Parameters:
      value - allowed object is String
    • getPolicyDescription

      public String getPolicyDescription()
      Gets the value of the policyDescription property.
      Returns:
      possible object is String
    • setPolicyDescription

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