Class XmlCRS
- All Implemented Interfaces:
Serializable
Java class for CRS complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CRS"> <complexContent> <extension base="{http://dss.esig.europa.eu/validation/detailed-report}ConstraintsConclusion"> <sequence> <element name="RAC" type="{http://dss.esig.europa.eu/validation/detailed-report}RAC" maxOccurs="unbounded" minOccurs="0"/> <element name="AcceptableRevocationId" minOccurs="0"> <simpleType> <list itemType="{http://www.w3.org/2001/XMLSchema}string" /> </simpleType> </element> </sequence> <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="LatestAcceptableRevocationId" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </complexContent> </complexType>
- See Also:
-
Field Summary
Fields inherited from class eu.europa.esig.dss.detailedreport.jaxb.XmlConstraintsConclusion
conclusion, constraint, title
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the acceptableRevocationId property.getId()
Gets the value of the id property.Gets the value of the latestAcceptableRevocationId property.getRAC()
Gets the value of the rac property.void
Sets the value of the id property.void
Sets the value of the latestAcceptableRevocationId property.Methods inherited from class eu.europa.esig.dss.detailedreport.jaxb.XmlConstraintsConclusion
getConclusion, getConstraint, getTitle, setConclusion, setTitle
-
Field Details
-
rac
-
acceptableRevocationId
-
id
-
latestAcceptableRevocationId
-
-
Constructor Details
-
XmlCRS
public XmlCRS()
-
-
Method Details
-
getRAC
Gets the value of the rac property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the rac property.For example, to add a new item, do as follows:
getRAC().add(newItem);
Objects of the following type(s) are allowed in the list
XmlRAC
-
getAcceptableRevocationId
Gets the value of the acceptableRevocationId property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the acceptableRevocationId property.For example, to add a new item, do as follows:
getAcceptableRevocationId().add(newItem);
Objects of the following type(s) are allowed in the list
String
-
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
-
getLatestAcceptableRevocationId
Gets the value of the latestAcceptableRevocationId property.- Returns:
- possible object is
String
-
setLatestAcceptableRevocationId
Sets the value of the latestAcceptableRevocationId property.- Parameters:
value
- allowed object isString
-