@Generated(value="com.sun.tools.xjc.Driver", date="2023-09-11T10:23:38+02:00", comments="JAXB RI v2.3.7") 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://uri.etsi.org/01903/v1.3.2#}ResponderIDType"/> <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>
Constructor and Description |
---|
OCSPIdentifierType() |
Modifier and Type | Method and Description |
---|---|
org.joda.time.DateTime |
getProducedAt()
Gets the value of the producedAt property.
|
ResponderIDType |
getResponderID()
Gets the value of the responderID property.
|
String |
getURI()
Gets the value of the uri property.
|
void |
setProducedAt(org.joda.time.DateTime value)
Sets the value of the producedAt property.
|
void |
setResponderID(ResponderIDType value)
Sets the value of the responderID property.
|
void |
setURI(String value)
Sets the value of the uri property.
|
public ResponderIDType getResponderID()
ResponderIDType
public void setResponderID(ResponderIDType value)
value
- allowed object is
ResponderIDType
public org.joda.time.DateTime getProducedAt()
String
public void setProducedAt(org.joda.time.DateTime value)
value
- allowed object is
String
public String getURI()
String
Connector Packaging TECHNICAL 4.4.0 API
Copyright © {inceptionYear}-2023 eHealth. All Rights Reserved.