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()
          Retrieves a list containing all the elements for the attribute postalAddressLine.
 String getPostalCity()
          Retrieves the possibly null value for the optional attribute postalCity.
 String getPostalCode()
          Retrieves the possibly null value for the optional attribute postalCode.
 short getPostalCountry()
          Retrieves the value for the attribute postalCountry.
 String getPostalCounty()
          Retrieves the possibly null value for the optional attribute postalCounty.
 short getPostalFreightTerms()
          Retrieves the value for the attribute postalFreightTerms.
 BigDecimal getPostalLatitude()
          Retrieves the possibly null value for the optional attribute postalLatitude.
 BigDecimal getPostalLongitude()
          Retrieves the possibly null value for the optional attribute postalLongitude.
 String getPostalState()
          Retrieves the possibly null value for the optional attribute postalState.
 List<String> getPostalStreet()
          Retrieves a list containing all the elements for the attribute postalStreet.
 String getPostalStreetNumber()
          Retrieves the possibly null value for the optional attribute postalStreetNumber.
 short getPostalUtcOffset()
          Retrieves the value for the attribute postalUtcOffset.
 void setPostalAddressLine(String... postalAddressLine)
          Clears postalAddressLine and adds the given value(s).
 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)
          Clears postalStreet and adds the given value(s).
 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()
Retrieves a list containing all the elements for the attribute postalAddressLine.

Returns:
A list containing all elements for this attribute.

setPostalAddressLine

void setPostalAddressLine(String... postalAddressLine)
Clears postalAddressLine and adds the given value(s).

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()
Retrieves the possibly null value for the optional attribute postalCity.

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()
Retrieves the possibly null value for the optional attribute postalCode.

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()
Retrieves the possibly null value for the optional attribute postalCounty.

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()
Retrieves the possibly null value for the optional attribute postalLatitude.

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()
Retrieves the possibly null value for the optional attribute postalLongitude.

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()
Retrieves the possibly null value for the optional attribute postalState.

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()
Retrieves a list containing all the elements for the attribute postalStreet.

Returns:
A list containing all elements for this attribute.

setPostalStreet

void setPostalStreet(String... postalStreet)
Clears postalStreet and adds the given value(s).

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()
Retrieves the possibly null value for the optional attribute postalStreetNumber.

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-2013, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.