|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.camel.example.reportincident.InputReportIncident
public class InputReportIncident
| 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 |
|---|
public InputReportIncident()
public InputReportIncident(String incidentId,
String incidentDate,
String givenName,
String familyName,
String summary,
String details,
String email,
String phone)
| Method Detail |
|---|
public String getIncidentId()
public void setIncidentId(String incidentId)
incidentId - public String getIncidentDate()
public void setIncidentDate(String incidentDate)
incidentDate - public String getGivenName()
public void setGivenName(String givenName)
givenName - public String getFamilyName()
public void setFamilyName(String familyName)
familyName - public String getSummary()
public void setSummary(String summary)
summary - public String getDetails()
public void setDetails(String details)
details - public String getEmail()
public void setEmail(String email)
email - public String getPhone()
public void setPhone(String phone)
phone - public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||