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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the number property.getType()Gets the value of the type property.voidSets the value of the number property.voidsetType(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
Gets the value of the number property.- Returns:
- possible object is
String
-
setNumber
Sets the value of the number property.- Parameters:
value- allowed object isString
-