|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.rn.baselegaldata.v1.ResidentialAddressOptionalInceptionDateType
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-09-22T05:58:15+02:00",
comments="JAXB RI v2.2.11")
public class ResidentialAddressOptionalInceptionDateType
Java class for ResidentialAddressOptionalInceptionDateType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResidentialAddressOptionalInceptionDateType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{urn:be:fgov:ehealth:rn:baselegaldata:v1}MinimalResidentialAddressFragment"/>
<element name="InceptionDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
ResidentialAddressOptionalInceptionDateType()
|
|
| Method Summary | |
|---|---|
BestIdentifierType |
getAddressRegionalCode()
Gets the value of the addressRegionalCode property. |
String |
getBoxNumber()
Gets the value of the boxNumber property. |
String |
getCityCode()
Gets the value of the cityCode property. |
List<LocalizedDescriptionType> |
getCityNames()
Gets the value of the cityNames property. |
BestIdentifierType |
getCityRegionalCode()
Gets the value of the cityRegionalCode property. |
Integer |
getCountryCode()
Gets the value of the countryCode property. |
String |
getCountryIsoCode()
Gets the value of the countryIsoCode property. |
List<LocalizedDescriptionType> |
getCountryNames()
Gets the value of the countryNames property. |
String |
getHouseNumber()
Gets the value of the houseNumber property. |
org.joda.time.DateTime |
getInceptionDate()
Gets the value of the inceptionDate property. |
String |
getPostalCode()
Gets the value of the postalCode property. |
String |
getRegionCode()
Gets the value of the regionCode property. |
List<LocalizedDescriptionType> |
getRegionNames()
Gets the value of the regionNames property. |
String |
getStreetCode()
Gets the value of the streetCode property. |
List<LocalizedDescriptionType> |
getStreetNames()
Gets the value of the streetNames property. |
BestIdentifierType |
getStreetRegionalCode()
Gets the value of the streetRegionalCode property. |
void |
setAddressRegionalCode(BestIdentifierType value)
Sets the value of the addressRegionalCode property. |
void |
setBoxNumber(String value)
Sets the value of the boxNumber property. |
void |
setCityCode(String value)
Sets the value of the cityCode property. |
void |
setCityRegionalCode(BestIdentifierType value)
Sets the value of the cityRegionalCode property. |
void |
setCountryCode(Integer value)
Sets the value of the countryCode property. |
void |
setCountryIsoCode(String value)
Sets the value of the countryIsoCode property. |
void |
setHouseNumber(String value)
Sets the value of the houseNumber property. |
void |
setInceptionDate(org.joda.time.DateTime value)
Sets the value of the inceptionDate property. |
void |
setPostalCode(String value)
Sets the value of the postalCode property. |
void |
setRegionCode(String value)
Sets the value of the regionCode property. |
void |
setStreetCode(String value)
Sets the value of the streetCode property. |
void |
setStreetRegionalCode(BestIdentifierType value)
Sets the value of the streetRegionalCode property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ResidentialAddressOptionalInceptionDateType()
| Method Detail |
|---|
public Integer getCountryCode()
Integerpublic void setCountryCode(Integer value)
value - allowed object is
Integerpublic String getCountryIsoCode()
Stringpublic void setCountryIsoCode(String value)
value - allowed object is
Stringpublic List<LocalizedDescriptionType> getCountryNames()
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 countryNames property.
For example, to add a new item, do as follows:
getCountryNames().add(newItem);
Objects of the following type(s) are allowed in the list
LocalizedDescriptionType
public String getRegionCode()
Stringpublic void setRegionCode(String value)
value - allowed object is
Stringpublic List<LocalizedDescriptionType> getRegionNames()
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 regionNames property.
For example, to add a new item, do as follows:
getRegionNames().add(newItem);
Objects of the following type(s) are allowed in the list
LocalizedDescriptionType
public String getCityCode()
Stringpublic void setCityCode(String value)
value - allowed object is
Stringpublic BestIdentifierType getCityRegionalCode()
BestIdentifierTypepublic void setCityRegionalCode(BestIdentifierType value)
value - allowed object is
BestIdentifierTypepublic List<LocalizedDescriptionType> getCityNames()
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 cityNames property.
For example, to add a new item, do as follows:
getCityNames().add(newItem);
Objects of the following type(s) are allowed in the list
LocalizedDescriptionType
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 BestIdentifierType getStreetRegionalCode()
BestIdentifierTypepublic void setStreetRegionalCode(BestIdentifierType value)
value - allowed object is
BestIdentifierTypepublic List<LocalizedDescriptionType> 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
LocalizedDescriptionType
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 BestIdentifierType getAddressRegionalCode()
BestIdentifierTypepublic void setAddressRegionalCode(BestIdentifierType value)
value - allowed object is
BestIdentifierTypepublic org.joda.time.DateTime getInceptionDate()
Stringpublic void setInceptionDate(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 | |||||||||