Class Tele
-
- All Implemented Interfaces:
public class TeleJava 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 TeleTypegetTeleType()Gets the value of the teleType property. voidsetTeleType(TeleType value)Sets the value of the teleType property. ModifyDategetModifyDate()Gets the value of the modifyDate property. voidsetModifyDate(ModifyDate value)Sets the value of the modifyDate property. StringgetPhoneNumber()Gets the value of the phoneNumber property. voidsetPhoneNumber(String value)Sets the value of the phoneNumber property. StringgetFaxNumber()Gets the value of the faxNumber property. voidsetFaxNumber(String value)Sets the value of the faxNumber property. StringgetMobilePhoneNumber()Gets the value of the mobilePhoneNumber property. voidsetMobilePhoneNumber(String value)Sets the value of the mobilePhoneNumber property. StringgetMailAddress()Gets the value of the mailAddress property. voidsetMailAddress(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
-
-
-
-