java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.orderchangerequest.PhoneType

public class PhoneType extends Object
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_OrderChangeRQ}NumberType" minOccurs="0"/>
         <element name="CountryDialingCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}CountryDialingCodeType" minOccurs="0"/>
         <element name="ExtensionNumber" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}NumberType" minOccurs="0"/>
         <element name="LabelText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}TextType" minOccurs="0"/>
         <element name="PhoneNumber" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}NumberType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • areaCodeNumber

      protected BigDecimal areaCodeNumber
    • countryDialingCode

      protected String countryDialingCode
    • extensionNumber

      protected BigDecimal extensionNumber
    • labelText

      protected String labelText
    • phoneNumber

      protected BigDecimal phoneNumber
  • Constructor Details

    • PhoneType

      public PhoneType()
  • Method Details

    • getAreaCodeNumber

      public BigDecimal getAreaCodeNumber()
      Gets the value of the areaCodeNumber property.
      Returns:
      possible object is BigDecimal
    • setAreaCodeNumber

      public void setAreaCodeNumber(BigDecimal value)
      Sets the value of the areaCodeNumber property.
      Parameters:
      value - allowed object is BigDecimal
    • getCountryDialingCode

      public String getCountryDialingCode()
      Gets the value of the countryDialingCode property.
      Returns:
      possible object is String
    • setCountryDialingCode

      public void setCountryDialingCode(String value)
      Sets the value of the countryDialingCode property.
      Parameters:
      value - allowed object is String
    • getExtensionNumber

      public BigDecimal getExtensionNumber()
      Gets the value of the extensionNumber property.
      Returns:
      possible object is BigDecimal
    • setExtensionNumber

      public void setExtensionNumber(BigDecimal value)
      Sets the value of the extensionNumber property.
      Parameters:
      value - allowed object is BigDecimal
    • getLabelText

      public String getLabelText()
      Gets the value of the labelText property.
      Returns:
      possible object is String
    • setLabelText

      public void setLabelText(String value)
      Sets the value of the labelText property.
      Parameters:
      value - allowed object is String
    • getPhoneNumber

      public BigDecimal getPhoneNumber()
      Gets the value of the phoneNumber property.
      Returns:
      possible object is BigDecimal
    • setPhoneNumber

      public void setPhoneNumber(BigDecimal value)
      Sets the value of the phoneNumber property.
      Parameters:
      value - allowed object is BigDecimal