org.opencrx.application.shop1.cci2
Interface LegalEntityT

All Known Subinterfaces:
LegalEntityT

public interface LegalEntityT


Nested Class Summary
static class LegalEntityT.Member
          The structure's members
 
Method Summary
 EmailAddressT getEmailAddressBusiness()
          Retrieves the value for the optional structure field emailAddressBusiness.
 PhoneNumberT getFaxNumberBusiness()
          Retrieves the value for the optional structure field faxNumberBusiness.
 String getLegalName()
          Retrieves the value for the structure field legalName.
 PhoneNumberT getPhoneNumberBusiness()
          Retrieves the value for the optional structure field phoneNumberBusiness.
 PostalAddressT getPostalAddressBusiness()
          Retrieves the value for the optional structure field postalAddressBusiness.
 String getPrimaryContactNumber()
          Retrieves the value for the optional structure field primaryContactNumber.
 String getWebAddressBusiness()
          Retrieves the value for the optional structure field webAddressBusiness.
 

Method Detail

getEmailAddressBusiness

EmailAddressT getEmailAddressBusiness()
Retrieves the value for the optional structure field emailAddressBusiness.

Returns:
The possibly null value for structure field emailAddressBusiness.

getFaxNumberBusiness

PhoneNumberT getFaxNumberBusiness()
Retrieves the value for the optional structure field faxNumberBusiness.

Returns:
The possibly null value for structure field faxNumberBusiness.

getLegalName

String getLegalName()
Retrieves the value for the structure field legalName.

Returns:
The non-null value for structure field legalName.

getPhoneNumberBusiness

PhoneNumberT getPhoneNumberBusiness()
Retrieves the value for the optional structure field phoneNumberBusiness.

Returns:
The possibly null value for structure field phoneNumberBusiness.

getPostalAddressBusiness

PostalAddressT getPostalAddressBusiness()
Retrieves the value for the optional structure field postalAddressBusiness.

Returns:
The possibly null value for structure field postalAddressBusiness.

getPrimaryContactNumber

String getPrimaryContactNumber()
Retrieves the value for the optional structure field primaryContactNumber.

Returns:
The possibly null value for structure field primaryContactNumber.

getWebAddressBusiness

String getWebAddressBusiness()
Retrieves the value for the optional structure field webAddressBusiness.

Returns:
The possibly null value for structure field webAddressBusiness.


This software is published under the BSD license. Copyright © 2003-2010, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.