package org.hl7.v3; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlRootElement; import javax.xml.bind.annotation.XmlType; /** * <p>Java class for adxp.streetAddressLine complex type. * * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> * <complexType name="adxp.streetAddressLine"> * <complexContent> * <restriction base="{urn:hl7-org:v3}ADXP"> * <attribute name="partType" type="{urn:hl7-org:v3}AddressPartType" fixed="SAL" /> * </restriction> * </complexContent> * </complexType> * </pre> * * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "adxp.streetAddressLine") @XmlRootElement(name = "streetAddressLine") public class AdxpStreetAddressLine extends ADXP { /** * */ private static final long serialVersionUID = 1L; }