Class XmlSubXCV
- java.lang.Object
-
- eu.europa.esig.dss.detailedreport.jaxb.XmlConstraintsConclusion
-
- eu.europa.esig.dss.detailedreport.jaxb.XmlSubXCV
-
- All Implemented Interfaces:
Serializable
public class XmlSubXCV extends XmlConstraintsConclusion implements Serializable
Java class for SubXCV complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SubXCV"> <complexContent> <extension base="{http://dss.esig.europa.eu/validation/detailed-report}ConstraintsConclusion"> <sequence> <element name="RFC" type="{http://dss.esig.europa.eu/validation/detailed-report}RFC" minOccurs="0"/> <element name="RevocationInfo" type="{http://dss.esig.europa.eu/validation/detailed-report}RevocationInformation" minOccurs="0"/> </sequence> <attribute name="Id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="TrustAnchor" type="{http://www.w3.org/2001/XMLSchema}boolean" /> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringidprotected XmlRevocationInformationrevocationInfoprotected XmlRFCrfcprotected BooleantrustAnchor-
Fields inherited from class eu.europa.esig.dss.detailedreport.jaxb.XmlConstraintsConclusion
conclusion, constraint, title
-
-
Constructor Summary
Constructors Constructor Description XmlSubXCV()
-
Method Summary
Modifier and Type Method Description StringgetId()Gets the value of the id property.XmlRevocationInformationgetRevocationInfo()Gets the value of the revocationInfo property.XmlRFCgetRFC()Gets the value of the rfc property.BooleanisTrustAnchor()Gets the value of the trustAnchor property.voidsetId(String value)Sets the value of the id property.voidsetRevocationInfo(XmlRevocationInformation value)Sets the value of the revocationInfo property.voidsetRFC(XmlRFC value)Sets the value of the rfc property.voidsetTrustAnchor(Boolean value)Sets the value of the trustAnchor property.-
Methods inherited from class eu.europa.esig.dss.detailedreport.jaxb.XmlConstraintsConclusion
getConclusion, getConstraint, getTitle, setConclusion, setTitle
-
-
-
-
Field Detail
-
rfc
protected XmlRFC rfc
-
revocationInfo
protected XmlRevocationInformation revocationInfo
-
id
protected String id
-
trustAnchor
protected Boolean trustAnchor
-
-
Method Detail
-
getRFC
public XmlRFC getRFC()
Gets the value of the rfc property.- Returns:
- possible object is
XmlRFC
-
setRFC
public void setRFC(XmlRFC value)
Sets the value of the rfc property.- Parameters:
value- allowed object isXmlRFC
-
getRevocationInfo
public XmlRevocationInformation getRevocationInfo()
Gets the value of the revocationInfo property.- Returns:
- possible object is
XmlRevocationInformation
-
setRevocationInfo
public void setRevocationInfo(XmlRevocationInformation value)
Sets the value of the revocationInfo property.- Parameters:
value- allowed object isXmlRevocationInformation
-
setId
public void setId(String value)
Sets the value of the id property.- Parameters:
value- allowed object isString
-
isTrustAnchor
public Boolean isTrustAnchor()
Gets the value of the trustAnchor property.- Returns:
- possible object is
Boolean
-
-