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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected DateproducedAtprotected byte[]responderIDByKeyprotected StringresponderIDByName
-
Constructor Summary
Constructors Constructor Description SAOCSPIDType()
-
Method Summary
Modifier and Type Method Description DategetProducedAt()Gets the value of the producedAt property.byte[]getResponderIDByKey()Gets the value of the responderIDByKey property.StringgetResponderIDByName()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.
-
-
-
Method Detail
-
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 isString
-
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 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[]
-
-