@Generated(value="com.sun.tools.xjc.Driver", date="2022-06-08T05:34:52+02:00", comments="JAXB RI v2.2.11") public class ResidentialAddressRequestType extends WhereRequestType implements Serializable
Java class for ResidentialAddressRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResidentialAddressRequestType">
<complexContent>
<extension base="{urn:be:fgov:ehealth:consultrn:commons:core:v3}WhereRequestType">
<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 and Description |
|---|
ResidentialAddressRequestType() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
getCityCode, getCityNames, getCountryCode, getCountryNames, setCityCode, setCountryCodepublic 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
Connector Packaging generic 4.1.2 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.