public class ADXP extends ST
Java class for ADXP complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ADXP">
<complexContent>
<extension base="{urn:hl7-org:v3}ST">
<attribute name="partType" type="{urn:hl7-org:v3}AddressPartType" />
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
ADXP() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
getPartType()
Gets the value of the partType property.
|
getCompression, getIntegrityCheck, getIntegrityCheckAlgorithm, getLanguage, getMediaType, getReference, getThumbnail, setCompression, setIntegrityCheck, setIntegrityCheckAlgorithm, setLanguage, setMediaType, setReference, setThumbnailgetRepresentation, setRepresentationgetContent, getNullFlavor, setContentpublic java.util.List<java.lang.String> getPartType()
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 partType property.
For example, to add a new item, do as follows:
getPartType().add(newItem);
Objects of the following type(s) are allowed in the list
String