Class XmlPolicy
java.lang.Object
eu.europa.esig.dss.diagnostic.jaxb.XmlPolicy
- All Implemented Interfaces:
Serializable
Java class for Policy complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Policy"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Id" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="Url" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="UserNotice" type="{http://dss.esig.europa.eu/validation/diagnostic}UserNotice" minOccurs="0"/> <element name="DocSpecification" type="{http://dss.esig.europa.eu/validation/diagnostic}SPDocSpecification" minOccurs="0"/> <element name="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="Identified" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="Asn1Processable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="Transformations" type="{http://dss.esig.europa.eu/validation/diagnostic}Transformations" minOccurs="0"/> <element name="DocumentationReferences" type="{http://dss.esig.europa.eu/validation/diagnostic}DocumentationReferences" minOccurs="0"/> <element name="ProcessingError" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="DigestAlgoAndValue" type="{http://dss.esig.europa.eu/validation/diagnostic}PolicyDigestAlgoAndValue" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected Boolean
protected String
protected XmlPolicyDigestAlgoAndValue
protected XmlSPDocSpecification
protected String
protected Boolean
protected String
protected String
protected XmlUserNotice
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the description property.Gets the value of the digestAlgoAndValue property.Gets the value of the docSpecification property.getId()
Gets the value of the id property.Gets the value of the processingError property.getUrl()
Gets the value of the url property.Gets the value of the userNotice property.Gets the value of the asn1Processable property.Gets the value of the identified property.void
setAsn1Processable
(Boolean value) Sets the value of the asn1Processable property.void
setDescription
(String value) Sets the value of the description property.void
Sets the value of the digestAlgoAndValue property.void
Sets the value of the docSpecification property.void
setDocumentationReferences
(List<String> documentationReferences) void
Sets the value of the id property.void
setIdentified
(Boolean value) Sets the value of the identified property.void
setProcessingError
(String value) Sets the value of the processingError property.void
setTransformations
(List<String> transformations) void
Sets the value of the url property.void
setUserNotice
(XmlUserNotice value) Sets the value of the userNotice property.
-
Field Details
-
id
-
url
-
userNotice
-
docSpecification
-
description
-
identified
-
asn1Processable
-
transformations
-
documentationReferences
-
processingError
-
digestAlgoAndValue
-
-
Constructor Details
-
XmlPolicy
public XmlPolicy()
-
-
Method Details
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
getUrl
Gets the value of the url property.- Returns:
- possible object is
String
-
setUrl
Sets the value of the url property.- Parameters:
value
- allowed object isString
-
getUserNotice
Gets the value of the userNotice property.- Returns:
- possible object is
XmlUserNotice
-
setUserNotice
Sets the value of the userNotice property.- Parameters:
value
- allowed object isXmlUserNotice
-
getDocSpecification
Gets the value of the docSpecification property.- Returns:
- possible object is
XmlSPDocSpecification
-
setDocSpecification
Sets the value of the docSpecification property.- Parameters:
value
- allowed object isXmlSPDocSpecification
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
Sets the value of the description property.- Parameters:
value
- allowed object isString
-
isIdentified
Gets the value of the identified property.- Returns:
- possible object is
Boolean
-
setIdentified
Sets the value of the identified property.- Parameters:
value
- allowed object isBoolean
-
isAsn1Processable
Gets the value of the asn1Processable property.- Returns:
- possible object is
Boolean
-
setAsn1Processable
Sets the value of the asn1Processable property.- Parameters:
value
- allowed object isBoolean
-
getProcessingError
Gets the value of the processingError property.- Returns:
- possible object is
String
-
setProcessingError
Sets the value of the processingError property.- Parameters:
value
- allowed object isString
-
getDigestAlgoAndValue
Gets the value of the digestAlgoAndValue property.- Returns:
- possible object is
XmlPolicyDigestAlgoAndValue
-
setDigestAlgoAndValue
Sets the value of the digestAlgoAndValue property.- Parameters:
value
- allowed object isXmlPolicyDigestAlgoAndValue
-
getTransformations
-
setTransformations
-
getDocumentationReferences
-
setDocumentationReferences
-