Class TEL
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>
-
Field Summary
FieldsFields inherited from class org.hl7.v3.ANY
nullFlavor -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetUse()Gets the value of the use property.Gets the value of the useablePeriod property.inthashCode()toString()Generates a String representation of the contents of this type.withNullFlavor(String... values) withNullFlavor(Collection<String> values) withUse(Collection<String> values) withUseablePeriod(Collection<SXCMTS> values) withUseablePeriod(SXCMTS... values) Methods inherited from class org.hl7.v3.ANY
getNullFlavor
-
Field Details
-
useablePeriod
-
use
-
-
Constructor Details
-
TEL
public TEL()
-
-
Method Details
-
getUseablePeriod
Gets the value of the useablePeriod 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 Jakarta XML Binding object. This is why there is not a
setmethod 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 -
getUse
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 Jakarta XML Binding object. This is why there is not a
setmethod 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 -
withUseablePeriod
-
withUseablePeriod
-
withUse
-
withUse
-
withValue
-
withNullFlavor
- Overrides:
withNullFlavorin classURL
-
withNullFlavor
- Overrides:
withNullFlavorin classURL
-
equals
-
hashCode
public int hashCode() -
toString
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin
-