Class OCSPIdentifierType
java.lang.Object
eu.europa.esig.xades.jaxb.xades111.OCSPIdentifierType
- All Implemented Interfaces:
Serializable
public class OCSPIdentifierType extends Object implements Serializable
Java class for OCSPIdentifierType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OCSPIdentifierType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ResponderID" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="ProducedAt" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> </sequence> <attribute name="URI" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected XMLGregorianCalendar
producedAt
protected String
responderID
protected String
uri
-
Constructor Summary
Constructors Constructor Description OCSPIdentifierType()
-
Method Summary
Modifier and Type Method Description XMLGregorianCalendar
getProducedAt()
Gets the value of the producedAt property.String
getResponderID()
Gets the value of the responderID property.String
getURI()
Gets the value of the uri property.void
setProducedAt(XMLGregorianCalendar value)
Sets the value of the producedAt property.void
setResponderID(String value)
Sets the value of the responderID property.void
setURI(String value)
Sets the value of the uri property.
-
Field Details
-
Constructor Details
-
OCSPIdentifierType
public OCSPIdentifierType()
-
-
Method Details
-
getResponderID
Gets the value of the responderID property.- Returns:
- possible object is
String
-
setResponderID
Sets the value of the responderID property.- Parameters:
value
- allowed object isString
-
getProducedAt
Gets the value of the producedAt property.- Returns:
- possible object is
XMLGregorianCalendar
-
setProducedAt
Sets the value of the producedAt property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getURI
Gets the value of the uri property.- Returns:
- possible object is
String
-
setURI
Sets the value of the uri property.- Parameters:
value
- allowed object isString
-