riv.ehr.patientsummary._1.AD Maven / Gradle / Ivy
package riv.ehr.patientsummary._1;
import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlElements;
import javax.xml.bind.annotation.XmlType;
/**
* Java class for AD complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="AD">
* <complexContent>
* <extension base="{urn:riv:ehr:patientsummary:1}ANY">
* <sequence>
* <choice maxOccurs="unbounded" minOccurs="0">
* <element name="part" type="{urn:riv:ehr:patientsummary:1}ADXP"/>
* <element name="br" type="{urn:riv:ehr:patientsummary:1}ADXP.BR"/>
* <element name="addressLine" type="{urn:riv:ehr:patientsummary:1}ADXP.AL"/>
* <element name="additionalLocator" type="{urn:riv:ehr:patientsummary:1}ADXP.ADL"/>
* <element name="unitID" type="{urn:riv:ehr:patientsummary:1}ADXP.UNID"/>
* <element name="unitType" type="{urn:riv:ehr:patientsummary:1}ADXP.UNIT"/>
* <element name="deliveryAddressLine" type="{urn:riv:ehr:patientsummary:1}ADXP.DAL"/>
* <element name="deliveryInstallationType" type="{urn:riv:ehr:patientsummary:1}ADXP.DINST"/>
* <element name="deliveryInstallationArea" type="{urn:riv:ehr:patientsummary:1}ADXP.DINSTA"/>
* <element name="deliveryInstallationQualifier" type="{urn:riv:ehr:patientsummary:1}ADXP.DINSTQ"/>
* <element name="deliveryMode" type="{urn:riv:ehr:patientsummary:1}ADXP.DMOD"/>
* <element name="deliveryModeIdentifier" type="{urn:riv:ehr:patientsummary:1}ADXP.DMODID"/>
* <element name="streetAddressLine" type="{urn:riv:ehr:patientsummary:1}ADXP.SAL"/>
* <element name="houseNumber" type="{urn:riv:ehr:patientsummary:1}ADXP.BNR"/>
* <element name="houseNumberNumeric" type="{urn:riv:ehr:patientsummary:1}ADXP.BNN"/>
* <element name="buildingNumberSuffix" type="{urn:riv:ehr:patientsummary:1}ADXP.BNS"/>
* <element name="streetName" type="{urn:riv:ehr:patientsummary:1}ADXP.STR"/>
* <element name="streetNameBase" type="{urn:riv:ehr:patientsummary:1}ADXP.STB"/>
* <element name="streetType" type="{urn:riv:ehr:patientsummary:1}ADXP.STTYP"/>
* <element name="intersection" type="{urn:riv:ehr:patientsummary:1}ADXP.INT"/>
* <element name="direction" type="{urn:riv:ehr:patientsummary:1}ADXP.DIR"/>
* <element name="careOf" type="{urn:riv:ehr:patientsummary:1}ADXP.CAR"/>
* <element name="censusTract" type="{urn:riv:ehr:patientsummary:1}ADXP.CEN"/>
* <element name="country" type="{urn:riv:ehr:patientsummary:1}ADXP.CNT"/>
* <element name="county" type="{urn:riv:ehr:patientsummary:1}ADXP.CPA"/>
* <element name="city" type="{urn:riv:ehr:patientsummary:1}ADXP.CTY"/>
* <element name="postBox" type="{urn:riv:ehr:patientsummary:1}ADXP.POB"/>
* <element name="precinct" type="{urn:riv:ehr:patientsummary:1}ADXP.PRE"/>
* <element name="state" type="{urn:riv:ehr:patientsummary:1}ADXP.STA"/>
* <element name="postalCode" type="{urn:riv:ehr:patientsummary:1}ADXP.ZIP"/>
* </choice>
* <element name="useablePeriod" type="{urn:riv:ehr:patientsummary:1}QSET_TS" minOccurs="0"/>
* </sequence>
* <attribute name="use" type="{urn:riv:ehr:patientsummary:1}set_PostalAddressUse" />
* <attribute name="isNotOrdered" type="{http://www.w3.org/2001/XMLSchema}boolean" />
* </extension>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "AD", propOrder = {
"partOrBrOrAddressLine",
"useablePeriod"
})
public class AD
extends ANY
{
@XmlElements({
@XmlElement(name = "part"),
@XmlElement(name = "br", type = ADXPBR.class),
@XmlElement(name = "addressLine", type = ADXPAL.class),
@XmlElement(name = "additionalLocator", type = ADXPADL.class),
@XmlElement(name = "unitID", type = ADXPUNID.class),
@XmlElement(name = "unitType", type = ADXPUNIT.class),
@XmlElement(name = "deliveryAddressLine", type = ADXPDAL.class),
@XmlElement(name = "deliveryInstallationType", type = ADXPDINST.class),
@XmlElement(name = "deliveryInstallationArea", type = ADXPDINSTA.class),
@XmlElement(name = "deliveryInstallationQualifier", type = ADXPDINSTQ.class),
@XmlElement(name = "deliveryMode", type = ADXPDMOD.class),
@XmlElement(name = "deliveryModeIdentifier", type = ADXPDMODID.class),
@XmlElement(name = "streetAddressLine", type = ADXPSAL.class),
@XmlElement(name = "houseNumber", type = ADXPBNR.class),
@XmlElement(name = "houseNumberNumeric", type = ADXPBNN.class),
@XmlElement(name = "buildingNumberSuffix", type = ADXPBNS.class),
@XmlElement(name = "streetName", type = ADXPSTR.class),
@XmlElement(name = "streetNameBase", type = ADXPSTB.class),
@XmlElement(name = "streetType", type = ADXPSTTYP.class),
@XmlElement(name = "intersection", type = ADXPINT.class),
@XmlElement(name = "direction", type = ADXPDIR.class),
@XmlElement(name = "careOf", type = ADXPCAR.class),
@XmlElement(name = "censusTract", type = ADXPCEN.class),
@XmlElement(name = "country", type = ADXPCNT.class),
@XmlElement(name = "county", type = ADXPCPA.class),
@XmlElement(name = "city", type = ADXPCTY.class),
@XmlElement(name = "postBox", type = ADXPPOB.class),
@XmlElement(name = "precinct", type = ADXPPRE.class),
@XmlElement(name = "state", type = ADXPSTA.class),
@XmlElement(name = "postalCode", type = ADXPZIP.class)
})
protected List partOrBrOrAddressLine;
protected QSETTS useablePeriod;
@XmlAttribute(name = "use")
protected List use;
@XmlAttribute(name = "isNotOrdered")
protected Boolean isNotOrdered;
/**
* Gets the value of the partOrBrOrAddressLine property.
*
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a set
method for the partOrBrOrAddressLine property.
*
*
* For example, to add a new item, do as follows:
*
* getPartOrBrOrAddressLine().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link ADXP }
* {@link ADXPBR }
* {@link ADXPAL }
* {@link ADXPADL }
* {@link ADXPUNID }
* {@link ADXPUNIT }
* {@link ADXPDAL }
* {@link ADXPDINST }
* {@link ADXPDINSTA }
* {@link ADXPDINSTQ }
* {@link ADXPDMOD }
* {@link ADXPDMODID }
* {@link ADXPSAL }
* {@link ADXPBNR }
* {@link ADXPBNN }
* {@link ADXPBNS }
* {@link ADXPSTR }
* {@link ADXPSTB }
* {@link ADXPSTTYP }
* {@link ADXPINT }
* {@link ADXPDIR }
* {@link ADXPCAR }
* {@link ADXPCEN }
* {@link ADXPCNT }
* {@link ADXPCPA }
* {@link ADXPCTY }
* {@link ADXPPOB }
* {@link ADXPPRE }
* {@link ADXPSTA }
* {@link ADXPZIP }
*
*
*/
public List getPartOrBrOrAddressLine() {
if (partOrBrOrAddressLine == null) {
partOrBrOrAddressLine = new ArrayList();
}
return this.partOrBrOrAddressLine;
}
/**
* Gets the value of the useablePeriod property.
*
* @return
* possible object is
* {@link QSETTS }
*
*/
public QSETTS getUseablePeriod() {
return useablePeriod;
}
/**
* Sets the value of the useablePeriod property.
*
* @param value
* allowed object is
* {@link QSETTS }
*
*/
public void setUseablePeriod(QSETTS value) {
this.useablePeriod = value;
}
/**
* Gets the value of the use property.
*
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a set
method for the use property.
*
*
* For example, to add a new item, do as follows:
*
* getUse().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link PostalAddressUse }
*
*
*/
public List getUse() {
if (use == null) {
use = new ArrayList();
}
return this.use;
}
/**
* Gets the value of the isNotOrdered property.
*
* @return
* possible object is
* {@link Boolean }
*
*/
public Boolean isIsNotOrdered() {
return isNotOrdered;
}
/**
* Sets the value of the isNotOrdered property.
*
* @param value
* allowed object is
* {@link Boolean }
*
*/
public void setIsNotOrdered(Boolean value) {
this.isNotOrdered = value;
}
}