Class XmlCompleteRevocationRefsType

java.lang.Object
xades4j.xml.bind.xades.XmlCompleteRevocationRefsType

public class XmlCompleteRevocationRefsType extends Object

Java class for CompleteRevocationRefsType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CompleteRevocationRefsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="CRLRefs" type="{http://uri.etsi.org/01903/v1.3.2#}CRLRefsType" minOccurs="0"/>
         <element name="OCSPRefs" type="{http://uri.etsi.org/01903/v1.3.2#}OCSPRefsType" minOccurs="0"/>
         <element name="OtherRefs" type="{http://uri.etsi.org/01903/v1.3.2#}OtherCertStatusRefsType" minOccurs="0"/>
       </sequence>
       <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>