@Generated(value="com.sun.tools.xjc.Driver", date="2018-06-05T10:01:32-04:00", comments="JAXB RI v2.2.11.redhat-2") public class InputReportIncident extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="incidentId" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="incidentDate" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="givenName" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="familyName" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="summary" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="details" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="email" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="phone" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
details |
protected String |
email |
protected String |
familyName |
protected String |
givenName |
protected String |
incidentDate |
protected String |
incidentId |
protected String |
phone |
protected String |
summary |
Constructor and Description |
---|
InputReportIncident() |
Modifier and Type | Method and Description |
---|---|
String |
getDetails()
Gets the value of the details property.
|
String |
getEmail()
Gets the value of the email property.
|
String |
getFamilyName()
Gets the value of the familyName property.
|
String |
getGivenName()
Gets the value of the givenName property.
|
String |
getIncidentDate()
Gets the value of the incidentDate property.
|
String |
getIncidentId()
Gets the value of the incidentId property.
|
String |
getPhone()
Gets the value of the phone property.
|
String |
getSummary()
Gets the value of the summary property.
|
void |
setDetails(String value)
Sets the value of the details property.
|
void |
setEmail(String value)
Sets the value of the email property.
|
void |
setFamilyName(String value)
Sets the value of the familyName property.
|
void |
setGivenName(String value)
Sets the value of the givenName property.
|
void |
setIncidentDate(String value)
Sets the value of the incidentDate property.
|
void |
setIncidentId(String value)
Sets the value of the incidentId property.
|
void |
setPhone(String value)
Sets the value of the phone property.
|
void |
setSummary(String value)
Sets the value of the summary property.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2018-06-05T10:01:32-04:00", comments="JAXB RI v2.2.11.redhat-2") protected String incidentId
@Generated(value="com.sun.tools.xjc.Driver", date="2018-06-05T10:01:32-04:00", comments="JAXB RI v2.2.11.redhat-2") protected String incidentDate
@Generated(value="com.sun.tools.xjc.Driver", date="2018-06-05T10:01:32-04:00", comments="JAXB RI v2.2.11.redhat-2") protected String givenName
@Generated(value="com.sun.tools.xjc.Driver", date="2018-06-05T10:01:32-04:00", comments="JAXB RI v2.2.11.redhat-2") protected String familyName
@Generated(value="com.sun.tools.xjc.Driver", date="2018-06-05T10:01:32-04:00", comments="JAXB RI v2.2.11.redhat-2") protected String summary
@Generated(value="com.sun.tools.xjc.Driver", date="2018-06-05T10:01:32-04:00", comments="JAXB RI v2.2.11.redhat-2") protected String details
@Generated(value="com.sun.tools.xjc.Driver", date="2018-06-05T10:01:32-04:00", comments="JAXB RI v2.2.11.redhat-2") protected String email
@Generated(value="com.sun.tools.xjc.Driver", date="2018-06-05T10:01:32-04:00", comments="JAXB RI v2.2.11.redhat-2") protected String phone
@Generated(value="com.sun.tools.xjc.Driver", date="2018-06-05T10:01:32-04:00", comments="JAXB RI v2.2.11.redhat-2") public String getIncidentId()
String
@Generated(value="com.sun.tools.xjc.Driver", date="2018-06-05T10:01:32-04:00", comments="JAXB RI v2.2.11.redhat-2") public void setIncidentId(String value)
value
- allowed object is
String
@Generated(value="com.sun.tools.xjc.Driver", date="2018-06-05T10:01:32-04:00", comments="JAXB RI v2.2.11.redhat-2") public String getIncidentDate()
String
@Generated(value="com.sun.tools.xjc.Driver", date="2018-06-05T10:01:32-04:00", comments="JAXB RI v2.2.11.redhat-2") public void setIncidentDate(String value)
value
- allowed object is
String
@Generated(value="com.sun.tools.xjc.Driver", date="2018-06-05T10:01:32-04:00", comments="JAXB RI v2.2.11.redhat-2") public String getGivenName()
String
@Generated(value="com.sun.tools.xjc.Driver", date="2018-06-05T10:01:32-04:00", comments="JAXB RI v2.2.11.redhat-2") public void setGivenName(String value)
value
- allowed object is
String
@Generated(value="com.sun.tools.xjc.Driver", date="2018-06-05T10:01:32-04:00", comments="JAXB RI v2.2.11.redhat-2") public String getFamilyName()
String
@Generated(value="com.sun.tools.xjc.Driver", date="2018-06-05T10:01:32-04:00", comments="JAXB RI v2.2.11.redhat-2") public void setFamilyName(String value)
value
- allowed object is
String
@Generated(value="com.sun.tools.xjc.Driver", date="2018-06-05T10:01:32-04:00", comments="JAXB RI v2.2.11.redhat-2") public String getSummary()
String
@Generated(value="com.sun.tools.xjc.Driver", date="2018-06-05T10:01:32-04:00", comments="JAXB RI v2.2.11.redhat-2") public void setSummary(String value)
value
- allowed object is
String
@Generated(value="com.sun.tools.xjc.Driver", date="2018-06-05T10:01:32-04:00", comments="JAXB RI v2.2.11.redhat-2") public String getDetails()
String
@Generated(value="com.sun.tools.xjc.Driver", date="2018-06-05T10:01:32-04:00", comments="JAXB RI v2.2.11.redhat-2") public void setDetails(String value)
value
- allowed object is
String
@Generated(value="com.sun.tools.xjc.Driver", date="2018-06-05T10:01:32-04:00", comments="JAXB RI v2.2.11.redhat-2") public String getEmail()
String
@Generated(value="com.sun.tools.xjc.Driver", date="2018-06-05T10:01:32-04:00", comments="JAXB RI v2.2.11.redhat-2") public void setEmail(String value)
value
- allowed object is
String
@Generated(value="com.sun.tools.xjc.Driver", date="2018-06-05T10:01:32-04:00", comments="JAXB RI v2.2.11.redhat-2") public String getPhone()
String
Apache Camel