Class TelephoneNumber
java.lang.Object
net.finmath.smartcontract.product.xml.TelephoneNumber
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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the number property.getType()
Gets the value of the type property.void
Sets the value of the number property.void
setType
(TelephoneTypeEnum value) Sets the value of the type property.
-
Field Details
-
type
-
number
-
-
Constructor Details
-
TelephoneNumber
public TelephoneNumber()
-
-
Method Details
-
getType
Gets the value of the type property.- Returns:
- possible object is
TelephoneTypeEnum
-
setType
Sets the value of the type property.- Parameters:
value
- allowed object isTelephoneTypeEnum
-
getNumber
-
setNumber
-