public class ContactInformation
extends java.lang.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="{}ContactPersonPrimary" minOccurs="0"/>
<element ref="{}ContactPosition" minOccurs="0"/>
<element ref="{}ContactAddress" minOccurs="0"/>
<element ref="{}ContactVoiceTelephone" minOccurs="0"/>
<element ref="{}ContactFacsimileTelephone" minOccurs="0"/>
<element ref="{}ContactElectronicMailAddress" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ContactAddress |
contactAddress |
protected java.lang.String |
contactElectronicMailAddress |
protected java.lang.String |
contactFacsimileTelephone |
protected ContactPersonPrimary |
contactPersonPrimary |
protected java.lang.String |
contactPosition |
protected java.lang.String |
contactVoiceTelephone |
| Constructor and Description |
|---|
ContactInformation() |
| Modifier and Type | Method and Description |
|---|---|
ContactAddress |
getContactAddress()
Gets the value of the contactAddress property.
|
java.lang.String |
getContactElectronicMailAddress()
Gets the value of the contactElectronicMailAddress property.
|
java.lang.String |
getContactFacsimileTelephone()
Gets the value of the contactFacsimileTelephone property.
|
ContactPersonPrimary |
getContactPersonPrimary()
Gets the value of the contactPersonPrimary property.
|
java.lang.String |
getContactPosition()
Gets the value of the contactPosition property.
|
java.lang.String |
getContactVoiceTelephone()
Gets the value of the contactVoiceTelephone property.
|
void |
setContactAddress(ContactAddress value)
Sets the value of the contactAddress property.
|
void |
setContactElectronicMailAddress(java.lang.String value)
Sets the value of the contactElectronicMailAddress property.
|
void |
setContactFacsimileTelephone(java.lang.String value)
Sets the value of the contactFacsimileTelephone property.
|
void |
setContactPersonPrimary(ContactPersonPrimary value)
Sets the value of the contactPersonPrimary property.
|
void |
setContactPosition(java.lang.String value)
Sets the value of the contactPosition property.
|
void |
setContactVoiceTelephone(java.lang.String value)
Sets the value of the contactVoiceTelephone property.
|
protected ContactPersonPrimary contactPersonPrimary
protected java.lang.String contactPosition
protected ContactAddress contactAddress
protected java.lang.String contactVoiceTelephone
protected java.lang.String contactFacsimileTelephone
protected java.lang.String contactElectronicMailAddress
public ContactPersonPrimary getContactPersonPrimary()
ContactPersonPrimarypublic void setContactPersonPrimary(ContactPersonPrimary value)
value - allowed object is
ContactPersonPrimarypublic java.lang.String getContactPosition()
Stringpublic void setContactPosition(java.lang.String value)
value - allowed object is
Stringpublic ContactAddress getContactAddress()
ContactAddresspublic void setContactAddress(ContactAddress value)
value - allowed object is
ContactAddresspublic java.lang.String getContactVoiceTelephone()
Stringpublic void setContactVoiceTelephone(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getContactFacsimileTelephone()
Stringpublic void setContactFacsimileTelephone(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getContactElectronicMailAddress()
Stringpublic void setContactElectronicMailAddress(java.lang.String value)
value - allowed object is
StringCopyright © 2013. All Rights Reserved.