org.opencrx.application.shop1.jmi1
Interface PostalAddressT

All Superinterfaces:
PostalAddressT, RefStruct, RefStruct_1_0, Serializable

public interface PostalAddressT
extends RefStruct_1_0, PostalAddressT


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.opencrx.application.shop1.cci2.PostalAddressT
PostalAddressT.Member
 
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.
 
Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefStruct_1_0
refDelegate
 
Methods inherited from interface javax.jmi.reflect.RefStruct
equals, hashCode, refFieldNames, refGetValue, refTypeName
 

Method Detail

getPostalAddressLine0

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

--> PostalAddress::postalAddressLine[0]

Specified by:
getPostalAddressLine0 in interface PostalAddressT
Returns:
The possibly null value for structure field postalAddressLine0.

getPostalAddressLine1

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

--> PostalAddress::postalAddressLine[1]

Specified by:
getPostalAddressLine1 in interface PostalAddressT
Returns:
The possibly null value for structure field postalAddressLine1.

getPostalAddressLine2

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

--> PostalAddress::postalAddressLine[2]

Specified by:
getPostalAddressLine2 in interface PostalAddressT
Returns:
The possibly null value for structure field postalAddressLine2.

getPostalCity

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

--> PostalAddress::postalCity

Specified by:
getPostalCity in interface PostalAddressT
Returns:
The possibly null value for structure field postalCity.

getPostalCode

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

--> PostalAddress::postalCode

Specified by:
getPostalCode in interface PostalAddressT
Returns:
The possibly null value for structure field postalCode.

getPostalCountry

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

--> PostalAddress::postalCountry

Specified by:
getPostalCountry in interface PostalAddressT
Returns:
The possibly null value for structure field postalCountry.

getPostalStreet0

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

--> PostalAddress::postalStreet[0]

Specified by:
getPostalStreet0 in interface PostalAddressT
Returns:
The possibly null value for structure field postalStreet0.

getPostalStreet1

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

--> PostalAddress::postalStreet[1]

Specified by:
getPostalStreet1 in interface PostalAddressT
Returns:
The possibly null value for structure field postalStreet1.

getPostalStreetNumber

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

--> PostalAddress::userString0

Specified by:
getPostalStreetNumber in interface PostalAddressT
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.