- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
XmlOrphanRevocation,XmlRelatedRevocation
Java class for FoundRevocation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FoundRevocation">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Type" type="{http://dss.esig.europa.eu/validation/diagnostic}RevocationType"/>
<element name="Origin" type="{http://dss.esig.europa.eu/validation/diagnostic}RevocationOriginType" maxOccurs="unbounded" minOccurs="0"/>
<element name="RevocationRef" type="{http://dss.esig.europa.eu/validation/diagnostic}RevocationRef" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<eu.europa.esig.dss.enumerations.RevocationOrigin> protected List<XmlRevocationRef> protected eu.europa.esig.dss.enumerations.RevocationType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<eu.europa.esig.dss.enumerations.RevocationOrigin> Gets the value of the origins property.Gets the value of the revocationRefs property.eu.europa.esig.dss.enumerations.RevocationTypegetType()Gets the value of the type property.voidsetType(eu.europa.esig.dss.enumerations.RevocationType value) Sets the value of the type property.
-
Field Details
-
type
protected eu.europa.esig.dss.enumerations.RevocationType type -
origins
-
revocationRefs
-
-
Constructor Details
-
XmlFoundRevocation
public XmlFoundRevocation()
-
-
Method Details
-
getType
public eu.europa.esig.dss.enumerations.RevocationType getType()Gets the value of the type property.- Returns:
- possible object is
String
-
setType
public void setType(eu.europa.esig.dss.enumerations.RevocationType value) Sets the value of the type property.- Parameters:
value- allowed object isString
-
getOrigins
Gets the value of the origins 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 Jakarta XML Binding object. This is why there is not a
setmethod for the origins property.For example, to add a new item, do as follows:
getOrigins().add(newItem);Objects of the following type(s) are allowed in the list
String -
getRevocationRefs
Gets the value of the revocationRefs 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 Jakarta XML Binding object. This is why there is not a
setmethod for the revocationRefs property.For example, to add a new item, do as follows:
getRevocationRefs().add(newItem);Objects of the following type(s) are allowed in the list
XmlRevocationRef
-