|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.vlaanderen.mercurius.vsb.schemas.v1.AddressType
@Generated(value="com.sun.tools.xjc.Driver", date="2020-09-28T09:56:04+02:00", comments="JAXB RI v2.2.11") public class AddressType
used: ResidenceType
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 Summary | |
---|---|
AddressType()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AddressType()
Method Detail |
---|
public String getStreetName()
String
public void setStreetName(String value)
value
- allowed object is
String
public String getHouseNumber()
String
public void setHouseNumber(String value)
value
- allowed object is
String
public String getBox()
String
public void setBox(String value)
value
- allowed object is
String
public String getZIPCode()
String
public void setZIPCode(String value)
value
- allowed object is
String
public String getCityName()
String
public void setCityName(String value)
value
- allowed object is
String
public int getCountry()
public void setCountry(int value)
public String getCountryName()
String
public void setCountryName(String value)
value
- allowed object is
String
public String getAddressString()
String
public void setAddressString(String value)
value
- allowed object is
String
public Integer getInsCode()
Integer
public void setInsCode(Integer value)
value
- allowed object is
Integer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |