public class ContactPersonPrimary
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="{}ContactPerson"/>
<element ref="{}ContactOrganization"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
contactOrganization |
protected java.lang.String |
contactPerson |
| Constructor and Description |
|---|
ContactPersonPrimary() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getContactOrganization()
Gets the value of the contactOrganization property.
|
java.lang.String |
getContactPerson()
Gets the value of the contactPerson property.
|
void |
setContactOrganization(java.lang.String value)
Sets the value of the contactOrganization property.
|
void |
setContactPerson(java.lang.String value)
Sets the value of the contactPerson property.
|
protected java.lang.String contactPerson
protected java.lang.String contactOrganization
public java.lang.String getContactPerson()
Stringpublic void setContactPerson(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getContactOrganization()
Stringpublic void setContactOrganization(java.lang.String value)
value - allowed object is
StringCopyright © 2013. All Rights Reserved.