org.apache.camel.example.reportincident
Class InputReportIncident

java.lang.Object
  extended by org.apache.camel.example.reportincident.InputReportIncident
All Implemented Interfaces:
Serializable

public class InputReportIncident
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
InputReportIncident()
           
InputReportIncident(String incidentId, String incidentDate, String givenName, String familyName, String summary, String details, String email, String phone)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getDetails()
          Gets the details value for this InputReportIncident.
 String getEmail()
          Gets the email value for this InputReportIncident.
 String getFamilyName()
          Gets the familyName value for this InputReportIncident.
 String getGivenName()
          Gets the givenName value for this InputReportIncident.
 String getIncidentDate()
          Gets the incidentDate value for this InputReportIncident.
 String getIncidentId()
          Gets the incidentId value for this InputReportIncident.
 String getPhone()
          Gets the phone value for this InputReportIncident.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 String getSummary()
          Gets the summary value for this InputReportIncident.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setDetails(String details)
          Sets the details value for this InputReportIncident.
 void setEmail(String email)
          Sets the email value for this InputReportIncident.
 void setFamilyName(String familyName)
          Sets the familyName value for this InputReportIncident.
 void setGivenName(String givenName)
          Sets the givenName value for this InputReportIncident.
 void setIncidentDate(String incidentDate)
          Sets the incidentDate value for this InputReportIncident.
 void setIncidentId(String incidentId)
          Sets the incidentId value for this InputReportIncident.
 void setPhone(String phone)
          Sets the phone value for this InputReportIncident.
 void setSummary(String summary)
          Sets the summary value for this InputReportIncident.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InputReportIncident

public InputReportIncident()

InputReportIncident

public InputReportIncident(String incidentId,
                           String incidentDate,
                           String givenName,
                           String familyName,
                           String summary,
                           String details,
                           String email,
                           String phone)
Method Detail

getIncidentId

public String getIncidentId()
Gets the incidentId value for this InputReportIncident.

Returns:
incidentId

setIncidentId

public void setIncidentId(String incidentId)
Sets the incidentId value for this InputReportIncident.

Parameters:
incidentId -

getIncidentDate

public String getIncidentDate()
Gets the incidentDate value for this InputReportIncident.

Returns:
incidentDate

setIncidentDate

public void setIncidentDate(String incidentDate)
Sets the incidentDate value for this InputReportIncident.

Parameters:
incidentDate -

getGivenName

public String getGivenName()
Gets the givenName value for this InputReportIncident.

Returns:
givenName

setGivenName

public void setGivenName(String givenName)
Sets the givenName value for this InputReportIncident.

Parameters:
givenName -

getFamilyName

public String getFamilyName()
Gets the familyName value for this InputReportIncident.

Returns:
familyName

setFamilyName

public void setFamilyName(String familyName)
Sets the familyName value for this InputReportIncident.

Parameters:
familyName -

getSummary

public String getSummary()
Gets the summary value for this InputReportIncident.

Returns:
summary

setSummary

public void setSummary(String summary)
Sets the summary value for this InputReportIncident.

Parameters:
summary -

getDetails

public String getDetails()
Gets the details value for this InputReportIncident.

Returns:
details

setDetails

public void setDetails(String details)
Sets the details value for this InputReportIncident.

Parameters:
details -

getEmail

public String getEmail()
Gets the email value for this InputReportIncident.

Returns:
email

setEmail

public void setEmail(String email)
Sets the email value for this InputReportIncident.

Parameters:
email -

getPhone

public String getPhone()
Gets the phone value for this InputReportIncident.

Returns:
phone

setPhone

public void setPhone(String phone)
Sets the phone value for this InputReportIncident.

Parameters:
phone -

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)
Get Custom Deserializer



Copyright © 2007-2010 IONA Open Source Community. All Rights Reserved.