Class TelephoneNumberType
java.lang.Object
org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.rim.TelephoneNumberType
TelephoneNumber is the mapping of the same named interface in ebRIM.
Java class for TelephoneNumberType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TelephoneNumberType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="areaCode" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}String8" /> <attribute name="countryCode" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}String8" /> <attribute name="extension" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}String8" /> <attribute name="number" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}String16" /> <attribute name="phoneType" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}String32" /> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the areaCode property.Gets the value of the countryCode property.Gets the value of the extension property.Gets the value of the number property.Gets the value of the phoneType property.void
setAreaCode
(String value) Sets the value of the areaCode property.void
setCountryCode
(String value) Sets the value of the countryCode property.void
setExtension
(String value) Sets the value of the extension property.void
Sets the value of the number property.void
setPhoneType
(String value) Sets the value of the phoneType property.
-
Field Details
-
areaCode
-
countryCode
-
extension
-
number
-
phoneType
-
-
Constructor Details
-
TelephoneNumberType
public TelephoneNumberType()
-
-
Method Details
-
getAreaCode
Gets the value of the areaCode property.- Returns:
- possible object is
String
-
setAreaCode
Sets the value of the areaCode property.- Parameters:
value
- allowed object isString
-
getCountryCode
Gets the value of the countryCode property.- Returns:
- possible object is
String
-
setCountryCode
Sets the value of the countryCode property.- Parameters:
value
- allowed object isString
-
getExtension
Gets the value of the extension property.- Returns:
- possible object is
String
-
setExtension
Sets the value of the extension property.- Parameters:
value
- allowed object isString
-
getNumber
Gets the value of the number property.- Returns:
- possible object is
String
-
setNumber
Sets the value of the number property.- Parameters:
value
- allowed object isString
-
getPhoneType
Gets the value of the phoneType property.- Returns:
- possible object is
String
-
setPhoneType
Sets the value of the phoneType property.- Parameters:
value
- allowed object isString
-