Class TelephoneNumber

java.lang.Object
net.finmath.smartcontract.product.xml.TelephoneNumber

public class TelephoneNumber extends Object
A type that represents a telephonic contact.

Java class for TelephoneNumber complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="TelephoneNumber">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="type" type="{http://www.fpml.org/FpML-5/confirmation}TelephoneTypeEnum" minOccurs="0"/>
         <element name="number" type="{http://www.fpml.org/FpML-5/confirmation}String"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • TelephoneNumber

      public TelephoneNumber()
  • Method Details

    • getType

      public TelephoneTypeEnum getType()
      Gets the value of the type property.
      Returns:
      possible object is TelephoneTypeEnum
    • setType

      public void setType(TelephoneTypeEnum value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is TelephoneTypeEnum
    • getNumber

      public String getNumber()
      Gets the value of the number property.
      Returns:
      possible object is String
    • setNumber

      public void setNumber(String value)
      Sets the value of the number property.
      Parameters:
      value - allowed object is String