|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.etai.xat2v2.obj.Place
public class Place
Place permits to describe either a full address or simply a location
Java class for PlaceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PlaceType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="address" type="{http://xat2.etai.fr}AddressType" minOccurs="0 maxOccurs="5"/>
<element name="zip-code" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="POBox" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="city" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="region" type="{http://xat2.etai.fr}ClassificationListType" minOccurs="0"/>
<element name="country" type="{http://xat2.etai.fr}ClassificationListType" minOccurs="0"/>
<element name="classification-list" type="{http://xat2.etai.fr}ClassificationListType" minOccurs="0"/>
</sequence>
<attribute name="source" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="internal-id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
Place()
|
|
| Method Summary | |
|---|---|
void |
addAddress(Address value)
|
void |
addClassification(Classification cl)
|
void |
addCountry(Classification c)
|
void |
addRegion(Classification r)
|
List<Address> |
getAddress()
Gets the value of the address property. |
String |
getCity()
Gets the value of the city property. |
List<Classification> |
getClassificationList()
Gets the value of the classificationList property. |
List<Classification> |
getCountry()
Gets the value of the country property. |
String |
getInternalId()
Gets the value of the internalId property. |
String |
getName()
Gets the value of the name property. |
String |
getPOBox()
Gets the value of the poBox property. |
List<Classification> |
getRegion()
Gets the value of the region property. |
String |
getSource()
Gets the value of the source property. |
String |
getZipCode()
Gets the value of the zipCode property. |
void |
setAddress(List<Address> value)
Sets the value of the address property. |
void |
setCity(String value)
Sets the value of the city property. |
void |
setClassificationList(List<Classification> value)
Sets the value of the classificationList property. |
void |
setCountry(List<Classification> value)
Sets the value of the country property. |
void |
setInternalId(String value)
Sets the value of the internalId property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setPOBox(String value)
Sets the value of the poBox property. |
void |
setRegion(List<Classification> value)
Sets the value of the region property. |
void |
setSource(String value)
Sets the value of the source property. |
void |
setZipCode(String value)
Sets the value of the zipCode property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Place()
| Method Detail |
|---|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic List<Classification> getClassificationList()
ClassificationListType public void setClassificationList(List<Classification> value)
value - allowed object is
ClassificationListType public void addClassification(Classification cl)
public List<Address> getAddress()
Addresspublic void setAddress(List<Address> value)
value - allowed object is
Addresspublic void addAddress(Address value)
public String getZipCode()
Stringpublic void setZipCode(String value)
value - allowed object is
Stringpublic String getPOBox()
Stringpublic void setPOBox(String value)
value - allowed object is
Stringpublic String getCity()
Stringpublic void setCity(String value)
value - allowed object is
Stringpublic List<Classification> getRegion()
ClassificationListType public void setRegion(List<Classification> value)
value - allowed object is
ClassificationListType public void addRegion(Classification r)
public List<Classification> getCountry()
ClassificationListType public void setCountry(List<Classification> value)
value - allowed object is
ClassificationListType public void addCountry(Classification c)
public String getSource()
Stringpublic void setSource(String value)
value - allowed object is
Stringpublic String getInternalId()
Stringpublic void setInternalId(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||