Class XmlPolicy
java.lang.Object
eu.europa.esig.dss.diagnostic.jaxb.XmlPolicy
- All Implemented Interfaces:
Serializable
public class XmlPolicy extends Object implements 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="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Notice" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ZeroHash" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="DigestAlgoAndValue" type="{http://dss.esig.europa.eu/validation/diagnostic}DigestAlgoAndValue" minOccurs="0"/>
<element name="Asn1Processable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Identified" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Status" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="ProcessingError" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="DigestAlgorithmsEqual" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="DocumentationReferences" type="{http://dss.esig.europa.eu/validation/diagnostic}DocumentationReferences" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected Booleanasn1Processableprotected Stringdescriptionprotected XmlDigestAlgoAndValuedigestAlgoAndValueprotected BooleandigestAlgorithmsEqualprotected List<String>documentationReferencesprotected Stringidprotected Booleanidentifiedprotected Stringnoticeprotected StringprocessingErrorprotected Booleanstatusprotected Stringurlprotected BooleanzeroHash -
Constructor Summary
Constructors Constructor Description XmlPolicy() -
Method Summary
Modifier and Type Method Description StringgetDescription()Gets the value of the description property.XmlDigestAlgoAndValuegetDigestAlgoAndValue()Gets the value of the digestAlgoAndValue property.List<String>getDocumentationReferences()StringgetId()Gets the value of the id property.StringgetNotice()Gets the value of the notice property.StringgetProcessingError()Gets the value of the processingError property.StringgetUrl()Gets the value of the url property.BooleanisAsn1Processable()Gets the value of the asn1Processable property.BooleanisDigestAlgorithmsEqual()Gets the value of the digestAlgorithmsEqual property.BooleanisIdentified()Gets the value of the identified property.BooleanisStatus()Gets the value of the status property.BooleanisZeroHash()Gets the value of the zeroHash property.voidsetAsn1Processable(Boolean value)Sets the value of the asn1Processable property.voidsetDescription(String value)Sets the value of the description property.voidsetDigestAlgoAndValue(XmlDigestAlgoAndValue value)Sets the value of the digestAlgoAndValue property.voidsetDigestAlgorithmsEqual(Boolean value)Sets the value of the digestAlgorithmsEqual property.voidsetDocumentationReferences(List<String> documentationReferences)voidsetId(String value)Sets the value of the id property.voidsetIdentified(Boolean value)Sets the value of the identified property.voidsetNotice(String value)Sets the value of the notice property.voidsetProcessingError(String value)Sets the value of the processingError property.voidsetStatus(Boolean value)Sets the value of the status property.voidsetUrl(String value)Sets the value of the url property.voidsetZeroHash(Boolean value)Sets the value of the zeroHash property.
-
Field Details
-
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
-
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
-
getNotice
Gets the value of the notice property.- Returns:
- possible object is
String
-
setNotice
Sets the value of the notice property.- Parameters:
value- allowed object isString
-
isZeroHash
Gets the value of the zeroHash property.- Returns:
- possible object is
Boolean
-
setZeroHash
Sets the value of the zeroHash property.- Parameters:
value- allowed object isBoolean
-
getDigestAlgoAndValue
Gets the value of the digestAlgoAndValue property.- Returns:
- possible object is
XmlDigestAlgoAndValue
-
setDigestAlgoAndValue
Sets the value of the digestAlgoAndValue property.- Parameters:
value- allowed object isXmlDigestAlgoAndValue
-
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
-
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
-
isStatus
Gets the value of the status property.- Returns:
- possible object is
Boolean
-
setStatus
Sets the value of the status 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
-
isDigestAlgorithmsEqual
Gets the value of the digestAlgorithmsEqual property.- Returns:
- possible object is
Boolean
-
setDigestAlgorithmsEqual
Sets the value of the digestAlgorithmsEqual property.- Parameters:
value- allowed object isBoolean
-
getDocumentationReferences
-
setDocumentationReferences
-