public class Contact
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"> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="site" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="email" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="individual_name" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="position" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="phone" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="fax" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="online_resource" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="address" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="postcode" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="city" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="administrative_area" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="country" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="hours_of_service" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="contact_instructions" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
address |
protected java.lang.String |
administrativeArea |
protected java.lang.String |
city |
protected java.lang.String |
contactInstructions |
protected java.lang.String |
country |
protected java.lang.String |
email |
protected java.lang.String |
fax |
protected java.lang.String |
hoursOfService |
protected java.lang.String |
individualName |
protected java.lang.String |
name |
protected java.lang.String |
onlineResource |
protected java.lang.String |
phone |
protected java.lang.String |
position |
protected java.lang.String |
postcode |
protected java.lang.String |
site |
Constructor and Description |
---|
Contact() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAddress()
Gets the value of the address property.
|
java.lang.String |
getAdministrativeArea()
Gets the value of the administrativeArea property.
|
java.lang.String |
getCity()
Gets the value of the city property.
|
java.lang.String |
getContactInstructions()
Gets the value of the contactInstructions property.
|
java.lang.String |
getCountry()
Gets the value of the country property.
|
java.lang.String |
getEmail()
Gets the value of the email property.
|
java.lang.String |
getFax()
Gets the value of the fax property.
|
java.lang.String |
getHoursOfService()
Gets the value of the hoursOfService property.
|
java.lang.String |
getIndividualName()
Gets the value of the individualName property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.String |
getOnlineResource()
Gets the value of the onlineResource property.
|
java.lang.String |
getPhone()
Gets the value of the phone property.
|
java.lang.String |
getPosition()
Gets the value of the position property.
|
java.lang.String |
getPostcode()
Gets the value of the postcode property.
|
java.lang.String |
getSite()
Gets the value of the site property.
|
void |
setAddress(java.lang.String value)
Sets the value of the address property.
|
void |
setAdministrativeArea(java.lang.String value)
Sets the value of the administrativeArea property.
|
void |
setCity(java.lang.String value)
Sets the value of the city property.
|
void |
setContactInstructions(java.lang.String value)
Sets the value of the contactInstructions property.
|
void |
setCountry(java.lang.String value)
Sets the value of the country property.
|
void |
setEmail(java.lang.String value)
Sets the value of the email property.
|
void |
setFax(java.lang.String value)
Sets the value of the fax property.
|
void |
setHoursOfService(java.lang.String value)
Sets the value of the hoursOfService property.
|
void |
setIndividualName(java.lang.String value)
Sets the value of the individualName property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setOnlineResource(java.lang.String value)
Sets the value of the onlineResource property.
|
void |
setPhone(java.lang.String value)
Sets the value of the phone property.
|
void |
setPosition(java.lang.String value)
Sets the value of the position property.
|
void |
setPostcode(java.lang.String value)
Sets the value of the postcode property.
|
void |
setSite(java.lang.String value)
Sets the value of the site property.
|
protected java.lang.String name
protected java.lang.String site
protected java.lang.String email
protected java.lang.String individualName
protected java.lang.String position
protected java.lang.String phone
protected java.lang.String fax
protected java.lang.String onlineResource
protected java.lang.String address
protected java.lang.String postcode
protected java.lang.String city
protected java.lang.String administrativeArea
protected java.lang.String country
protected java.lang.String hoursOfService
protected java.lang.String contactInstructions
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getSite()
String
public void setSite(java.lang.String value)
value
- allowed object is
String
public java.lang.String getEmail()
String
public void setEmail(java.lang.String value)
value
- allowed object is
String
public java.lang.String getIndividualName()
String
public void setIndividualName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getPosition()
String
public void setPosition(java.lang.String value)
value
- allowed object is
String
public java.lang.String getPhone()
String
public void setPhone(java.lang.String value)
value
- allowed object is
String
public java.lang.String getFax()
String
public void setFax(java.lang.String value)
value
- allowed object is
String
public java.lang.String getOnlineResource()
String
public void setOnlineResource(java.lang.String value)
value
- allowed object is
String
public java.lang.String getAddress()
String
public void setAddress(java.lang.String value)
value
- allowed object is
String
public java.lang.String getPostcode()
String
public void setPostcode(java.lang.String value)
value
- allowed object is
String
public java.lang.String getCity()
String
public void setCity(java.lang.String value)
value
- allowed object is
String
public java.lang.String getAdministrativeArea()
String
public void setAdministrativeArea(java.lang.String value)
value
- allowed object is
String
public java.lang.String getCountry()
String
public void setCountry(java.lang.String value)
value
- allowed object is
String
public java.lang.String getHoursOfService()
String
public void setHoursOfService(java.lang.String value)
value
- allowed object is
String
public java.lang.String getContactInstructions()
String
public void setContactInstructions(java.lang.String value)
value
- allowed object is
String