|
||||||||||
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()
Integer
public void setCountryCode(Integer value)
value
- allowed object is
Integer
public String getCountryIsoCode()
String
public void setCountryIsoCode(String value)
value
- allowed object is
String
public 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()
String
public void setRegionCode(String value)
value
- allowed object is
String
public 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()
String
public void setCityCode(String value)
value
- allowed object is
String
public BestIdentifierType getCityRegionalCode()
BestIdentifierType
public void setCityRegionalCode(BestIdentifierType value)
value
- allowed object is
BestIdentifierType
public 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()
String
public void setPostalCode(String value)
value
- allowed object is
String
public String getStreetCode()
String
public void setStreetCode(String value)
value
- allowed object is
String
public BestIdentifierType getStreetRegionalCode()
BestIdentifierType
public void setStreetRegionalCode(BestIdentifierType value)
value
- allowed object is
BestIdentifierType
public 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()
String
public void setHouseNumber(String value)
value
- allowed object is
String
public String getBoxNumber()
String
public void setBoxNumber(String value)
value
- allowed object is
String
public BestIdentifierType getAddressRegionalCode()
BestIdentifierType
public void setAddressRegionalCode(BestIdentifierType value)
value
- allowed object is
BestIdentifierType
public org.joda.time.DateTime getInceptionDate()
String
public 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 |