|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PostalAddressable
Abstract class PostalAddressable
| Method Summary | |
|---|---|
Media |
getPicture()
Retrieves the value for the reference picture. |
String |
getPostalAddressLine(int index)
|
String |
getPostalStreet(int index)
|
void |
removePicture()
Removes the value for the optional reference picture. |
void |
setPicture(Media picture)
Sets a new value for the reference picture. |
void |
setPostalAddressLine(List<String> postalAddressLine)
This method is equivalent to |
void |
setPostalStreet(List<String> postalStreet)
This method is equivalent to |
| Methods inherited from interface org.opencrx.kernel.address1.cci2.PostalAddressable |
|---|
getPostalAddressLine, getPostalCity, getPostalCode, getPostalCountry, getPostalCounty, getPostalFreightTerms, getPostalLatitude, getPostalLongitude, getPostalState, getPostalStreet, getPostalStreetNumber, getPostalUtcOffset, setPostalAddressLine, setPostalCity, setPostalCode, setPostalCountry, setPostalCounty, setPostalFreightTerms, setPostalLatitude, setPostalLongitude, setPostalState, setPostalStreet, setPostalStreetNumber, setPostalUtcOffset |
| Methods inherited from interface org.opencrx.kernel.generic.cci2.Pictured |
|---|
getPictureContent, getPictureContentMimeType, getPictureContentName |
| 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 |
|---|
String getPostalAddressLine(int index)
void setPostalAddressLine(List<String> postalAddressLine)
This method is equivalent to
list.clear(); list.addAll(postalAddressLine);
postalAddressLine - collection to be copied.String getPostalStreet(int index)
void setPostalStreet(List<String> postalStreet)
This method is equivalent to
list.clear(); list.addAll(postalStreet);
postalStreet - collection to be copied.Media getPicture()
picture.
getPicture in interface Picturednull – value for this reference.void setPicture(Media picture)
picture.
setPicture in interface Picturedpicture - The non-null new value for this reference.void removePicture()
picture.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||