|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnz.co.econz.nads.soap2.OrganisationDetailsBean
public class OrganisationDetailsBean
Constructor Summary | |
---|---|
OrganisationDetailsBean()
|
|
OrganisationDetailsBean(java.lang.String name,
java.lang.String description,
java.lang.String taxNumber,
java.lang.String taxRate,
java.lang.String accountNumber,
java.lang.String address1,
java.lang.String address2,
java.lang.String address3,
java.lang.String address4,
java.lang.String postCode,
java.lang.String country,
java.lang.String locale,
java.lang.String contactName,
java.lang.String contactWorkPhone,
java.lang.String contactMobilePhone,
java.lang.String contactEmailAddress,
java.lang.String externalID)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getAccountNumber()
Gets the accountNumber value for this OrganisationDetailsBean. |
java.lang.String |
getAddress1()
Gets the address1 value for this OrganisationDetailsBean. |
java.lang.String |
getAddress2()
Gets the address2 value for this OrganisationDetailsBean. |
java.lang.String |
getAddress3()
Gets the address3 value for this OrganisationDetailsBean. |
java.lang.String |
getAddress4()
Gets the address4 value for this OrganisationDetailsBean. |
java.lang.String |
getContactEmailAddress()
Gets the contactEmailAddress value for this OrganisationDetailsBean. |
java.lang.String |
getContactMobilePhone()
Gets the contactMobilePhone value for this OrganisationDetailsBean. |
java.lang.String |
getContactName()
Gets the contactName value for this OrganisationDetailsBean. |
java.lang.String |
getContactWorkPhone()
Gets the contactWorkPhone value for this OrganisationDetailsBean. |
java.lang.String |
getCountry()
Gets the country value for this OrganisationDetailsBean. |
java.lang.String |
getDescription()
Gets the description value for this OrganisationDetailsBean. |
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 |
getExternalID()
Gets the externalID value for this OrganisationDetailsBean. |
java.lang.String |
getLocale()
Gets the locale value for this OrganisationDetailsBean. |
java.lang.String |
getName()
Gets the name value for this OrganisationDetailsBean. |
java.lang.String |
getPostCode()
Gets the postCode value for this OrganisationDetailsBean. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
java.lang.String |
getTaxNumber()
Gets the taxNumber value for this OrganisationDetailsBean. |
java.lang.String |
getTaxRate()
Gets the taxRate value for this OrganisationDetailsBean. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setAccountNumber(java.lang.String accountNumber)
Sets the accountNumber value for this OrganisationDetailsBean. |
void |
setAddress1(java.lang.String address1)
Sets the address1 value for this OrganisationDetailsBean. |
void |
setAddress2(java.lang.String address2)
Sets the address2 value for this OrganisationDetailsBean. |
void |
setAddress3(java.lang.String address3)
Sets the address3 value for this OrganisationDetailsBean. |
void |
setAddress4(java.lang.String address4)
Sets the address4 value for this OrganisationDetailsBean. |
void |
setContactEmailAddress(java.lang.String contactEmailAddress)
Sets the contactEmailAddress value for this OrganisationDetailsBean. |
void |
setContactMobilePhone(java.lang.String contactMobilePhone)
Sets the contactMobilePhone value for this OrganisationDetailsBean. |
void |
setContactName(java.lang.String contactName)
Sets the contactName value for this OrganisationDetailsBean. |
void |
setContactWorkPhone(java.lang.String contactWorkPhone)
Sets the contactWorkPhone value for this OrganisationDetailsBean. |
void |
setCountry(java.lang.String country)
Sets the country value for this OrganisationDetailsBean. |
void |
setDescription(java.lang.String description)
Sets the description value for this OrganisationDetailsBean. |
void |
setExternalID(java.lang.String externalID)
Sets the externalID value for this OrganisationDetailsBean. |
void |
setLocale(java.lang.String locale)
Sets the locale value for this OrganisationDetailsBean. |
void |
setName(java.lang.String name)
Sets the name value for this OrganisationDetailsBean. |
void |
setPostCode(java.lang.String postCode)
Sets the postCode value for this OrganisationDetailsBean. |
void |
setTaxNumber(java.lang.String taxNumber)
Sets the taxNumber value for this OrganisationDetailsBean. |
void |
setTaxRate(java.lang.String taxRate)
Sets the taxRate value for this OrganisationDetailsBean. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OrganisationDetailsBean()
public OrganisationDetailsBean(java.lang.String name, java.lang.String description, java.lang.String taxNumber, java.lang.String taxRate, java.lang.String accountNumber, java.lang.String address1, java.lang.String address2, java.lang.String address3, java.lang.String address4, java.lang.String postCode, java.lang.String country, java.lang.String locale, java.lang.String contactName, java.lang.String contactWorkPhone, java.lang.String contactMobilePhone, java.lang.String contactEmailAddress, java.lang.String externalID)
Method Detail |
---|
public java.lang.String getName()
public void setName(java.lang.String name)
name
- public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- public java.lang.String getTaxNumber()
public void setTaxNumber(java.lang.String taxNumber)
taxNumber
- public java.lang.String getTaxRate()
public void setTaxRate(java.lang.String taxRate)
taxRate
- public java.lang.String getAccountNumber()
public void setAccountNumber(java.lang.String accountNumber)
accountNumber
- public java.lang.String getAddress1()
public void setAddress1(java.lang.String address1)
address1
- public java.lang.String getAddress2()
public void setAddress2(java.lang.String address2)
address2
- public java.lang.String getAddress3()
public void setAddress3(java.lang.String address3)
address3
- public java.lang.String getAddress4()
public void setAddress4(java.lang.String address4)
address4
- public java.lang.String getPostCode()
public void setPostCode(java.lang.String postCode)
postCode
- public java.lang.String getCountry()
public void setCountry(java.lang.String country)
country
- public java.lang.String getLocale()
public void setLocale(java.lang.String locale)
locale
- public java.lang.String getContactName()
public void setContactName(java.lang.String contactName)
contactName
- public java.lang.String getContactWorkPhone()
public void setContactWorkPhone(java.lang.String contactWorkPhone)
contactWorkPhone
- public java.lang.String getContactMobilePhone()
public void setContactMobilePhone(java.lang.String contactMobilePhone)
contactMobilePhone
- public java.lang.String getContactEmailAddress()
public void setContactEmailAddress(java.lang.String contactEmailAddress)
contactEmailAddress
- public java.lang.String getExternalID()
public void setExternalID(java.lang.String externalID)
externalID
- 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)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |