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 anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <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:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected String
policyDescription
protected String
policyName
-
Constructor Summary
Constructors Constructor Description XmlValidationPolicy()
-
Method Summary
Modifier and Type Method Description String
getPolicyDescription()
Gets the value of the policyDescription property.String
getPolicyName()
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
-
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
-