|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.etsi.uri._01903.v1_3.OCSPIdentifierType
public class OCSPIdentifierType
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 org.joda.time.DateTime |
producedAt
|
protected ResponderIDType |
responderID
|
protected String |
uri
|
| Constructor Summary | |
|---|---|
OCSPIdentifierType()
Default no-arg constructor |
|
OCSPIdentifierType(ResponderIDType responderID,
org.joda.time.DateTime producedAt,
String uri)
Fully-initialising value constructor |
|
| Method Summary | |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
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. |
String |
toString()
|
OCSPIdentifierType |
withProducedAt(org.joda.time.DateTime value)
|
OCSPIdentifierType |
withResponderID(ResponderIDType value)
|
OCSPIdentifierType |
withURI(String value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected ResponderIDType responderID
protected org.joda.time.DateTime producedAt
protected String uri
| Constructor Detail |
|---|
public OCSPIdentifierType()
public OCSPIdentifierType(ResponderIDType responderID,
org.joda.time.DateTime producedAt,
String uri)
| Method Detail |
|---|
public ResponderIDType getResponderID()
ResponderIDTypepublic void setResponderID(ResponderIDType value)
value - allowed object is
ResponderIDTypepublic org.joda.time.DateTime getProducedAt()
Stringpublic void setProducedAt(org.joda.time.DateTime value)
value - allowed object is
Stringpublic String getURI()
Stringpublic void setURI(String value)
value - allowed object is
Stringpublic String toString()
toString in class Object
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringpublic OCSPIdentifierType withResponderID(ResponderIDType value)
public OCSPIdentifierType withProducedAt(org.joda.time.DateTime value)
public OCSPIdentifierType withURI(String value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||