|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.dragon.dataset.Organization
public class Organization
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 |
|---|
protected java.lang.String index
protected java.lang.String name
protected java.lang.String type
protected java.lang.Boolean isLegalEntity
protected java.lang.String businessDomain
protected java.lang.String discoveryURL
protected java.lang.String emailAddress
protected java.lang.String streetNumber
protected java.lang.String street
protected java.lang.String complement
protected java.lang.String zipcode
protected java.lang.String city
protected java.lang.String state
protected java.lang.String country
protected java.lang.String motherOrganizationIndex
| Constructor Detail |
|---|
public Organization()
| Method Detail |
|---|
public java.lang.String getIndex()
Stringpublic void setIndex(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getType()
Stringpublic void setType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isIsLegalEntity()
Booleanpublic void setIsLegalEntity(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getBusinessDomain()
Stringpublic void setBusinessDomain(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDiscoveryURL()
Stringpublic void setDiscoveryURL(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getEmailAddress()
Stringpublic void setEmailAddress(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getStreetNumber()
Stringpublic void setStreetNumber(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getStreet()
Stringpublic void setStreet(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getComplement()
Stringpublic void setComplement(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getZipcode()
Stringpublic void setZipcode(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCity()
Stringpublic void setCity(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getState()
Stringpublic void setState(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCountry()
Stringpublic void setCountry(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMotherOrganizationIndex()
Stringpublic void setMotherOrganizationIndex(java.lang.String value)
value - allowed object is
Stringpublic void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
toString in interface org.jvnet.jaxb2_commons.lang.ToStringpublic java.lang.String toString()
toString in class java.lang.Object
public void equals(java.lang.Object object,
org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic int hashCode()
hashCode in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||