Class SAOCSPIDType
java.lang.Object
eu.europa.esig.validationreport.jaxb.SAOCSPIDType
- All Implemented Interfaces:
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the producedAt property.byte[]Gets the value of the responderIDByKey property.Gets the value of the responderIDByName property.voidsetProducedAt(Date value) Sets the value of the producedAt property.voidsetResponderIDByKey(byte[] value) Sets the value of the responderIDByKey property.voidsetResponderIDByName(String value) Sets the value of the responderIDByName property.
-
Field Details
-
producedAt
-
responderIDByName
-
responderIDByKey
protected byte[] responderIDByKey
-
-
Constructor Details
-
SAOCSPIDType
public SAOCSPIDType()
-
-
Method Details
-
getProducedAt
Gets the value of the producedAt property.- Returns:
- possible object is
String
-
setProducedAt
Sets the value of the producedAt property.- Parameters:
value- allowed object isString
-
getResponderIDByName
Gets the value of the responderIDByName property.- Returns:
- possible object is
String
-
setResponderIDByName
Sets the value of the responderIDByName property.- Parameters:
value- allowed object isString
-
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[]
-