Package iofXml.v2
Class Contact
-
- All Implemented Interfaces:
public class Contact
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>
-
-
Constructor Summary
Constructors Constructor Description Contact()
-
Method Summary
Modifier and Type Method Description PersonId
getPersonId()
Gets the value of the personId property. void
setPersonId(PersonId value)
Sets the value of the personId property. Person
getPerson()
Gets the value of the person property. void
setPerson(Person value)
Sets the value of the person property. ContactType
getContactType()
Gets the value of the contactType property. void
setContactType(ContactType value)
Sets the value of the contactType property. ModifyDate
getModifyDate()
Gets the value of the modifyDate property. void
setModifyDate(ModifyDate value)
Sets the value of the modifyDate property. -
-
Method Detail
-
getPersonId
PersonId getPersonId()
Gets the value of the personId property.
- Returns:
possibleobject is PersonId
-
setPersonId
void setPersonId(PersonId value)
Sets the value of the personId property.
- Parameters:
value
- allowed object is PersonId
-
getPerson
Person getPerson()
Gets the value of the person property.
- Returns:
possibleobject is Person
-
setPerson
void setPerson(Person value)
Sets the value of the person property.
- Parameters:
value
- allowed object is Person
-
getContactType
ContactType getContactType()
Gets the value of the contactType property.
- Returns:
possibleobject is ContactType
-
setContactType
void setContactType(ContactType value)
Sets the value of the contactType property.
- Parameters:
value
- allowed object is ContactType
-
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
-
-
-
-