Class OCSPIdentifierType
- java.lang.Object
-
- org.certificateservices.messages.xades.v132.jaxb.OCSPIdentifierType
-
public class OCSPIdentifierType extends java.lang.ObjectJava 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>
-
-
Field Summary
Fields Modifier and Type Field Description protected javax.xml.datatype.XMLGregorianCalendarproducedAtprotected ResponderIDTyperesponderIDprotected java.lang.Stringuri
-
Constructor Summary
Constructors Constructor Description OCSPIdentifierType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.xml.datatype.XMLGregorianCalendargetProducedAt()Gets the value of the producedAt property.ResponderIDTypegetResponderID()Gets the value of the responderID property.java.lang.StringgetURI()Gets the value of the uri property.voidsetProducedAt(javax.xml.datatype.XMLGregorianCalendar value)Sets the value of the producedAt property.voidsetResponderID(ResponderIDType value)Sets the value of the responderID property.voidsetURI(java.lang.String value)Sets the value of the uri property.
-
-
-
Field Detail
-
responderID
protected ResponderIDType responderID
-
producedAt
protected javax.xml.datatype.XMLGregorianCalendar producedAt
-
uri
protected java.lang.String uri
-
-
Method Detail
-
getResponderID
public ResponderIDType getResponderID()
Gets the value of the responderID property.- Returns:
- possible object is
ResponderIDType
-
setResponderID
public void setResponderID(ResponderIDType value)
Sets the value of the responderID property.- Parameters:
value- allowed object isResponderIDType
-
getProducedAt
public javax.xml.datatype.XMLGregorianCalendar getProducedAt()
Gets the value of the producedAt property.- Returns:
- possible object is
XMLGregorianCalendar
-
setProducedAt
public void setProducedAt(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the producedAt property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getURI
public java.lang.String getURI()
Gets the value of the uri property.- Returns:
- possible object is
String
-
setURI
public void setURI(java.lang.String value)
Sets the value of the uri property.- Parameters:
value- allowed object isString
-
-