Package iofXml.v2

Class Tele

java.lang.Object
iofXml.v2.Tele

public class Tele extends Object

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 Details

    • teleType

      protected TeleType teleType
    • modifyDate

      protected ModifyDate modifyDate
    • phoneNumber

      protected String phoneNumber
    • faxNumber

      protected String faxNumber
    • mobilePhoneNumber

      protected String mobilePhoneNumber
    • mailAddress

      protected String mailAddress
  • Constructor Details

    • Tele

      public Tele()
  • Method Details

    • getTeleType

      public TeleType getTeleType()
      Gets the value of the teleType property.
      Returns:
      possible object is TeleType
    • setTeleType

      public void setTeleType(TeleType value)
      Sets the value of the teleType property.
      Parameters:
      value - allowed object is TeleType
    • getModifyDate

      public ModifyDate getModifyDate()
      Gets the value of the modifyDate property.
      Returns:
      possible object is ModifyDate
    • setModifyDate

      public void setModifyDate(ModifyDate value)
      Sets the value of the modifyDate property.
      Parameters:
      value - allowed object is ModifyDate
    • getPhoneNumber

      public String getPhoneNumber()
      Gets the value of the phoneNumber property.
      Returns:
      possible object is String
    • setPhoneNumber

      public void setPhoneNumber(String value)
      Sets the value of the phoneNumber property.
      Parameters:
      value - allowed object is String
    • getFaxNumber

      public String getFaxNumber()
      Gets the value of the faxNumber property.
      Returns:
      possible object is String
    • setFaxNumber

      public void setFaxNumber(String value)
      Sets the value of the faxNumber property.
      Parameters:
      value - allowed object is String
    • getMobilePhoneNumber

      public String getMobilePhoneNumber()
      Gets the value of the mobilePhoneNumber property.
      Returns:
      possible object is String
    • setMobilePhoneNumber

      public void setMobilePhoneNumber(String value)
      Sets the value of the mobilePhoneNumber property.
      Parameters:
      value - allowed object is String
    • getMailAddress

      public String getMailAddress()
      Gets the value of the mailAddress property.
      Returns:
      possible object is String
    • setMailAddress

      public void setMailAddress(String value)
      Sets the value of the mailAddress property.
      Parameters:
      value - allowed object is String