@Generated(value="com.sun.tools.xjc.Driver", date="2022-12-09T11:12:51+01:00", comments="JAXB RI v2.2.11") public class ConsultSupplyProblemType extends Object implements Serializable
Java class for ConsultSupplyProblemType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConsultSupplyProblemType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ExpectedEndOn" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="ReportedBy" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ReportedOn" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="ContactName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ContactMail" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ContactCompany" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Phone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Reason" type="{urn:be:fgov:ehealth:dics:protocol:v5}ConsultTextType" minOccurs="0"/>
<element name="AdditionalInformation" type="{urn:be:fgov:ehealth:dics:protocol:v5}ConsultTextType" minOccurs="0"/>
<element name="Impact" type="{urn:be:fgov:ehealth:dics:protocol:v5}ConsultTextType" minOccurs="0"/>
<element name="AdditionalFields" type="{urn:be:fgov:ehealth:dics:protocol:v5}AdditionalFieldsType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attGroup ref="{urn:be:fgov:ehealth:dics:protocol:v5}validityPeriod"/>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
ConsultSupplyProblemType() |
| Modifier and Type | Method and Description |
|---|---|
List<AdditionalFieldsType> |
getAdditionalFields()
Gets the value of the additionalFields property.
|
ConsultTextType |
getAdditionalInformation()
Gets the value of the additionalInformation property.
|
String |
getContactCompany()
Gets the value of the contactCompany property.
|
String |
getContactMail()
Gets the value of the contactMail property.
|
String |
getContactName()
Gets the value of the contactName property.
|
org.joda.time.DateTime |
getEndDate()
Gets the value of the endDate property.
|
org.joda.time.DateTime |
getExpectedEndOn()
Gets the value of the expectedEndOn property.
|
ConsultTextType |
getImpact()
Gets the value of the impact property.
|
String |
getPhone()
Gets the value of the phone property.
|
ConsultTextType |
getReason()
Gets the value of the reason property.
|
String |
getReportedBy()
Gets the value of the reportedBy property.
|
org.joda.time.DateTime |
getReportedOn()
Gets the value of the reportedOn property.
|
org.joda.time.DateTime |
getStartDate()
Gets the value of the startDate property.
|
void |
setAdditionalInformation(ConsultTextType value)
Sets the value of the additionalInformation property.
|
void |
setContactCompany(String value)
Sets the value of the contactCompany property.
|
void |
setContactMail(String value)
Sets the value of the contactMail property.
|
void |
setContactName(String value)
Sets the value of the contactName property.
|
void |
setEndDate(org.joda.time.DateTime value)
Sets the value of the endDate property.
|
void |
setExpectedEndOn(org.joda.time.DateTime value)
Sets the value of the expectedEndOn property.
|
void |
setImpact(ConsultTextType value)
Sets the value of the impact property.
|
void |
setPhone(String value)
Sets the value of the phone property.
|
void |
setReason(ConsultTextType value)
Sets the value of the reason property.
|
void |
setReportedBy(String value)
Sets the value of the reportedBy property.
|
void |
setReportedOn(org.joda.time.DateTime value)
Sets the value of the reportedOn property.
|
void |
setStartDate(org.joda.time.DateTime value)
Sets the value of the startDate property.
|
public org.joda.time.DateTime getExpectedEndOn()
Stringpublic void setExpectedEndOn(org.joda.time.DateTime value)
value - allowed object is
Stringpublic String getReportedBy()
Stringpublic void setReportedBy(String value)
value - allowed object is
Stringpublic org.joda.time.DateTime getReportedOn()
Stringpublic void setReportedOn(org.joda.time.DateTime value)
value - allowed object is
Stringpublic String getContactName()
Stringpublic void setContactName(String value)
value - allowed object is
Stringpublic String getContactMail()
Stringpublic void setContactMail(String value)
value - allowed object is
Stringpublic String getContactCompany()
Stringpublic void setContactCompany(String value)
value - allowed object is
Stringpublic String getPhone()
Stringpublic void setPhone(String value)
value - allowed object is
Stringpublic ConsultTextType getReason()
ConsultTextTypepublic void setReason(ConsultTextType value)
value - allowed object is
ConsultTextTypepublic ConsultTextType getAdditionalInformation()
ConsultTextTypepublic void setAdditionalInformation(ConsultTextType value)
value - allowed object is
ConsultTextTypepublic ConsultTextType getImpact()
ConsultTextTypepublic void setImpact(ConsultTextType value)
value - allowed object is
ConsultTextTypepublic List<AdditionalFieldsType> getAdditionalFields()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the additionalFields property.
For example, to add a new item, do as follows:
getAdditionalFields().add(newItem);
Objects of the following type(s) are allowed in the list
AdditionalFieldsType
public org.joda.time.DateTime getStartDate()
Stringpublic void setStartDate(org.joda.time.DateTime value)
value - allowed object is
Stringpublic org.joda.time.DateTime getEndDate()
Stringpublic void setEndDate(org.joda.time.DateTime value)
value - allowed object is
String
Connector Packaging generic 4.3.0-beta-3 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.