ca.infoway.messagebuilder.domainvalue.basic
Class PostalAddressUse

Package class diagram package PostalAddressUse
java.lang.Object
  extended by ca.infoway.messagebuilder.lang.Enum
      extended by ca.infoway.messagebuilder.lang.EnumPattern
          extended by ca.infoway.messagebuilder.domainvalue.basic.PostalAddressUse
All Implemented Interfaces:
Code, PostalAddressUse, Serializable, Comparable

public class PostalAddressUse
extends EnumPattern
implements PostalAddressUse

PostalAdressUse enum.

From http://www.hl7.org/v3ballot/html/infrastructure/itsxml/datatypes-its-xml.htm#domain-PostalAddressUse

Author:
Intelliware Development
See Also:
Serialized Form

Field Summary
static PostalAddressUse ALPHABETIC
          Alphabetic transcription of name (Japanese: romaji).
static PostalAddressUse BAD
          A flag indicating that the address is bad, in fact, useless.
static PostalAddressUse DIRECT
          Indicates a work place address or telecommunication address that reaches the individual or organization directly without intermediaries.
static PostalAddressUse HOME
          A communication address at a home, attempted contacts for business purposes might intrude privacy and chances are one will contact family or other household members instead of the person one wishes to call.
static PostalAddressUse IDEOGRAPHIC
          Syllabic transcription of name (e.g., Japanese kana, Korean hangul).
static PostalAddressUse PHYSICAL
          Used primarily to visit an address.
static PostalAddressUse POSTAL
          Used to send mail.
static PostalAddressUse PRIMARY_HOME
          The primary home, to reach a person after business hours.
static PostalAddressUse PUBLIC
          Indicates a work place address or telecommunication address that is a 'standard' address which may reach a reception service, mail-room, or other intermediary prior to the target entity.
static PostalAddressUse SYLLABIC
          Ideographic representation of name (e.g., Japanese kanji, Chinese characters).
static PostalAddressUse TEMPORARY
          A temporary address, may be good for visit or mailing.
static PostalAddressUse VACATION_HOME
          A vacation home, to reach a person while on vacation.
static PostalAddressUse WORK_PLACE
          An office address.
 
Fields inherited from class ca.infoway.messagebuilder.lang.Enum
INNER_CLASS_SEPARATOR_CHAR, iToString, PACKAGE_SEPARATOR_CHAR
 
Method Summary
 String getCodeSystem()
          Returns the code system for this postal address enum.
 String getCodeValue()
          Returns the code value for this enum.
 
Methods inherited from class ca.infoway.messagebuilder.lang.EnumPattern
getEnumConstants, isEnum, name, toString, valueOf, values
 
Methods inherited from class ca.infoway.messagebuilder.lang.Enum
compareTo, equals, getEnum, getEnumClass, getEnumList, getEnumMap, getName, getShortClassName, getShortClassName, hashCode, iterator, readResolve
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

HOME

public static final PostalAddressUse HOME

A communication address at a home, attempted contacts for business purposes might intrude privacy and chances are one will contact family or other household members instead of the person one wishes to call. Typically used with urgent cases, or if no other contacts are available.


PRIMARY_HOME

public static final PostalAddressUse PRIMARY_HOME

The primary home, to reach a person after business hours.


VACATION_HOME

public static final PostalAddressUse VACATION_HOME

A vacation home, to reach a person while on vacation.


WORK_PLACE

public static final PostalAddressUse WORK_PLACE

An office address. First choice for business related contacts during business hours.


DIRECT

public static final PostalAddressUse DIRECT

Indicates a work place address or telecommunication address that reaches the individual or organization directly without intermediaries. For phones, often referred to as a 'private line'.


PUBLIC

public static final PostalAddressUse PUBLIC

Indicates a work place address or telecommunication address that is a 'standard' address which may reach a reception service, mail-room, or other intermediary prior to the target entity.


BAD

public static final PostalAddressUse BAD

A flag indicating that the address is bad, in fact, useless.


TEMPORARY

public static final PostalAddressUse TEMPORARY

A temporary address, may be good for visit or mailing. Note that an address history can provide more detailed information.


ALPHABETIC

public static final PostalAddressUse ALPHABETIC

Alphabetic transcription of name (Japanese: romaji).


SYLLABIC

public static final PostalAddressUse SYLLABIC

Ideographic representation of name (e.g., Japanese kanji, Chinese characters).


IDEOGRAPHIC

public static final PostalAddressUse IDEOGRAPHIC

Syllabic transcription of name (e.g., Japanese kana, Korean hangul).


PHYSICAL

public static final PostalAddressUse PHYSICAL

Used primarily to visit an address.


POSTAL

public static final PostalAddressUse POSTAL

Used to send mail.

Method Detail

getCodeSystem

public String getCodeSystem()

Returns the code system for this postal address enum.

Specified by:
getCodeSystem in interface Code
Returns:
the code system for this postal address enum

getCodeValue

public String getCodeValue()

Returns the code value for this enum.

Specified by:
getCodeValue in interface Code
Returns:
the code value


Copyright © 2013. All Rights Reserved.