Class XmlValidationDataType

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

public class XmlValidationDataType extends Object

Java class for ValidationDataType complex type.

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

 <complexType name="ValidationDataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://uri.etsi.org/01903/v1.3.2#}CertificateValues" minOccurs="0"/>
         <element ref="{http://uri.etsi.org/01903/v1.3.2#}RevocationValues" minOccurs="0"/>
       </sequence>
       <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" />
       <attribute name="UR" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • XmlValidationDataType

      public XmlValidationDataType()
  • Method Details

    • getCertificateValues

      public XmlCertificateValuesType getCertificateValues()
      Gets the value of the certificateValues property.
      Returns:
      possible object is XmlCertificateValuesType
    • setCertificateValues

      public void setCertificateValues(XmlCertificateValuesType value)
      Sets the value of the certificateValues property.
      Parameters:
      value - allowed object is XmlCertificateValuesType
    • getRevocationValues

      public XmlRevocationValuesType getRevocationValues()
      Gets the value of the revocationValues property.
      Returns:
      possible object is XmlRevocationValuesType
    • setRevocationValues

      public void setRevocationValues(XmlRevocationValuesType value)
      Sets the value of the revocationValues property.
      Parameters:
      value - allowed object is XmlRevocationValuesType
    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
    • getUR

      public String getUR()
      Gets the value of the ur property.
      Returns:
      possible object is String
    • setUR

      public void setUR(String value)
      Sets the value of the ur property.
      Parameters:
      value - allowed object is String