@Generated(value="com.sun.tools.xjc.Driver", date="2022-09-22T05:43:41+02:00", comments="JAXB RI v2.2.11") public abstract class AbstractOptionalContactAddressType extends Object implements Serializable
Java class for AbstractOptionalContactAddressType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractOptionalContactAddressType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<group ref="{urn:be:fgov:ehealth:rn:baselegaldata:v1}ContactAddressGroup" minOccurs="0"/>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
AbstractOptionalContactAddressType() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Integer |
getTypeCode()
Gets the value of the typeCode property.
|
List<LocalizedDescriptionType> |
getTypeDescriptions()
Gets the value of the typeDescriptions 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.
|
void |
setTypeCode(Integer value)
Sets the value of the typeCode property.
|
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 Integer getTypeCode()
Integerpublic void setTypeCode(Integer value)
value - allowed object is
Integerpublic List<LocalizedDescriptionType> getTypeDescriptions()
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 typeDescriptions property.
For example, to add a new item, do as follows:
getTypeDescriptions().add(newItem);
Objects of the following type(s) are allowed in the list
LocalizedDescriptionType
public org.joda.time.DateTime getInceptionDate()
Stringpublic void setInceptionDate(org.joda.time.DateTime value)
value - allowed object is
String
Connector Packaging generic 4.2.0 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.