org.apache.camel.example.reportincident
Class InputReportIncident

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

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-06-27T07:49:02-04:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-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>
 


Field Summary
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 Summary
InputReportIncident()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

incidentId

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-06-27T07:49:02-04:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
protected String incidentId

incidentDate

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-06-27T07:49:02-04:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
protected String incidentDate

givenName

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-06-27T07:49:02-04:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
protected String givenName

familyName

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-06-27T07:49:02-04:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
protected String familyName

summary

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-06-27T07:49:02-04:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
protected String summary

details

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-06-27T07:49:02-04:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
protected String details

email

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-06-27T07:49:02-04:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
protected String email

phone

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-06-27T07:49:02-04:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
protected String phone
Constructor Detail

InputReportIncident

public InputReportIncident()
Method Detail

getIncidentId

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-06-27T07:49:02-04:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public String getIncidentId()
Gets the value of the incidentId property.

Returns:
possible object is String

setIncidentId

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-06-27T07:49:02-04:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public void setIncidentId(String value)
Sets the value of the incidentId property.

Parameters:
value - allowed object is String

getIncidentDate

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-06-27T07:49:02-04:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public String getIncidentDate()
Gets the value of the incidentDate property.

Returns:
possible object is String

setIncidentDate

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-06-27T07:49:02-04:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public void setIncidentDate(String value)
Sets the value of the incidentDate property.

Parameters:
value - allowed object is String

getGivenName

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-06-27T07:49:02-04:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public String getGivenName()
Gets the value of the givenName property.

Returns:
possible object is String

setGivenName

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-06-27T07:49:02-04:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public void setGivenName(String value)
Sets the value of the givenName property.

Parameters:
value - allowed object is String

getFamilyName

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-06-27T07:49:02-04:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public String getFamilyName()
Gets the value of the familyName property.

Returns:
possible object is String

setFamilyName

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-06-27T07:49:02-04:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public void setFamilyName(String value)
Sets the value of the familyName property.

Parameters:
value - allowed object is String

getSummary

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-06-27T07:49:02-04:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public String getSummary()
Gets the value of the summary property.

Returns:
possible object is String

setSummary

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-06-27T07:49:02-04:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public void setSummary(String value)
Sets the value of the summary property.

Parameters:
value - allowed object is String

getDetails

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-06-27T07:49:02-04:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public String getDetails()
Gets the value of the details property.

Returns:
possible object is String

setDetails

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-06-27T07:49:02-04:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public void setDetails(String value)
Sets the value of the details property.

Parameters:
value - allowed object is String

getEmail

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-06-27T07:49:02-04:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public String getEmail()
Gets the value of the email property.

Returns:
possible object is String

setEmail

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-06-27T07:49:02-04:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public void setEmail(String value)
Sets the value of the email property.

Parameters:
value - allowed object is String

getPhone

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-06-27T07:49:02-04:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public String getPhone()
Gets the value of the phone property.

Returns:
possible object is String

setPhone

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-06-27T07:49:02-04:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public void setPhone(String value)
Sets the value of the phone property.

Parameters:
value - allowed object is String


Apache CAMEL