Class XmlPolicy
- java.lang.Object
-
- eu.europa.esig.dss.simplereport.jaxb.XmlPolicy
-
- All Implemented Interfaces:
Serializable
public class XmlPolicy 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 StringpolicyDescriptionprotected StringpolicyName
-
Constructor Summary
Constructors Constructor Description XmlPolicy()
-
Method Summary
Modifier and Type Method Description StringgetPolicyDescription()Gets the value of the policyDescription property.StringgetPolicyName()Gets the value of the policyName property.voidsetPolicyDescription(String value)Sets the value of the policyDescription property.voidsetPolicyName(String value)Sets the value of the policyName property.
-
-
-
Method Detail
-
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 isString
-
getPolicyDescription
public String getPolicyDescription()
Gets the value of the policyDescription property.- Returns:
- possible object is
String
-
-