@Generated(value="com.sun.tools.xjc.Driver", date="2024-09-05T11:07:02+02:00", comments="JAXB RI v2.3.7") public class AddressType extends Object implements Serializable
Java class for AddressType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AddressType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="StreetName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="HouseNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Box" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ZIPCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="CityName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Country" type="{http://www.mercurius.vlaanderen.be/vsb/schemas/v1}CountryNisCodeType"/>
<element name="CountryName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="AddressString" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="InsCode" type="{http://www.mercurius.vlaanderen.be/vsb/schemas/v1}MunicipalityNisCodeType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
AddressType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddressString()
Gets the value of the addressString property.
|
String |
getBox()
Gets the value of the box property.
|
String |
getCityName()
Gets the value of the cityName property.
|
int |
getCountry()
Gets the value of the country property.
|
String |
getCountryName()
Gets the value of the countryName property.
|
String |
getHouseNumber()
Gets the value of the houseNumber property.
|
Integer |
getInsCode()
Gets the value of the insCode property.
|
String |
getStreetName()
Gets the value of the streetName property.
|
String |
getZIPCode()
Gets the value of the zipCode property.
|
void |
setAddressString(String value)
Sets the value of the addressString property.
|
void |
setBox(String value)
Sets the value of the box property.
|
void |
setCityName(String value)
Sets the value of the cityName property.
|
void |
setCountry(int value)
Sets the value of the country property.
|
void |
setCountryName(String value)
Sets the value of the countryName property.
|
void |
setHouseNumber(String value)
Sets the value of the houseNumber property.
|
void |
setInsCode(Integer value)
Sets the value of the insCode property.
|
void |
setStreetName(String value)
Sets the value of the streetName property.
|
void |
setZIPCode(String value)
Sets the value of the zipCode property.
|
public String getStreetName()
Stringpublic void setStreetName(String value)
value - allowed object is
Stringpublic String getHouseNumber()
Stringpublic void setHouseNumber(String value)
value - allowed object is
Stringpublic String getBox()
Stringpublic void setBox(String value)
value - allowed object is
Stringpublic String getZIPCode()
Stringpublic void setZIPCode(String value)
value - allowed object is
Stringpublic String getCityName()
Stringpublic void setCityName(String value)
value - allowed object is
Stringpublic int getCountry()
public void setCountry(int value)
public String getCountryName()
Stringpublic void setCountryName(String value)
value - allowed object is
Stringpublic String getAddressString()
Stringpublic void setAddressString(String value)
value - allowed object is
Stringpublic Integer getInsCode()
Integer
Connector Packaging generic 4.6.0 API
Copyright © {inceptionYear}-2024 eHealth. All Rights Reserved.