Package iofXml.v2

Class Contact

java.lang.Object
iofXml.v2.Contact

public class Contact 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>
         <choice>
           <element ref="{}PersonId"/>
           <element ref="{}Person"/>
         </choice>
         <element ref="{}ContactType"/>
         <element ref="{}ModifyDate" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • Contact

      public Contact()
  • Method Details

    • getPersonId

      public PersonId getPersonId()
      Gets the value of the personId property.
      Returns:
      possible object is PersonId
    • setPersonId

      public void setPersonId(PersonId value)
      Sets the value of the personId property.
      Parameters:
      value - allowed object is PersonId
    • getPerson

      public Person getPerson()
      Gets the value of the person property.
      Returns:
      possible object is Person
    • setPerson

      public void setPerson(Person value)
      Sets the value of the person property.
      Parameters:
      value - allowed object is Person
    • getContactType

      public ContactType getContactType()
      Gets the value of the contactType property.
      Returns:
      possible object is ContactType
    • setContactType

      public void setContactType(ContactType value)
      Sets the value of the contactType property.
      Parameters:
      value - allowed object is ContactType
    • 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