public class XmlPolicy extends Object
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="Notice" type="{http://www.w3.org/2001/XMLSchema}string" 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"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
asn1Processable |
protected XmlDigestAlgoAndValue |
digestAlgoAndValue |
protected Boolean |
digestAlgorithmsEqual |
protected String |
id |
protected Boolean |
identified |
protected String |
notice |
protected String |
processingError |
protected Boolean |
status |
protected String |
url |
| Constructor and Description |
|---|
XmlPolicy() |
| Modifier and Type | Method and Description |
|---|---|
XmlDigestAlgoAndValue |
getDigestAlgoAndValue()
Gets the value of the digestAlgoAndValue property.
|
String |
getId()
Gets the value of the id property.
|
String |
getNotice()
Gets the value of the notice property.
|
String |
getProcessingError()
Gets the value of the processingError property.
|
String |
getUrl()
Gets the value of the url property.
|
Boolean |
isAsn1Processable()
Gets the value of the asn1Processable property.
|
Boolean |
isDigestAlgorithmsEqual()
Gets the value of the digestAlgorithmsEqual property.
|
Boolean |
isIdentified()
Gets the value of the identified property.
|
Boolean |
isStatus()
Gets the value of the status property.
|
void |
setAsn1Processable(Boolean value)
Sets the value of the asn1Processable property.
|
void |
setDigestAlgoAndValue(XmlDigestAlgoAndValue value)
Sets the value of the digestAlgoAndValue property.
|
void |
setDigestAlgorithmsEqual(Boolean value)
Sets the value of the digestAlgorithmsEqual property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setIdentified(Boolean value)
Sets the value of the identified property.
|
void |
setNotice(String value)
Sets the value of the notice property.
|
void |
setProcessingError(String value)
Sets the value of the processingError property.
|
void |
setStatus(Boolean value)
Sets the value of the status property.
|
void |
setUrl(String value)
Sets the value of the url property.
|
protected String id
protected String url
protected String notice
protected XmlDigestAlgoAndValue digestAlgoAndValue
protected Boolean asn1Processable
protected Boolean identified
protected Boolean status
protected String processingError
protected Boolean digestAlgorithmsEqual
public void setId(String value)
value - allowed object is
Stringpublic void setUrl(String value)
value - allowed object is
Stringpublic String getNotice()
Stringpublic void setNotice(String value)
value - allowed object is
Stringpublic XmlDigestAlgoAndValue getDigestAlgoAndValue()
XmlDigestAlgoAndValuepublic void setDigestAlgoAndValue(XmlDigestAlgoAndValue value)
value - allowed object is
XmlDigestAlgoAndValuepublic Boolean isAsn1Processable()
Booleanpublic void setAsn1Processable(Boolean value)
value - allowed object is
Booleanpublic Boolean isIdentified()
Booleanpublic void setIdentified(Boolean value)
value - allowed object is
Booleanpublic Boolean isStatus()
Booleanpublic void setStatus(Boolean value)
value - allowed object is
Booleanpublic String getProcessingError()
Stringpublic void setProcessingError(String value)
value - allowed object is
Stringpublic Boolean isDigestAlgorithmsEqual()
BooleanCopyright © 2018. All rights reserved.