org.apache.camel.example.reportincident
Class InputReportIncident

java.lang.Object
  extended by org.apache.camel.example.reportincident.InputReportIncident

public class InputReportIncident
extends java.lang.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>
 


Field Summary
protected  java.lang.String details
           
protected  java.lang.String email
           
protected  java.lang.String familyName
           
protected  java.lang.String givenName
           
protected  java.lang.String incidentDate
           
protected  java.lang.String incidentId
           
protected  java.lang.String phone
           
protected  java.lang.String summary
           
 
Constructor Summary
InputReportIncident()
           
 
Method Summary
 java.lang.String getDetails()
          Gets the value of the details property.
 java.lang.String getEmail()
          Gets the value of the email property.
 java.lang.String getFamilyName()
          Gets the value of the familyName property.
 java.lang.String getGivenName()
          Gets the value of the givenName property.
 java.lang.String getIncidentDate()
          Gets the value of the incidentDate property.
 java.lang.String getIncidentId()
          Gets the value of the incidentId property.
 java.lang.String getPhone()
          Gets the value of the phone property.
 java.lang.String getSummary()
          Gets the value of the summary property.
 void setDetails(java.lang.String value)
          Sets the value of the details property.
 void setEmail(java.lang.String value)
          Sets the value of the email property.
 void setFamilyName(java.lang.String value)
          Sets the value of the familyName property.
 void setGivenName(java.lang.String value)
          Sets the value of the givenName property.
 void setIncidentDate(java.lang.String value)
          Sets the value of the incidentDate property.
 void setIncidentId(java.lang.String value)
          Sets the value of the incidentId property.
 void setPhone(java.lang.String value)
          Sets the value of the phone property.
 void setSummary(java.lang.String value)
          Sets the value of the summary property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

incidentId

protected java.lang.String incidentId

incidentDate

protected java.lang.String incidentDate

givenName

protected java.lang.String givenName

familyName

protected java.lang.String familyName

summary

protected java.lang.String summary

details

protected java.lang.String details

email

protected java.lang.String email

phone

protected java.lang.String phone
Constructor Detail

InputReportIncident

public InputReportIncident()
Method Detail

getIncidentId

public java.lang.String getIncidentId()
Gets the value of the incidentId property.

Returns:
possible object is String

setIncidentId

public void setIncidentId(java.lang.String value)
Sets the value of the incidentId property.

Parameters:
value - allowed object is String

getIncidentDate

public java.lang.String getIncidentDate()
Gets the value of the incidentDate property.

Returns:
possible object is String

setIncidentDate

public void setIncidentDate(java.lang.String value)
Sets the value of the incidentDate property.

Parameters:
value - allowed object is String

getGivenName

public java.lang.String getGivenName()
Gets the value of the givenName property.

Returns:
possible object is String

setGivenName

public void setGivenName(java.lang.String value)
Sets the value of the givenName property.

Parameters:
value - allowed object is String

getFamilyName

public java.lang.String getFamilyName()
Gets the value of the familyName property.

Returns:
possible object is String

setFamilyName

public void setFamilyName(java.lang.String value)
Sets the value of the familyName property.

Parameters:
value - allowed object is String

getSummary

public java.lang.String getSummary()
Gets the value of the summary property.

Returns:
possible object is String

setSummary

public void setSummary(java.lang.String value)
Sets the value of the summary property.

Parameters:
value - allowed object is String

getDetails

public java.lang.String getDetails()
Gets the value of the details property.

Returns:
possible object is String

setDetails

public void setDetails(java.lang.String value)
Sets the value of the details property.

Parameters:
value - allowed object is String

getEmail

public java.lang.String getEmail()
Gets the value of the email property.

Returns:
possible object is String

setEmail

public void setEmail(java.lang.String value)
Sets the value of the email property.

Parameters:
value - allowed object is String

getPhone

public java.lang.String getPhone()
Gets the value of the phone property.

Returns:
possible object is String

setPhone

public void setPhone(java.lang.String value)
Sets the value of the phone property.

Parameters:
value - allowed object is String


Apache CAMEL