Class Tele
-
- All Implemented Interfaces:
public class Tele
Java class for anonymous complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{}TeleType" minOccurs="0"/> <element ref="{}ModifyDate" minOccurs="0"/> </sequence> <attribute name="phoneNumber" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> <attribute name="faxNumber" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> <attribute name="mobilePhoneNumber" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> <attribute name="mailAddress" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description Tele()
-
Method Summary
Modifier and Type Method Description TeleType
getTeleType()
Gets the value of the teleType property. void
setTeleType(TeleType value)
Sets the value of the teleType property. ModifyDate
getModifyDate()
Gets the value of the modifyDate property. void
setModifyDate(ModifyDate value)
Sets the value of the modifyDate property. String
getPhoneNumber()
Gets the value of the phoneNumber property. void
setPhoneNumber(String value)
Sets the value of the phoneNumber property. String
getFaxNumber()
Gets the value of the faxNumber property. void
setFaxNumber(String value)
Sets the value of the faxNumber property. String
getMobilePhoneNumber()
Gets the value of the mobilePhoneNumber property. void
setMobilePhoneNumber(String value)
Sets the value of the mobilePhoneNumber property. String
getMailAddress()
Gets the value of the mailAddress property. void
setMailAddress(String value)
Sets the value of the mailAddress property. -
-
Method Detail
-
getTeleType
TeleType getTeleType()
Gets the value of the teleType property.
- Returns:
possibleobject is TeleType
-
setTeleType
void setTeleType(TeleType value)
Sets the value of the teleType property.
- Parameters:
value
- allowed object is TeleType
-
getModifyDate
ModifyDate getModifyDate()
Gets the value of the modifyDate property.
- Returns:
possibleobject is ModifyDate
-
setModifyDate
void setModifyDate(ModifyDate value)
Sets the value of the modifyDate property.
- Parameters:
value
- allowed object is ModifyDate
-
getPhoneNumber
String getPhoneNumber()
Gets the value of the phoneNumber property.
- Returns:
possibleobject is String
-
setPhoneNumber
void setPhoneNumber(String value)
Sets the value of the phoneNumber property.
- Parameters:
value
- allowed object is String
-
getFaxNumber
String getFaxNumber()
Gets the value of the faxNumber property.
- Returns:
possibleobject is String
-
setFaxNumber
void setFaxNumber(String value)
Sets the value of the faxNumber property.
- Parameters:
value
- allowed object is String
-
getMobilePhoneNumber
String getMobilePhoneNumber()
Gets the value of the mobilePhoneNumber property.
- Returns:
possibleobject is String
-
setMobilePhoneNumber
void setMobilePhoneNumber(String value)
Sets the value of the mobilePhoneNumber property.
- Parameters:
value
- allowed object is String
-
getMailAddress
String getMailAddress()
Gets the value of the mailAddress property.
- Returns:
possibleobject is String
-
setMailAddress
void setMailAddress(String value)
Sets the value of the mailAddress property.
- Parameters:
value
- allowed object is String
-
-
-
-