Package iofXml.v2
Class Tele
java.lang.Object
iofXml.v2.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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the faxNumber property.Gets the value of the mailAddress property.Gets the value of the mobilePhoneNumber property.Gets the value of the modifyDate property.Gets the value of the phoneNumber property.Gets the value of the teleType property.voidsetFaxNumber(String value) Sets the value of the faxNumber property.voidsetMailAddress(String value) Sets the value of the mailAddress property.voidsetMobilePhoneNumber(String value) Sets the value of the mobilePhoneNumber property.voidsetModifyDate(ModifyDate value) Sets the value of the modifyDate property.voidsetPhoneNumber(String value) Sets the value of the phoneNumber property.voidsetTeleType(TeleType value) Sets the value of the teleType property.
-
Field Details
-
teleType
-
modifyDate
-
phoneNumber
-
faxNumber
-
mobilePhoneNumber
-
mailAddress
-
-
Constructor Details
-
Tele
public Tele()
-
-
Method Details
-
getTeleType
Gets the value of the teleType property.- Returns:
- possible object is
TeleType
-
setTeleType
Sets the value of the teleType property.- Parameters:
value- allowed object isTeleType
-
getModifyDate
Gets the value of the modifyDate property.- Returns:
- possible object is
ModifyDate
-
setModifyDate
Sets the value of the modifyDate property.- Parameters:
value- allowed object isModifyDate
-
getPhoneNumber
Gets the value of the phoneNumber property.- Returns:
- possible object is
String
-
setPhoneNumber
Sets the value of the phoneNumber property.- Parameters:
value- allowed object isString
-
getFaxNumber
Gets the value of the faxNumber property.- Returns:
- possible object is
String
-
setFaxNumber
Sets the value of the faxNumber property.- Parameters:
value- allowed object isString
-
getMobilePhoneNumber
Gets the value of the mobilePhoneNumber property.- Returns:
- possible object is
String
-
setMobilePhoneNumber
Sets the value of the mobilePhoneNumber property.- Parameters:
value- allowed object isString
-
getMailAddress
Gets the value of the mailAddress property.- Returns:
- possible object is
String
-
setMailAddress
Sets the value of the mailAddress property.- Parameters:
value- allowed object isString
-