org.ow2.dragon.dataset
Class Organization

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

public class Organization
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 Organization complex type.

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

 <complexType name="Organization">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="index" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="isLegalEntity" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="businessDomain" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="discoveryURL" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="emailAddress" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="streetNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="street" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="complement" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="zipcode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="city" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="state" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="country" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="motherOrganizationIndex" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String businessDomain
           
protected  java.lang.String city
           
protected  java.lang.String complement
           
protected  java.lang.String country
           
protected  java.lang.String discoveryURL
           
protected  java.lang.String emailAddress
           
protected  java.lang.String index
           
protected  java.lang.Boolean isLegalEntity
           
protected  java.lang.String motherOrganizationIndex
           
protected  java.lang.String name
           
protected  java.lang.String state
           
protected  java.lang.String street
           
protected  java.lang.String streetNumber
           
protected  java.lang.String type
           
protected  java.lang.String zipcode
           
 
Constructor Summary
Organization()
           
 
Method Summary
 boolean equals(java.lang.Object object)
           
 void equals(java.lang.Object object, org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
           
 java.lang.String getBusinessDomain()
          Gets the value of the businessDomain property.
 java.lang.String getCity()
          Gets the value of the city property.
 java.lang.String getComplement()
          Gets the value of the complement property.
 java.lang.String getCountry()
          Gets the value of the country property.
 java.lang.String getDiscoveryURL()
          Gets the value of the discoveryURL property.
 java.lang.String getEmailAddress()
          Gets the value of the emailAddress property.
 java.lang.String getIndex()
          Gets the value of the index property.
 java.lang.String getMotherOrganizationIndex()
          Gets the value of the motherOrganizationIndex property.
 java.lang.String getName()
          Gets the value of the name property.
 java.lang.String getState()
          Gets the value of the state property.
 java.lang.String getStreet()
          Gets the value of the street property.
 java.lang.String getStreetNumber()
          Gets the value of the streetNumber property.
 java.lang.String getType()
          Gets the value of the type property.
 java.lang.String getZipcode()
          Gets the value of the zipcode property.
 int hashCode()
           
 void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
           
 java.lang.Boolean isIsLegalEntity()
          Gets the value of the isLegalEntity property.
 void setBusinessDomain(java.lang.String value)
          Sets the value of the businessDomain property.
 void setCity(java.lang.String value)
          Sets the value of the city property.
 void setComplement(java.lang.String value)
          Sets the value of the complement property.
 void setCountry(java.lang.String value)
          Sets the value of the country property.
 void setDiscoveryURL(java.lang.String value)
          Sets the value of the discoveryURL property.
 void setEmailAddress(java.lang.String value)
          Sets the value of the emailAddress property.
 void setIndex(java.lang.String value)
          Sets the value of the index property.
 void setIsLegalEntity(java.lang.Boolean value)
          Sets the value of the isLegalEntity property.
 void setMotherOrganizationIndex(java.lang.String value)
          Sets the value of the motherOrganizationIndex property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setState(java.lang.String value)
          Sets the value of the state property.
 void setStreet(java.lang.String value)
          Sets the value of the street property.
 void setStreetNumber(java.lang.String value)
          Sets the value of the streetNumber property.
 void setType(java.lang.String value)
          Sets the value of the type property.
 void setZipcode(java.lang.String value)
          Sets the value of the zipcode 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

name

protected java.lang.String name

type

protected java.lang.String type

isLegalEntity

protected java.lang.Boolean isLegalEntity

businessDomain

protected java.lang.String businessDomain

discoveryURL

protected java.lang.String discoveryURL

emailAddress

protected java.lang.String emailAddress

streetNumber

protected java.lang.String streetNumber

street

protected java.lang.String street

complement

protected java.lang.String complement

zipcode

protected java.lang.String zipcode

city

protected java.lang.String city

state

protected java.lang.String state

country

protected java.lang.String country

motherOrganizationIndex

protected java.lang.String motherOrganizationIndex
Constructor Detail

Organization

public Organization()
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

getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getType

public java.lang.String getType()
Gets the value of the type property.

Returns:
possible object is String

setType

public void setType(java.lang.String value)
Sets the value of the type property.

Parameters:
value - allowed object is String

isIsLegalEntity

public java.lang.Boolean isIsLegalEntity()
Gets the value of the isLegalEntity property.

Returns:
possible object is Boolean

setIsLegalEntity

public void setIsLegalEntity(java.lang.Boolean value)
Sets the value of the isLegalEntity property.

Parameters:
value - allowed object is Boolean

getBusinessDomain

public java.lang.String getBusinessDomain()
Gets the value of the businessDomain property.

Returns:
possible object is String

setBusinessDomain

public void setBusinessDomain(java.lang.String value)
Sets the value of the businessDomain property.

Parameters:
value - allowed object is String

getDiscoveryURL

public java.lang.String getDiscoveryURL()
Gets the value of the discoveryURL property.

Returns:
possible object is String

setDiscoveryURL

public void setDiscoveryURL(java.lang.String value)
Sets the value of the discoveryURL 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

getStreetNumber

public java.lang.String getStreetNumber()
Gets the value of the streetNumber property.

Returns:
possible object is String

setStreetNumber

public void setStreetNumber(java.lang.String value)
Sets the value of the streetNumber property.

Parameters:
value - allowed object is String

getStreet

public java.lang.String getStreet()
Gets the value of the street property.

Returns:
possible object is String

setStreet

public void setStreet(java.lang.String value)
Sets the value of the street property.

Parameters:
value - allowed object is String

getComplement

public java.lang.String getComplement()
Gets the value of the complement property.

Returns:
possible object is String

setComplement

public void setComplement(java.lang.String value)
Sets the value of the complement property.

Parameters:
value - allowed object is String

getZipcode

public java.lang.String getZipcode()
Gets the value of the zipcode property.

Returns:
possible object is String

setZipcode

public void setZipcode(java.lang.String value)
Sets the value of the zipcode property.

Parameters:
value - allowed object is String

getCity

public java.lang.String getCity()
Gets the value of the city property.

Returns:
possible object is String

setCity

public void setCity(java.lang.String value)
Sets the value of the city property.

Parameters:
value - allowed object is String

getState

public java.lang.String getState()
Gets the value of the state property.

Returns:
possible object is String

setState

public void setState(java.lang.String value)
Sets the value of the state property.

Parameters:
value - allowed object is String

getCountry

public java.lang.String getCountry()
Gets the value of the country property.

Returns:
possible object is String

setCountry

public void setCountry(java.lang.String value)
Sets the value of the country property.

Parameters:
value - allowed object is String

getMotherOrganizationIndex

public java.lang.String getMotherOrganizationIndex()
Gets the value of the motherOrganizationIndex property.

Returns:
possible object is String

setMotherOrganizationIndex

public void setMotherOrganizationIndex(java.lang.String value)
Sets the value of the motherOrganizationIndex property.

Parameters:
value - allowed object is String

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.