org.ow2.dragon.dataset
Class Person

java.lang.Object
  extended by org.ow2.dragon.dataset.Person
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString

public class Person
extends java.lang.Object
implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString

Java class for Person complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Person">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="index" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="title" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="firstName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="middleName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="lastName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="emailAddress" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="phoneNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="localization" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="postIndex" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="orgIndex" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="contact" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.Boolean contact
           
protected  java.lang.String emailAddress
           
protected  java.lang.String firstName
           
protected  java.lang.String index
           
protected  java.lang.String lastName
           
protected  java.lang.String localization
           
protected  java.lang.String middleName
           
protected  java.lang.String orgIndex
           
protected  java.lang.String phoneNumber
           
protected  java.lang.String postIndex
           
protected  java.lang.String title
           
 
Constructor Summary
Person()
           
 
Method Summary
 boolean equals(java.lang.Object object)
           
 void equals(java.lang.Object object, org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
           
 java.lang.String getEmailAddress()
          Gets the value of the emailAddress property.
 java.lang.String getFirstName()
          Gets the value of the firstName property.
 java.lang.String getIndex()
          Gets the value of the index property.
 java.lang.String getLastName()
          Gets the value of the lastName property.
 java.lang.String getLocalization()
          Gets the value of the localization property.
 java.lang.String getMiddleName()
          Gets the value of the middleName property.
 java.lang.String getOrgIndex()
          Gets the value of the orgIndex property.
 java.lang.String getPhoneNumber()
          Gets the value of the phoneNumber property.
 java.lang.String getPostIndex()
          Gets the value of the postIndex property.
 java.lang.String getTitle()
          Gets the value of the title property.
 int hashCode()
           
 void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
           
 java.lang.Boolean isContact()
          Gets the value of the contact property.
 void setContact(java.lang.Boolean value)
          Sets the value of the contact property.
 void setEmailAddress(java.lang.String value)
          Sets the value of the emailAddress property.
 void setFirstName(java.lang.String value)
          Sets the value of the firstName property.
 void setIndex(java.lang.String value)
          Sets the value of the index property.
 void setLastName(java.lang.String value)
          Sets the value of the lastName property.
 void setLocalization(java.lang.String value)
          Sets the value of the localization property.
 void setMiddleName(java.lang.String value)
          Sets the value of the middleName property.
 void setOrgIndex(java.lang.String value)
          Sets the value of the orgIndex property.
 void setPhoneNumber(java.lang.String value)
          Sets the value of the phoneNumber property.
 void setPostIndex(java.lang.String value)
          Sets the value of the postIndex property.
 void setTitle(java.lang.String value)
          Sets the value of the title property.
 java.lang.String toString()
           
 void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

index

protected java.lang.String index

title

protected java.lang.String title

firstName

protected java.lang.String firstName

middleName

protected java.lang.String middleName

lastName

protected java.lang.String lastName

emailAddress

protected java.lang.String emailAddress

phoneNumber

protected java.lang.String phoneNumber

localization

protected java.lang.String localization

postIndex

protected java.lang.String postIndex

orgIndex

protected java.lang.String orgIndex

contact

protected java.lang.Boolean contact
Constructor Detail

Person

public Person()
Method Detail

getIndex

public java.lang.String getIndex()
Gets the value of the index property.

Returns:
possible object is String

setIndex

public void setIndex(java.lang.String value)
Sets the value of the index property.

Parameters:
value - allowed object is String

getTitle

public java.lang.String getTitle()
Gets the value of the title property.

Returns:
possible object is String

setTitle

public void setTitle(java.lang.String value)
Sets the value of the title property.

Parameters:
value - allowed object is String

getFirstName

public java.lang.String getFirstName()
Gets the value of the firstName property.

Returns:
possible object is String

setFirstName

public void setFirstName(java.lang.String value)
Sets the value of the firstName property.

Parameters:
value - allowed object is String

getMiddleName

public java.lang.String getMiddleName()
Gets the value of the middleName property.

Returns:
possible object is String

setMiddleName

public void setMiddleName(java.lang.String value)
Sets the value of the middleName property.

Parameters:
value - allowed object is String

getLastName

public java.lang.String getLastName()
Gets the value of the lastName property.

Returns:
possible object is String

setLastName

public void setLastName(java.lang.String value)
Sets the value of the lastName property.

Parameters:
value - allowed object is String

getEmailAddress

public java.lang.String getEmailAddress()
Gets the value of the emailAddress property.

Returns:
possible object is String

setEmailAddress

public void setEmailAddress(java.lang.String value)
Sets the value of the emailAddress property.

Parameters:
value - allowed object is String

getPhoneNumber

public java.lang.String getPhoneNumber()
Gets the value of the phoneNumber property.

Returns:
possible object is String

setPhoneNumber

public void setPhoneNumber(java.lang.String value)
Sets the value of the phoneNumber property.

Parameters:
value - allowed object is String

getLocalization

public java.lang.String getLocalization()
Gets the value of the localization property.

Returns:
possible object is String

setLocalization

public void setLocalization(java.lang.String value)
Sets the value of the localization property.

Parameters:
value - allowed object is String

getPostIndex

public java.lang.String getPostIndex()
Gets the value of the postIndex property.

Returns:
possible object is String

setPostIndex

public void setPostIndex(java.lang.String value)
Sets the value of the postIndex property.

Parameters:
value - allowed object is String

getOrgIndex

public java.lang.String getOrgIndex()
Gets the value of the orgIndex property.

Returns:
possible object is String

setOrgIndex

public void setOrgIndex(java.lang.String value)
Sets the value of the orgIndex property.

Parameters:
value - allowed object is String

isContact

public java.lang.Boolean isContact()
Gets the value of the contact property.

Returns:
possible object is Boolean

setContact

public void setContact(java.lang.Boolean value)
Sets the value of the contact property.

Parameters:
value - allowed object is Boolean

toString

public void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
Specified by:
toString in interface org.jvnet.jaxb2_commons.lang.ToString

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

equals

public void equals(java.lang.Object object,
                   org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals

equals

public boolean equals(java.lang.Object object)
Overrides:
equals in class java.lang.Object

hashCode

public void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object


Copyright © 2008-2009 eBMWebsourcing. All Rights Reserved.