|
||||||||||
| 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.InformationSupplierType
@Generated(value="com.sun.tools.xjc.Driver",
date="2024-09-05T10:53:32+02:00",
comments="JAXB RI v2.3.6")
public class InformationSupplierTypeInformation block for supplier of a service
Java class for InformationSupplierType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InformationSupplierType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Ticket" type="{urn:be:fgov:ehealth:rn:commons:business:v1}TicketType" minOccurs="0"/>
<element name="TimestampReceive" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="TimestampReply" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="SupplierIdentification" type="{urn:be:fgov:ehealth:rn:commons:business:v1}OrganizationIdentificationType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
InformationSupplierType()
|
|
| Method Summary | |
|---|---|
OrganizationIdentificationType |
getSupplierIdentification()
Gets the value of the supplierIdentification property. |
String |
getTicket()
Gets the value of the ticket 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 |
setSupplierIdentification(OrganizationIdentificationType value)
Sets the value of the supplierIdentification property. |
void |
setTicket(String value)
Sets the value of the ticket 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 InformationSupplierType()
| Method Detail |
|---|
public String getTicket()
Stringpublic void setTicket(String value)
value - allowed object is
Stringpublic org.joda.time.DateTime getTimestampReceive()
Stringpublic void setTimestampReceive(org.joda.time.DateTime value)
value - allowed object is
Stringpublic org.joda.time.DateTime getTimestampReply()
Stringpublic void setTimestampReply(org.joda.time.DateTime value)
value - allowed object is
Stringpublic OrganizationIdentificationType getSupplierIdentification()
OrganizationIdentificationTypepublic void setSupplierIdentification(OrganizationIdentificationType value)
value - allowed object is
OrganizationIdentificationType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||