Class PhoneType
java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.servicelistresponse.PhoneType
A telephone number is a sequence of digits assigned to a fixed-line telephone subscriber station connected to a telephone line or to a wireless electronic telephony device, such as a radio telephone or a mobile telephone, or to other devices for data tra
Java class for PhoneType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PhoneType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AreaCodeNumber" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRS}NumberType" minOccurs="0"/>
<element name="CountryDialingCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRS}CountryDialingCodeType" minOccurs="0"/>
<element name="ExtensionNumber" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRS}NumberType" minOccurs="0"/>
<element name="LabelText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRS}TextType" minOccurs="0"/>
<element name="PhoneNumber" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRS}NumberType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BigDecimalprotected Stringprotected BigDecimalprotected Stringprotected BigDecimal -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the areaCodeNumber property.Gets the value of the countryDialingCode property.Gets the value of the extensionNumber property.Gets the value of the labelText property.Gets the value of the phoneNumber property.voidsetAreaCodeNumber(BigDecimal value) Sets the value of the areaCodeNumber property.voidsetCountryDialingCode(String value) Sets the value of the countryDialingCode property.voidsetExtensionNumber(BigDecimal value) Sets the value of the extensionNumber property.voidsetLabelText(String value) Sets the value of the labelText property.voidsetPhoneNumber(BigDecimal value) Sets the value of the phoneNumber property.
-
Field Details
-
areaCodeNumber
-
countryDialingCode
-
extensionNumber
-
labelText
-
phoneNumber
-
-
Constructor Details
-
PhoneType
public PhoneType()
-
-
Method Details
-
getAreaCodeNumber
Gets the value of the areaCodeNumber property.- Returns:
- possible object is
BigDecimal
-
setAreaCodeNumber
Sets the value of the areaCodeNumber property.- Parameters:
value- allowed object isBigDecimal
-
getCountryDialingCode
Gets the value of the countryDialingCode property.- Returns:
- possible object is
String
-
setCountryDialingCode
Sets the value of the countryDialingCode property.- Parameters:
value- allowed object isString
-
getExtensionNumber
Gets the value of the extensionNumber property.- Returns:
- possible object is
BigDecimal
-
setExtensionNumber
Sets the value of the extensionNumber property.- Parameters:
value- allowed object isBigDecimal
-
getLabelText
Gets the value of the labelText property.- Returns:
- possible object is
String
-
setLabelText
Sets the value of the labelText property.- Parameters:
value- allowed object isString
-
getPhoneNumber
Gets the value of the phoneNumber property.- Returns:
- possible object is
BigDecimal
-
setPhoneNumber
Sets the value of the phoneNumber property.- Parameters:
value- allowed object isBigDecimal
-