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>