Class SAOCSPIDType

java.lang.Object
eu.europa.esig.validationreport.jaxb.SAOCSPIDType
All Implemented Interfaces:
Serializable

public class SAOCSPIDType extends Object implements Serializable

Java class for SAOCSPIDType complex type.

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

<complexType name="SAOCSPIDType">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="ProducedAt" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
        <choice>
          <element name="ResponderIDByName" type="{http://www.w3.org/2001/XMLSchema}string"/>
          <element name="ResponderIDByKey" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
        </choice>
      </sequence>
    </restriction>
  </complexContent>
</complexType>
See Also:
  • Field Details

    • producedAt

      protected Date producedAt
    • responderIDByName

      protected String responderIDByName
    • responderIDByKey

      protected byte[] responderIDByKey
  • Constructor Details

    • SAOCSPIDType

      public SAOCSPIDType()
  • Method Details

    • getProducedAt

      public Date getProducedAt()
      Gets the value of the producedAt property.
      Returns:
      possible object is String
    • setProducedAt

      public void setProducedAt(Date value)
      Sets the value of the producedAt property.
      Parameters:
      value - allowed object is String
    • getResponderIDByName

      public String getResponderIDByName()
      Gets the value of the responderIDByName property.
      Returns:
      possible object is String
    • setResponderIDByName

      public void setResponderIDByName(String value)
      Sets the value of the responderIDByName property.
      Parameters:
      value - allowed object is String
    • getResponderIDByKey

      public byte[] getResponderIDByKey()
      Gets the value of the responderIDByKey property.
      Returns:
      possible object is byte[]
    • setResponderIDByKey

      public void setResponderIDByKey(byte[] value)
      Sets the value of the responderIDByKey property.
      Parameters:
      value - allowed object is byte[]