public class TEL extends URL
Java class for TEL complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TEL">
<complexContent>
<extension base="{urn:hl7-org:v3}URL">
<sequence>
<element name="useablePeriod" type="{urn:hl7-org:v3}SXCM_TS" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="use" type="{urn:hl7-org:v3}set_TelecommunicationAddressUse" />
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
TEL() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
getUse()
Gets the value of the use property.
|
java.util.List<SXCMTS> |
getUseablePeriod()
Gets the value of the useablePeriod property.
|
getContent, getNullFlavor, setContentpublic java.util.List<SXCMTS> getUseablePeriod()
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 useablePeriod property.
For example, to add a new item, do as follows:
getUseablePeriod().add(newItem);
Objects of the following type(s) are allowed in the list
SXCMTS
public java.util.List<java.lang.String> getUse()
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
String