xades4j.xml.bind.xades
Class XmlOCSPIdentifierType

java.lang.Object
  extended by xades4j.xml.bind.xades.XmlOCSPIdentifierType

public class XmlOCSPIdentifierType
extends Object

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>
 


Field Summary
protected  XMLGregorianCalendar producedAt
           
protected  XmlResponderIDType responderID
           
protected  String uri
           
 
Constructor Summary
XmlOCSPIdentifierType()
           
 
Method Summary
 XMLGregorianCalendar getProducedAt()
          Gets the value of the producedAt property.
 XmlResponderIDType 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(XmlResponderIDType value)
          Sets the value of the responderID property.
 void setURI(String value)
          Sets the value of the uri property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

responderID

protected XmlResponderIDType responderID

producedAt

protected XMLGregorianCalendar producedAt

uri

protected String uri
Constructor Detail

XmlOCSPIdentifierType

public XmlOCSPIdentifierType()
Method Detail

getResponderID

public XmlResponderIDType getResponderID()
Gets the value of the responderID property.

Returns:
possible object is XmlResponderIDType

setResponderID

public void setResponderID(XmlResponderIDType value)
Sets the value of the responderID property.

Parameters:
value - allowed object is XmlResponderIDType

getProducedAt

public XMLGregorianCalendar getProducedAt()
Gets the value of the producedAt property.

Returns:
possible object is XMLGregorianCalendar

setProducedAt

public void setProducedAt(XMLGregorianCalendar value)
Sets the value of the producedAt property.

Parameters:
value - allowed object is XMLGregorianCalendar

getURI

public String getURI()
Gets the value of the uri property.

Returns:
possible object is String

setURI

public void setURI(String value)
Sets the value of the uri property.

Parameters:
value - allowed object is String


Copyright © 2012. All Rights Reserved.