Class XmlCertificateContentEquivalence
java.lang.Object
eu.europa.esig.dss.diagnostic.jaxb.XmlCertificateContentEquivalence
- All Implemented Interfaces:
Serializable
Java class for CertificateContentEquivalence complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CertificateContentEquivalence"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="uri" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="enacted" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> </restriction> </complexContent> </complexType>
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
uri
-
enacted
protected boolean enacted
-
-
Constructor Details
-
XmlCertificateContentEquivalence
public XmlCertificateContentEquivalence()
-
-
Method Details
-
getUri
Gets the value of the uri property.- Returns:
- possible object is
String
-
setUri
Sets the value of the uri property.- Parameters:
value
- allowed object isString
-
isEnacted
public boolean isEnacted()Gets the value of the enacted property. -
setEnacted
public void setEnacted(boolean value) Sets the value of the enacted property.
-