public class Participant
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private java.lang.String |
address |
private java.lang.String |
country |
private java.lang.String |
email |
private java.lang.String |
firstName |
private java.lang.Integer |
id |
private java.lang.String |
lastName |
private java.lang.String |
organisation |
private java.lang.String |
phone |
private static org.apache.axis.description.TypeDesc |
typeDesc |
Constructor and Description |
---|
Participant() |
Participant(java.lang.String address,
java.lang.String country,
java.lang.String email,
java.lang.String firstName,
java.lang.Integer id,
java.lang.String lastName,
java.lang.String organisation,
java.lang.String phone) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getAddress()
Gets the address value for this Participant.
|
java.lang.String |
getCountry()
Gets the country value for this Participant.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer
|
java.lang.String |
getEmail()
Gets the email value for this Participant.
|
java.lang.String |
getFirstName()
Gets the firstName value for this Participant.
|
java.lang.Integer |
getId()
Gets the id value for this Participant.
|
java.lang.String |
getLastName()
Gets the lastName value for this Participant.
|
java.lang.String |
getOrganisation()
Gets the organisation value for this Participant.
|
java.lang.String |
getPhone()
Gets the phone value for this Participant.
|
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setAddress(java.lang.String address)
Sets the address value for this Participant.
|
void |
setCountry(java.lang.String country)
Sets the country value for this Participant.
|
void |
setEmail(java.lang.String email)
Sets the email value for this Participant.
|
void |
setFirstName(java.lang.String firstName)
Sets the firstName value for this Participant.
|
void |
setId(java.lang.Integer id)
Sets the id value for this Participant.
|
void |
setLastName(java.lang.String lastName)
Sets the lastName value for this Participant.
|
void |
setOrganisation(java.lang.String organisation)
Sets the organisation value for this Participant.
|
void |
setPhone(java.lang.String phone)
Sets the phone value for this Participant.
|
private java.lang.String address
private java.lang.String country
private java.lang.String email
private java.lang.String firstName
private java.lang.Integer id
private java.lang.String lastName
private java.lang.String organisation
private java.lang.String phone
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
private static org.apache.axis.description.TypeDesc typeDesc
public Participant()
public Participant(java.lang.String address, java.lang.String country, java.lang.String email, java.lang.String firstName, java.lang.Integer id, java.lang.String lastName, java.lang.String organisation, java.lang.String phone)
public java.lang.String getAddress()
public void setAddress(java.lang.String address)
address
- public java.lang.String getCountry()
public void setCountry(java.lang.String country)
country
- public java.lang.String getEmail()
public void setEmail(java.lang.String email)
email
- public java.lang.String getFirstName()
public void setFirstName(java.lang.String firstName)
firstName
- public java.lang.Integer getId()
public void setId(java.lang.Integer id)
id
- public java.lang.String getLastName()
public void setLastName(java.lang.String lastName)
lastName
- public java.lang.String getOrganisation()
public void setOrganisation(java.lang.String organisation)
organisation
- public java.lang.String getPhone()
public void setPhone(java.lang.String phone)
phone
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)