org.opencrx.kernel.address1.cci
Interface PostalAddressable

All Superinterfaces:
Pictured, RefBaseObject, RefFeatured, RefObject, RefObject_1_0
All Known Subinterfaces:
PostalAddress, PostalAddress, PostalAddress, PostalAddress
All Known Implementing Classes:
PostalAddressableImpl, PostalAddressImpl, PostalAddressImpl, PostalAddressImpl, PostalAddressImpl

public interface PostalAddressable
extends Pictured


Method Summary
 List getPostalAddressLine()
           
 String getPostalAddressLine(int index)
           
 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 getPostalStreet()
           
 String getPostalStreet(int index)
           
 String getPostalStreetNumber()
           
 short getPostalUtcOffset()
          Retrieves the value for the attribute postalUtcOffset.
 void setPostalAddressLine(List newValue)
           
 void setPostalAddressLine(String[] newValue)
           
 void setPostalCity(String newValue)
          Sets a new value for the attribute postalCity.
 void setPostalCode(String newValue)
          Sets a new value for the attribute postalCode.
 void setPostalCountry(short newValue)
          Sets a new value for the attribute postalCountry.
 void setPostalCounty(String newValue)
          Sets a new value for the attribute postalCounty.
 void setPostalFreightTerms(short newValue)
          Sets a new value for the attribute postalFreightTerms.
 void setPostalLatitude(BigDecimal newValue)
          Sets a new value for the attribute postalLatitude.
 void setPostalLongitude(BigDecimal newValue)
          Sets a new value for the attribute postalLongitude.
 void setPostalState(String newValue)
          Sets a new value for the attribute postalState.
 void setPostalStreet(List newValue)
           
 void setPostalStreet(String[] newValue)
           
 void setPostalStreetNumber(String newValue)
          Sets a new value for the attribute postalStreetNumber.
 void setPostalUtcOffset(short newValue)
          Sets a new value for the attribute postalUtcOffset.
 
Methods inherited from interface org.opencrx.kernel.generic.cci.Pictured
getPicture, getPictureContent, getPictureContentMimeType, getPictureContentName, removePicture, setPicture
 
Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefObject_1_0
refAddEventListener, refAddToUnitOfWork, refAddValue, refContext, refDefaultFetchGroup, refDelegate, refFlush, refGetEventListeners, refGetPath, refGetValue, refGetValue, refInitialize, refInitialize, refIsDeleted, refIsDirty, refIsNew, refIsPersistent, refIsWriteProtected, refRefresh, refRefreshAsynchronously, refRemoveEventListener, refRemoveFromUnitOfWork, refRemoveValue, refRemoveValue, refSetValue, refWriteProtect
 
Methods inherited from interface javax.jmi.reflect.RefObject
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite
 
Methods inherited from interface javax.jmi.reflect.RefFeatured
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue
 
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints
 

Method Detail

getPostalAddressLine

List getPostalAddressLine()
Returns:
A list containing all elements for this attribute.
Throws:
JmiException - If the values cannot be retrieved for some reason.

getPostalAddressLine

String getPostalAddressLine(int index)
Parameters:
index - The index of the element to return.
Returns:
The element at the specified position in the list of all values for this attribute.
Throws:
JmiException - If the value cannot be retrieved for some reason.

setPostalAddressLine

void setPostalAddressLine(List newValue)
Parameters:
newValue - A list containing all the new elements for this attribute.
Throws:
JmiException - If the values cannot be set for some reason.

setPostalAddressLine

void setPostalAddressLine(String[] newValue)
Parameters:
newValue - An array containing all the new elements for this attribute.
Throws:
JmiException - If the values cannot be set for some reason.

getPostalCity

String getPostalCity()
Returns:
The possibly null value for attribute postalCity.
Throws:
JmiException - If the value cannot be retrieved for some reason.

setPostalCity

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

Parameters:
newValue - The possibly null new value for attribute postalCity.
Throws:
JmiException - If the value cannot be set for some reason.

getPostalCode

String getPostalCode()
Returns:
The possibly null value for attribute postalCode.
Throws:
JmiException - If the value cannot be retrieved for some reason.

setPostalCode

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

Parameters:
newValue - The possibly null new value for attribute postalCode.
Throws:
JmiException - If the value cannot be set for some reason.

getPostalCountry

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

Returns:
The non-null value for attribute postalCountry.
Throws:
JmiException - If the value cannot be retrieved for some reason.

setPostalCountry

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

Parameters:
newValue - The non-null new value for attribute postalCountry.
Throws:
JmiException - If the value cannot be set for some reason.

getPostalCounty

String getPostalCounty()
Returns:
The possibly null value for attribute postalCounty.
Throws:
JmiException - If the value cannot be retrieved for some reason.

setPostalCounty

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

Parameters:
newValue - The possibly null new value for attribute postalCounty.
Throws:
JmiException - If the value cannot be set for some reason.

getPostalFreightTerms

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

Returns:
The non-null value for attribute postalFreightTerms.
Throws:
JmiException - If the value cannot be retrieved for some reason.

setPostalFreightTerms

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

Parameters:
newValue - The non-null new value for attribute postalFreightTerms.
Throws:
JmiException - If the value cannot be set for some reason.

getPostalLatitude

BigDecimal getPostalLatitude()
Returns:
The possibly null value for attribute postalLatitude.
Throws:
JmiException - If the value cannot be retrieved for some reason.

setPostalLatitude

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

Parameters:
newValue - The possibly null new value for attribute postalLatitude.
Throws:
JmiException - If the value cannot be set for some reason.

getPostalLongitude

BigDecimal getPostalLongitude()
Returns:
The possibly null value for attribute postalLongitude.
Throws:
JmiException - If the value cannot be retrieved for some reason.

setPostalLongitude

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

Parameters:
newValue - The possibly null new value for attribute postalLongitude.
Throws:
JmiException - If the value cannot be set for some reason.

getPostalState

String getPostalState()
Returns:
The possibly null value for attribute postalState.
Throws:
JmiException - If the value cannot be retrieved for some reason.

setPostalState

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

Parameters:
newValue - The possibly null new value for attribute postalState.
Throws:
JmiException - If the value cannot be set for some reason.

getPostalStreet

List getPostalStreet()
Returns:
A list containing all elements for this attribute.
Throws:
JmiException - If the values cannot be retrieved for some reason.

getPostalStreet

String getPostalStreet(int index)
Parameters:
index - The index of the element to return.
Returns:
The element at the specified position in the list of all values for this attribute.
Throws:
JmiException - If the value cannot be retrieved for some reason.

setPostalStreet

void setPostalStreet(List newValue)
Parameters:
newValue - A list containing all the new elements for this attribute.
Throws:
JmiException - If the values cannot be set for some reason.

setPostalStreet

void setPostalStreet(String[] newValue)
Parameters:
newValue - An array containing all the new elements for this attribute.
Throws:
JmiException - If the values cannot be set for some reason.

getPostalStreetNumber

String getPostalStreetNumber()
Returns:
The possibly null value for attribute postalStreetNumber.
Throws:
JmiException - If the value cannot be retrieved for some reason.

setPostalStreetNumber

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

Parameters:
newValue - The possibly null new value for attribute postalStreetNumber.
Throws:
JmiException - If the value cannot be set for some reason.

getPostalUtcOffset

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

Returns:
The non-null value for attribute postalUtcOffset.
Throws:
JmiException - If the value cannot be retrieved for some reason.

setPostalUtcOffset

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

Parameters:
newValue - The non-null new value for attribute postalUtcOffset.
Throws:
JmiException - If the value cannot be set for some reason.


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