|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.standards.kmehr.schema.v1.AddressTypeBase
@Generated(value="com.sun.tools.xjc.Driver", date="2020-09-28T09:40:42+02:00", comments="JAXB RI v2.2.11") public class AddressTypeBase
Java class for addressTypeBase complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="addressTypeBase"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="id" type="{http://www.ehealth.fgov.be/standards/kmehr/id/v1}ID-KMEHR" maxOccurs="unbounded" minOccurs="0"/> <element name="cd" type="{http://www.ehealth.fgov.be/standards/kmehr/cd/v1}CD-ADDRESS" maxOccurs="unbounded" minOccurs="0"/> <element name="country" type="{http://www.ehealth.fgov.be/standards/kmehr/schema/v1}countryType" minOccurs="0"/> <element name="zip" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nis" 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="district" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="street" 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="postboxnumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="text" type="{http://www.ehealth.fgov.be/standards/kmehr/dt/v1}textType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
AddressTypeBase()
|
Method Summary | |
---|---|
List<CDADDRESS> |
getCds()
Gets the value of the cds property. |
String |
getCity()
Gets the value of the city property. |
CountryType |
getCountry()
Gets the value of the country property. |
String |
getDistrict()
Gets the value of the district property. |
String |
getHousenumber()
Gets the value of the housenumber property. |
List<IDKMEHR> |
getIds()
Gets the value of the ids property. |
String |
getNis()
Gets the value of the nis property. |
String |
getPostboxnumber()
Gets the value of the postboxnumber property. |
String |
getStreet()
Gets the value of the street property. |
List<TextType> |
getTexts()
Gets the value of the texts property. |
String |
getZip()
Gets the value of the zip property. |
void |
setCity(String value)
Sets the value of the city property. |
void |
setCountry(CountryType value)
Sets the value of the country property. |
void |
setDistrict(String value)
Sets the value of the district property. |
void |
setHousenumber(String value)
Sets the value of the housenumber property. |
void |
setNis(String value)
Sets the value of the nis property. |
void |
setPostboxnumber(String value)
Sets the value of the postboxnumber property. |
void |
setStreet(String value)
Sets the value of the street property. |
void |
setZip(String value)
Sets the value of the zip property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AddressTypeBase()
Method Detail |
---|
public List<IDKMEHR> getIds()
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 ids property.
For example, to add a new item, do as follows:
getIds().add(newItem);
Objects of the following type(s) are allowed in the list
IDKMEHR
public List<CDADDRESS> getCds()
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 cds property.
For example, to add a new item, do as follows:
getCds().add(newItem);
Objects of the following type(s) are allowed in the list
CDADDRESS
public CountryType getCountry()
CountryType
public void setCountry(CountryType value)
value
- allowed object is
CountryType
public String getZip()
String
public void setZip(String value)
value
- allowed object is
String
public String getNis()
String
public void setNis(String value)
value
- allowed object is
String
public String getCity()
String
public void setCity(String value)
value
- allowed object is
String
public String getDistrict()
String
public void setDistrict(String value)
value
- allowed object is
String
public String getStreet()
String
public void setStreet(String value)
value
- allowed object is
String
public String getHousenumber()
String
public void setHousenumber(String value)
value
- allowed object is
String
public String getPostboxnumber()
String
public void setPostboxnumber(String value)
value
- allowed object is
String
public List<TextType> getTexts()
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 texts property.
For example, to add a new item, do as follows:
getTexts().add(newItem);
Objects of the following type(s) are allowed in the list
TextType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |