@Generated(value="com.sun.tools.xjc.Driver", date="2022-09-22T05:43:41+02:00", comments="JAXB RI v2.2.11") public class InformationCustomerType extends Object implements Serializable
Java class for InformationCustomerType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InformationCustomerType">
<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="TimestampSent" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="CustomerIdentification" type="{urn:be:fgov:ehealth:rn:commons:business:v1}OrganizationIdentificationType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
InformationCustomerType() |
| Modifier and Type | Method and Description |
|---|---|
OrganizationIdentificationType |
getCustomerIdentification()
Gets the value of the customerIdentification property.
|
String |
getTicket()
Gets the value of the ticket property.
|
org.joda.time.DateTime |
getTimestampSent()
Gets the value of the timestampSent property.
|
void |
setCustomerIdentification(OrganizationIdentificationType value)
Sets the value of the customerIdentification property.
|
void |
setTicket(String value)
Sets the value of the ticket property.
|
void |
setTimestampSent(org.joda.time.DateTime value)
Sets the value of the timestampSent property.
|
public String getTicket()
Stringpublic void setTicket(String value)
value - allowed object is
Stringpublic org.joda.time.DateTime getTimestampSent()
Stringpublic void setTimestampSent(org.joda.time.DateTime value)
value - allowed object is
Stringpublic OrganizationIdentificationType getCustomerIdentification()
OrganizationIdentificationTypepublic void setCustomerIdentification(OrganizationIdentificationType value)
value - allowed object is
OrganizationIdentificationType
Connector Packaging generic 4.2.0 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.