org.opencrx.kernel.address1.cci2
Interface PostalAddressable

All Superinterfaces:
Pictured
All Known Subinterfaces:
PostalAddress, PostalAddress, PostalAddress, PostalAddress, PostalAddress, PostalAddress, PostalAddress, PostalAddress, PostalAddressable
All Known Implementing Classes:
PostalAddress, PostalAddress, PostalAddress, PostalAddress

public interface PostalAddressable
extends Pictured

Abstract class PostalAddressable


Method Summary
 List<String> getPostalAddressLine()
           
 String getPostalCity()
           
 String getPostalCode()
           
 short getPostalCountry()
          Retrieves the value for the attribute postalCountry.
 String getPostalCounty()
           
 short getPostalFreightTerms()
          Retrieves the value for the attribute postalFreightTerms.
 BigDecimal getPostalLatitude()
           
 BigDecimal getPostalLongitude()
           
 String getPostalState()
           
 List<String> getPostalStreet()
           
 String getPostalStreetNumber()
           
 short getPostalUtcOffset()
          Retrieves the value for the attribute postalUtcOffset.
 void setPostalAddressLine(String... postalAddressLine)
           This method is equivalent to
 void setPostalCity(String postalCity)
          Sets a new value for the attribute postalCity.
 void setPostalCode(String postalCode)
          Sets a new value for the attribute postalCode.
 void setPostalCountry(short postalCountry)
          Sets a new value for the attribute postalCountry.
 void setPostalCounty(String postalCounty)
          Sets a new value for the attribute postalCounty.
 void setPostalFreightTerms(short postalFreightTerms)
          Sets a new value for the attribute postalFreightTerms.
 void setPostalLatitude(BigDecimal postalLatitude)
          Sets a new value for the attribute postalLatitude.
 void setPostalLongitude(BigDecimal postalLongitude)
          Sets a new value for the attribute postalLongitude.
 void setPostalState(String postalState)
          Sets a new value for the attribute postalState.
 void setPostalStreet(String... postalStreet)
           This method is equivalent to
 void setPostalStreetNumber(String postalStreetNumber)
          Sets a new value for the attribute postalStreetNumber.
 void setPostalUtcOffset(short postalUtcOffset)
          Sets a new value for the attribute postalUtcOffset.
 
Methods inherited from interface org.opencrx.kernel.generic.cci2.Pictured
getPicture, getPictureContent, getPictureContentMimeType, getPictureContentName, setPicture
 

Method Detail

getPostalAddressLine

List<String> getPostalAddressLine()
Returns:
A list containing all elements for this attribute.

setPostalAddressLine

void setPostalAddressLine(String... postalAddressLine)

This method is equivalent to

   list.clear();
   for(java.lang.String e : attributeName){
     list.add(e);
   }
 

Parameters:
postalAddressLine - value(s) to be added to postalAddressLine

getPostalCity

String getPostalCity()
Returns:
The possibly null value for attribute postalCity.

setPostalCity

void setPostalCity(String postalCity)
Sets a new value for the attribute postalCity.

Parameters:
postalCity - The possibly null new value for attribute postalCity.

getPostalCode

String getPostalCode()
Returns:
The possibly null value for attribute postalCode.

setPostalCode

void setPostalCode(String postalCode)
Sets a new value for the attribute postalCode.

Parameters:
postalCode - The possibly null new value for attribute postalCode.

getPostalCountry

short getPostalCountry()
Retrieves the value for the attribute postalCountry.

Returns:
The non-null value for attribute postalCountry.

setPostalCountry

void setPostalCountry(short postalCountry)
Sets a new value for the attribute postalCountry.

Parameters:
postalCountry - The non-null new value for attribute postalCountry.

getPostalCounty

String getPostalCounty()
Returns:
The possibly null value for attribute postalCounty.

setPostalCounty

void setPostalCounty(String postalCounty)
Sets a new value for the attribute postalCounty.

Parameters:
postalCounty - The possibly null new value for attribute postalCounty.

getPostalFreightTerms

short getPostalFreightTerms()
Retrieves the value for the attribute postalFreightTerms.

Returns:
The non-null value for attribute postalFreightTerms.

setPostalFreightTerms

void setPostalFreightTerms(short postalFreightTerms)
Sets a new value for the attribute postalFreightTerms.

Parameters:
postalFreightTerms - The non-null new value for attribute postalFreightTerms.

getPostalLatitude

BigDecimal getPostalLatitude()
Returns:
The possibly null value for attribute postalLatitude.

setPostalLatitude

void setPostalLatitude(BigDecimal postalLatitude)
Sets a new value for the attribute postalLatitude.

Parameters:
postalLatitude - The possibly null new value for attribute postalLatitude.

getPostalLongitude

BigDecimal getPostalLongitude()
Returns:
The possibly null value for attribute postalLongitude.

setPostalLongitude

void setPostalLongitude(BigDecimal postalLongitude)
Sets a new value for the attribute postalLongitude.

Parameters:
postalLongitude - The possibly null new value for attribute postalLongitude.

getPostalState

String getPostalState()
Returns:
The possibly null value for attribute postalState.

setPostalState

void setPostalState(String postalState)
Sets a new value for the attribute postalState.

Parameters:
postalState - The possibly null new value for attribute postalState.

getPostalStreet

List<String> getPostalStreet()
Returns:
A list containing all elements for this attribute.

setPostalStreet

void setPostalStreet(String... postalStreet)

This method is equivalent to

   list.clear();
   for(java.lang.String e : attributeName){
     list.add(e);
   }
 

Parameters:
postalStreet - value(s) to be added to postalStreet

getPostalStreetNumber

String getPostalStreetNumber()
Returns:
The possibly null value for attribute postalStreetNumber.

setPostalStreetNumber

void setPostalStreetNumber(String postalStreetNumber)
Sets a new value for the attribute postalStreetNumber.

Parameters:
postalStreetNumber - The possibly null new value for attribute postalStreetNumber.

getPostalUtcOffset

short getPostalUtcOffset()
Retrieves the value for the attribute postalUtcOffset.

Returns:
The non-null value for attribute postalUtcOffset.

setPostalUtcOffset

void setPostalUtcOffset(short postalUtcOffset)
Sets a new value for the attribute postalUtcOffset.

Parameters:
postalUtcOffset - The non-null new value for attribute postalUtcOffset.


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