public class OrganizationInfo
extends java.lang.Object
This class has the following attributes:
1. Organization Name (String)
2. id (List<Identifiers>)
3. telecom (List<Contact>)
4. Address (List<Address>)
5. standard Industry Class Code (String)
6. as Organization Part Of Info (OrganizationPartOfInfo)
This class provides accessors and mutators for the elements mentioned above.
| Constructor and Description |
|---|
OrganizationInfo() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Address> |
getAddr()
Returns the Address Details.
|
OrganizationPartOfInfo |
getAsOrganizationPartOfInfo()
Returns the Details of organization part of.
|
java.util.List<Identifiers> |
getId()
Returns theList of Id.
|
java.lang.String |
getOrganizationName()
Returns the Organization Name.
|
java.lang.String |
getStandardIndustryClassCode()
Returns the Standard Industry Class Code of Organization.
|
java.util.List<Contact> |
getTelecom()
Returns the List of TeleCommunication Details.
|
void |
setAsOrganizationPartOfInfo(OrganizationPartOfInfo asOrganizationPartOfInfo)
Sets the Details of organization part of.
|
void |
setOrganizationName(java.lang.String organizationName)
Sets the Organization Name.
|
void |
setStandardIndustryClassCode(java.lang.String standardIndustryClassCode)
Sets the Standard Industry Class Code of Organization.
|
public java.util.List<Identifiers> getId()
public java.util.List<Contact> getTelecom()
public java.util.List<Address> getAddr()
public java.lang.String getStandardIndustryClassCode()
public void setStandardIndustryClassCode(java.lang.String standardIndustryClassCode)
standardIndustryClassCode - Specifies the Standard Industry Class Code of Organization.public OrganizationPartOfInfo getAsOrganizationPartOfInfo()
public void setAsOrganizationPartOfInfo(OrganizationPartOfInfo asOrganizationPartOfInfo)
asOrganizationPartOfInfo - Specifies the Details of organization part of.public java.lang.String getOrganizationName()
public void setOrganizationName(java.lang.String organizationName)
organizationName - Specifies the Organization Name.