All Downloads are FREE. Search and download functionalities are using the official Maven repository.

riv.ehr.patientsummary._1.PostalAddressUse Maven / Gradle / Ivy

There is a newer version: 1.0.1
Show newest version

package riv.ehr.patientsummary._1;

import javax.xml.bind.annotation.XmlEnum;
import javax.xml.bind.annotation.XmlType;


/**
 * 

Java class for PostalAddressUse. * *

The following schema fragment specifies the expected content contained within this class. *

*

 * <simpleType name="PostalAddressUse">
 *   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *     <enumeration value="H"/>
 *     <enumeration value="HP"/>
 *     <enumeration value="HV"/>
 *     <enumeration value="WP"/>
 *     <enumeration value="DIR"/>
 *     <enumeration value="PUB"/>
 *     <enumeration value="BAD"/>
 *     <enumeration value="TMP"/>
 *     <enumeration value="PHYS"/>
 *     <enumeration value="PST"/>
 *     <enumeration value="ABC"/>
 *     <enumeration value="IDE"/>
 *     <enumeration value="SYL"/>
 *     <enumeration value="SRCH"/>
 *     <enumeration value="SNDX"/>
 *     <enumeration value="PHON"/>
 *   </restriction>
 * </simpleType>
 * 
* */ @XmlType(name = "PostalAddressUse") @XmlEnum public enum PostalAddressUse { H, HP, HV, WP, DIR, PUB, BAD, TMP, PHYS, PST, ABC, IDE, SYL, SRCH, SNDX, PHON; public String value() { return name(); } public static PostalAddressUse fromValue(String v) { return valueOf(v); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy