|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.consultrn.commons.core.v3.WhereResponseType
be.fgov.ehealth.consultrn.commons.core.v3.ResidentialAddressResponseType
@Generated(value="com.sun.tools.xjc.Driver",
date="2019-09-25T04:50:46+02:00",
comments="JAXB RI v2.2.11")
public class ResidentialAddressResponseTypeResidential address of a person
Java class for ResidentialAddressResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResidentialAddressResponseType">
<complexContent>
<extension base="{urn:be:fgov:ehealth:consultrn:commons:core:v3}WhereResponseType">
<sequence>
<element name="PostalCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="StreetCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="StreetName" type="{urn:be:fgov:ehealth:consultrn:commons:core:v3}NameType" maxOccurs="unbounded" minOccurs="0"/>
<element name="HouseNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="BoxNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="StartDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
ResidentialAddressResponseType()
|
|
| Method Summary | |
|---|---|
String |
getBoxNumber()
Gets the value of the boxNumber property. |
String |
getHouseNumber()
Gets the value of the houseNumber property. |
String |
getPostalCode()
Gets the value of the postalCode property. |
org.joda.time.DateTime |
getStartDate()
Gets the value of the startDate property. |
String |
getStreetCode()
Gets the value of the streetCode property. |
List<NameType> |
getStreetNames()
Gets the value of the streetNames property. |
void |
setBoxNumber(String value)
Sets the value of the boxNumber property. |
void |
setHouseNumber(String value)
Sets the value of the houseNumber property. |
void |
setPostalCode(String value)
Sets the value of the postalCode property. |
void |
setStartDate(org.joda.time.DateTime value)
Sets the value of the startDate property. |
void |
setStreetCode(String value)
Sets the value of the streetCode property. |
| Methods inherited from class be.fgov.ehealth.consultrn.commons.core.v3.WhereResponseType |
|---|
getCityCode, getCityNames, getCountryCode, getCountryNames, setCityCode, setCountryCode |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ResidentialAddressResponseType()
| Method Detail |
|---|
public String getPostalCode()
Stringpublic void setPostalCode(String value)
value - allowed object is
Stringpublic String getStreetCode()
Stringpublic void setStreetCode(String value)
value - allowed object is
Stringpublic List<NameType> getStreetNames()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the streetNames property.
For example, to add a new item, do as follows:
getStreetNames().add(newItem);
Objects of the following type(s) are allowed in the list
NameType
public String getHouseNumber()
Stringpublic void setHouseNumber(String value)
value - allowed object is
Stringpublic String getBoxNumber()
Stringpublic void setBoxNumber(String value)
value - allowed object is
Stringpublic org.joda.time.DateTime getStartDate()
Stringpublic void setStartDate(org.joda.time.DateTime value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||