|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.rn.commons.business.v1.InformationCBSSType
@Generated(value="com.sun.tools.xjc.Driver", date="2022-09-22T05:58:15+02:00", comments="JAXB RI v2.2.11") public class InformationCBSSType
Information block from CBSS.
Java class for InformationCBSSType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InformationCBSSType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="TicketCBSS" type="{urn:be:fgov:ehealth:rn:commons:business:v1}UUIDType"/> <element name="TimestampReceive" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="TimestampReply" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
InformationCBSSType()
|
Method Summary | |
---|---|
String |
getTicketCBSS()
Gets the value of the ticketCBSS property. |
org.joda.time.DateTime |
getTimestampReceive()
Gets the value of the timestampReceive property. |
org.joda.time.DateTime |
getTimestampReply()
Gets the value of the timestampReply property. |
void |
setTicketCBSS(String value)
Sets the value of the ticketCBSS property. |
void |
setTimestampReceive(org.joda.time.DateTime value)
Sets the value of the timestampReceive property. |
void |
setTimestampReply(org.joda.time.DateTime value)
Sets the value of the timestampReply property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InformationCBSSType()
Method Detail |
---|
public String getTicketCBSS()
String
public void setTicketCBSS(String value)
value
- allowed object is
String
public org.joda.time.DateTime getTimestampReceive()
String
public void setTimestampReceive(org.joda.time.DateTime value)
value
- allowed object is
String
public org.joda.time.DateTime getTimestampReply()
String
public void setTimestampReply(org.joda.time.DateTime value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |