|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.rn.baselegaldata.v1.ContactAddressDeclarationType
@Generated(value="com.sun.tools.xjc.Driver",
date="2020-03-19T04:22:20+01:00",
comments="JAXB RI v2.2.11")
public class ContactAddressDeclarationType
Java class for ContactAddressDeclarationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ContactAddressDeclarationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element name="CountryCode" type="{urn:be:fgov:ehealth:rn:baselegaldata:v1}CountryCodeType"/>
<element name="CountryIsoCode" type="{urn:be:fgov:ehealth:rn:baselegaldata:v1}CountryCodeISO3166Type"/>
</choice>
<element name="CountryName" type="{urn:be:fgov:ehealth:rn:commons:business:v1}LocalizedDescriptionType" minOccurs="0"/>
<element name="CityCode" type="{urn:be:fgov:ehealth:rn:baselegaldata:v1}CityCodeType" minOccurs="0"/>
<element name="CityName" type="{urn:be:fgov:ehealth:rn:commons:business:v1}LocalizedDescriptionType" minOccurs="0"/>
<element name="PostalCode" type="{urn:be:fgov:ehealth:rn:baselegaldata:v1}PostalCodeType" minOccurs="0"/>
<element name="StreetCode" type="{urn:be:fgov:ehealth:rn:baselegaldata:v1}StreetCodeType" minOccurs="0"/>
<element name="StreetName" type="{urn:be:fgov:ehealth:rn:commons:business:v1}LocalizedDescriptionType" minOccurs="0"/>
<element name="HouseNumber" type="{urn:be:fgov:ehealth:rn:baselegaldata:v1}HouseNumberType" minOccurs="0"/>
<element name="BoxNumber" type="{urn:be:fgov:ehealth:rn:baselegaldata:v1}BoxNumberType" minOccurs="0"/>
<element name="TypeCode" type="{urn:be:fgov:ehealth:rn:baselegaldata:v1}ContactAddressTypeType"/>
<element name="InceptionDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
<element name="ExpiryDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
ContactAddressDeclarationType()
|
|
| Method Summary | |
|---|---|
String |
getBoxNumber()
Gets the value of the boxNumber property. |
String |
getCityCode()
Gets the value of the cityCode property. |
LocalizedDescriptionType |
getCityName()
Gets the value of the cityName property. |
Integer |
getCountryCode()
Gets the value of the countryCode property. |
String |
getCountryIsoCode()
Gets the value of the countryIsoCode property. |
LocalizedDescriptionType |
getCountryName()
Gets the value of the countryName property. |
org.joda.time.DateTime |
getExpiryDate()
Gets the value of the expiryDate 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 |
getStreetCode()
Gets the value of the streetCode property. |
LocalizedDescriptionType |
getStreetName()
Gets the value of the streetName property. |
int |
getTypeCode()
Gets the value of the typeCode property. |
void |
setBoxNumber(String value)
Sets the value of the boxNumber property. |
void |
setCityCode(String value)
Sets the value of the cityCode property. |
void |
setCityName(LocalizedDescriptionType value)
Sets the value of the cityName property. |
void |
setCountryCode(Integer value)
Sets the value of the countryCode property. |
void |
setCountryIsoCode(String value)
Sets the value of the countryIsoCode property. |
void |
setCountryName(LocalizedDescriptionType value)
Sets the value of the countryName property. |
void |
setExpiryDate(org.joda.time.DateTime value)
Sets the value of the expiryDate 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 |
setStreetCode(String value)
Sets the value of the streetCode property. |
void |
setStreetName(LocalizedDescriptionType value)
Sets the value of the streetName property. |
void |
setTypeCode(int value)
Sets the value of the typeCode property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ContactAddressDeclarationType()
| Method Detail |
|---|
public String getCountryIsoCode()
Stringpublic void setCountryIsoCode(String value)
value - allowed object is
Stringpublic Integer getCountryCode()
Integerpublic void setCountryCode(Integer value)
value - allowed object is
Integerpublic LocalizedDescriptionType getCountryName()
LocalizedDescriptionTypepublic void setCountryName(LocalizedDescriptionType value)
value - allowed object is
LocalizedDescriptionTypepublic String getCityCode()
Stringpublic void setCityCode(String value)
value - allowed object is
Stringpublic LocalizedDescriptionType getCityName()
LocalizedDescriptionTypepublic void setCityName(LocalizedDescriptionType value)
value - allowed object is
LocalizedDescriptionTypepublic String getPostalCode()
Stringpublic void setPostalCode(String value)
value - allowed object is
Stringpublic String getStreetCode()
Stringpublic void setStreetCode(String value)
value - allowed object is
Stringpublic LocalizedDescriptionType getStreetName()
LocalizedDescriptionTypepublic void setStreetName(LocalizedDescriptionType value)
value - allowed object is
LocalizedDescriptionTypepublic String getHouseNumber()
Stringpublic void setHouseNumber(String value)
value - allowed object is
Stringpublic String getBoxNumber()
Stringpublic void setBoxNumber(String value)
value - allowed object is
Stringpublic int getTypeCode()
public void setTypeCode(int value)
public org.joda.time.DateTime getInceptionDate()
Stringpublic void setInceptionDate(org.joda.time.DateTime value)
value - allowed object is
Stringpublic org.joda.time.DateTime getExpiryDate()
Stringpublic void setExpiryDate(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 | |||||||||