|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.fosstrak.epcis.model.ContactInformation
public class ContactInformation
Java class for ContactInformation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ContactInformation">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Contact" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="EmailAddress" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="FaxNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="TelephoneNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ContactTypeIdentifier" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
contact
|
protected String |
contactTypeIdentifier
|
protected String |
emailAddress
|
protected String |
faxNumber
|
protected String |
telephoneNumber
|
| Constructor Summary | |
|---|---|
ContactInformation()
|
|
| Method Summary | |
|---|---|
String |
getContact()
Gets the value of the contact property. |
String |
getContactTypeIdentifier()
Gets the value of the contactTypeIdentifier property. |
String |
getEmailAddress()
Gets the value of the emailAddress property. |
String |
getFaxNumber()
Gets the value of the faxNumber property. |
String |
getTelephoneNumber()
Gets the value of the telephoneNumber property. |
void |
setContact(String value)
Sets the value of the contact property. |
void |
setContactTypeIdentifier(String value)
Sets the value of the contactTypeIdentifier property. |
void |
setEmailAddress(String value)
Sets the value of the emailAddress property. |
void |
setFaxNumber(String value)
Sets the value of the faxNumber property. |
void |
setTelephoneNumber(String value)
Sets the value of the telephoneNumber property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String contact
protected String emailAddress
protected String faxNumber
protected String telephoneNumber
protected String contactTypeIdentifier
| Constructor Detail |
|---|
public ContactInformation()
| Method Detail |
|---|
public String getContact()
Stringpublic void setContact(String value)
value - allowed object is Stringpublic String getEmailAddress()
Stringpublic void setEmailAddress(String value)
value - allowed object is Stringpublic String getFaxNumber()
Stringpublic void setFaxNumber(String value)
value - allowed object is Stringpublic String getTelephoneNumber()
Stringpublic void setTelephoneNumber(String value)
value - allowed object is Stringpublic String getContactTypeIdentifier()
Stringpublic void setContactTypeIdentifier(String value)
value - allowed object is String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||