org.opencrx.application.shop1.cci2
Interface PostalAddressT

All Known Subinterfaces:
PostalAddressT

public interface PostalAddressT


Nested Class Summary
static class PostalAddressT.Member
          The structure's members
 
Method Summary
 String getPostalAddressLine0()
          Retrieves the value for the optional structure field postalAddressLine0.
 String getPostalAddressLine1()
          Retrieves the value for the optional structure field postalAddressLine1.
 String getPostalAddressLine2()
          Retrieves the value for the optional structure field postalAddressLine2.
 String getPostalCity()
          Retrieves the value for the optional structure field postalCity.
 String getPostalCode()
          Retrieves the value for the optional structure field postalCode.
 Integer getPostalCountry()
          Retrieves the value for the optional structure field postalCountry.
 String getPostalStreet0()
          Retrieves the value for the optional structure field postalStreet0.
 String getPostalStreet1()
          Retrieves the value for the optional structure field postalStreet1.
 String getPostalStreetNumber()
          Retrieves the value for the optional structure field postalStreetNumber.
 

Method Detail

getPostalAddressLine0

String getPostalAddressLine0()
Retrieves the value for the optional structure field postalAddressLine0.

--> PostalAddress::postalAddressLine[0]

Returns:
The possibly null value for structure field postalAddressLine0.

getPostalAddressLine1

String getPostalAddressLine1()
Retrieves the value for the optional structure field postalAddressLine1.

--> PostalAddress::postalAddressLine[1]

Returns:
The possibly null value for structure field postalAddressLine1.

getPostalAddressLine2

String getPostalAddressLine2()
Retrieves the value for the optional structure field postalAddressLine2.

--> PostalAddress::postalAddressLine[2]

Returns:
The possibly null value for structure field postalAddressLine2.

getPostalCity

String getPostalCity()
Retrieves the value for the optional structure field postalCity.

--> PostalAddress::postalCity

Returns:
The possibly null value for structure field postalCity.

getPostalCode

String getPostalCode()
Retrieves the value for the optional structure field postalCode.

--> PostalAddress::postalCode

Returns:
The possibly null value for structure field postalCode.

getPostalCountry

Integer getPostalCountry()
Retrieves the value for the optional structure field postalCountry.

--> PostalAddress::postalCountry

Returns:
The possibly null value for structure field postalCountry.

getPostalStreet0

String getPostalStreet0()
Retrieves the value for the optional structure field postalStreet0.

--> PostalAddress::postalStreet[0]

Returns:
The possibly null value for structure field postalStreet0.

getPostalStreet1

String getPostalStreet1()
Retrieves the value for the optional structure field postalStreet1.

--> PostalAddress::postalStreet[1]

Returns:
The possibly null value for structure field postalStreet1.

getPostalStreetNumber

String getPostalStreetNumber()
Retrieves the value for the optional structure field postalStreetNumber.

--> PostalAddress::userString0

Returns:
The possibly null value for structure field postalStreetNumber.


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