public class AddressType extends Object
Java class for AddressType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AddressType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ID" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}AddressTypeCode" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}AddressFormatCode" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Postbox" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Floor" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Room" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}StreetName" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}AdditionalStreetName" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}BlockName" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}BuildingName" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}BuildingNumber" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}InhouseMail" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Department" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}MarkAttention" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}MarkCare" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}PlotIdentification" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}CitySubdivisionName" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}CityName" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}PostalZone" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}CountrySubentity" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}CountrySubentityCode" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Region" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}District" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}TimezoneOffset" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}AddressLine" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}Country" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}LocationCoordinate" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
AddressType() |
| Modifier and Type | Method and Description |
|---|---|
AdditionalStreetNameType |
getAdditionalStreetName()
Gets the value of the additionalStreetName property.
|
AddressFormatCodeType |
getAddressFormatCode()
Gets the value of the addressFormatCode property.
|
List<AddressLineType> |
getAddressLine()
Gets the value of the addressLine property.
|
AddressTypeCodeType |
getAddressTypeCode()
Gets the value of the addressTypeCode property.
|
BlockNameType |
getBlockName()
Gets the value of the blockName property.
|
BuildingNameType |
getBuildingName()
Gets the value of the buildingName property.
|
BuildingNumberType |
getBuildingNumber()
Gets the value of the buildingNumber property.
|
CityNameType |
getCityName()
Gets the value of the cityName property.
|
CitySubdivisionNameType |
getCitySubdivisionName()
Gets the value of the citySubdivisionName property.
|
CountryType |
getCountry()
Gets the value of the country property.
|
CountrySubentityType |
getCountrySubentity()
Gets the value of the countrySubentity property.
|
CountrySubentityCodeType |
getCountrySubentityCode()
Gets the value of the countrySubentityCode property.
|
DepartmentType |
getDepartment()
Gets the value of the department property.
|
DistrictType |
getDistrict()
Gets the value of the district property.
|
FloorType |
getFloor()
Gets the value of the floor property.
|
IDType |
getID()
Gets the value of the id property.
|
InhouseMailType |
getInhouseMail()
Gets the value of the inhouseMail property.
|
List<LocationCoordinateType> |
getLocationCoordinate()
Gets the value of the locationCoordinate property.
|
MarkAttentionType |
getMarkAttention()
Gets the value of the markAttention property.
|
MarkCareType |
getMarkCare()
Gets the value of the markCare property.
|
PlotIdentificationType |
getPlotIdentification()
Gets the value of the plotIdentification property.
|
PostalZoneType |
getPostalZone()
Gets the value of the postalZone property.
|
PostboxType |
getPostbox()
Gets the value of the postbox property.
|
RegionType |
getRegion()
Gets the value of the region property.
|
RoomType |
getRoom()
Gets the value of the room property.
|
StreetNameType |
getStreetName()
Gets the value of the streetName property.
|
TimezoneOffsetType |
getTimezoneOffset()
Gets the value of the timezoneOffset property.
|
void |
setAdditionalStreetName(AdditionalStreetNameType value)
Sets the value of the additionalStreetName property.
|
void |
setAddressFormatCode(AddressFormatCodeType value)
Sets the value of the addressFormatCode property.
|
void |
setAddressTypeCode(AddressTypeCodeType value)
Sets the value of the addressTypeCode property.
|
void |
setBlockName(BlockNameType value)
Sets the value of the blockName property.
|
void |
setBuildingName(BuildingNameType value)
Sets the value of the buildingName property.
|
void |
setBuildingNumber(BuildingNumberType value)
Sets the value of the buildingNumber property.
|
void |
setCityName(CityNameType value)
Sets the value of the cityName property.
|
void |
setCitySubdivisionName(CitySubdivisionNameType value)
Sets the value of the citySubdivisionName property.
|
void |
setCountry(CountryType value)
Sets the value of the country property.
|
void |
setCountrySubentity(CountrySubentityType value)
Sets the value of the countrySubentity property.
|
void |
setCountrySubentityCode(CountrySubentityCodeType value)
Sets the value of the countrySubentityCode property.
|
void |
setDepartment(DepartmentType value)
Sets the value of the department property.
|
void |
setDistrict(DistrictType value)
Sets the value of the district property.
|
void |
setFloor(FloorType value)
Sets the value of the floor property.
|
void |
setID(IDType value)
Sets the value of the id property.
|
void |
setInhouseMail(InhouseMailType value)
Sets the value of the inhouseMail property.
|
void |
setMarkAttention(MarkAttentionType value)
Sets the value of the markAttention property.
|
void |
setMarkCare(MarkCareType value)
Sets the value of the markCare property.
|
void |
setPlotIdentification(PlotIdentificationType value)
Sets the value of the plotIdentification property.
|
void |
setPostalZone(PostalZoneType value)
Sets the value of the postalZone property.
|
void |
setPostbox(PostboxType value)
Sets the value of the postbox property.
|
void |
setRegion(RegionType value)
Sets the value of the region property.
|
void |
setRoom(RoomType value)
Sets the value of the room property.
|
void |
setStreetName(StreetNameType value)
Sets the value of the streetName property.
|
void |
setTimezoneOffset(TimezoneOffsetType value)
Sets the value of the timezoneOffset property.
|
protected IDType id
protected AddressTypeCodeType addressTypeCode
protected AddressFormatCodeType addressFormatCode
protected PostboxType postbox
protected FloorType floor
protected RoomType room
protected StreetNameType streetName
protected AdditionalStreetNameType additionalStreetName
protected BlockNameType blockName
protected BuildingNameType buildingName
protected BuildingNumberType buildingNumber
protected InhouseMailType inhouseMail
protected DepartmentType department
protected MarkAttentionType markAttention
protected MarkCareType markCare
protected PlotIdentificationType plotIdentification
protected CitySubdivisionNameType citySubdivisionName
protected CityNameType cityName
protected PostalZoneType postalZone
protected CountrySubentityType countrySubentity
protected CountrySubentityCodeType countrySubentityCode
protected RegionType region
protected DistrictType district
protected TimezoneOffsetType timezoneOffset
protected List<AddressLineType> addressLine
protected CountryType country
protected List<LocationCoordinateType> locationCoordinate
public void setID(IDType value)
value - allowed object is
IDTypepublic AddressTypeCodeType getAddressTypeCode()
AddressTypeCodeTypepublic void setAddressTypeCode(AddressTypeCodeType value)
value - allowed object is
AddressTypeCodeTypepublic AddressFormatCodeType getAddressFormatCode()
AddressFormatCodeTypepublic void setAddressFormatCode(AddressFormatCodeType value)
value - allowed object is
AddressFormatCodeTypepublic PostboxType getPostbox()
PostboxTypepublic void setPostbox(PostboxType value)
value - allowed object is
PostboxTypepublic FloorType getFloor()
FloorTypepublic void setFloor(FloorType value)
value - allowed object is
FloorTypepublic RoomType getRoom()
RoomTypepublic void setRoom(RoomType value)
value - allowed object is
RoomTypepublic StreetNameType getStreetName()
StreetNameTypepublic void setStreetName(StreetNameType value)
value - allowed object is
StreetNameTypepublic AdditionalStreetNameType getAdditionalStreetName()
AdditionalStreetNameTypepublic void setAdditionalStreetName(AdditionalStreetNameType value)
value - allowed object is
AdditionalStreetNameTypepublic BlockNameType getBlockName()
BlockNameTypepublic void setBlockName(BlockNameType value)
value - allowed object is
BlockNameTypepublic BuildingNameType getBuildingName()
BuildingNameTypepublic void setBuildingName(BuildingNameType value)
value - allowed object is
BuildingNameTypepublic BuildingNumberType getBuildingNumber()
BuildingNumberTypepublic void setBuildingNumber(BuildingNumberType value)
value - allowed object is
BuildingNumberTypepublic InhouseMailType getInhouseMail()
InhouseMailTypepublic void setInhouseMail(InhouseMailType value)
value - allowed object is
InhouseMailTypepublic DepartmentType getDepartment()
DepartmentTypepublic void setDepartment(DepartmentType value)
value - allowed object is
DepartmentTypepublic MarkAttentionType getMarkAttention()
MarkAttentionTypepublic void setMarkAttention(MarkAttentionType value)
value - allowed object is
MarkAttentionTypepublic MarkCareType getMarkCare()
MarkCareTypepublic void setMarkCare(MarkCareType value)
value - allowed object is
MarkCareTypepublic PlotIdentificationType getPlotIdentification()
PlotIdentificationTypepublic void setPlotIdentification(PlotIdentificationType value)
value - allowed object is
PlotIdentificationTypepublic CitySubdivisionNameType getCitySubdivisionName()
CitySubdivisionNameTypepublic void setCitySubdivisionName(CitySubdivisionNameType value)
value - allowed object is
CitySubdivisionNameTypepublic CityNameType getCityName()
CityNameTypepublic void setCityName(CityNameType value)
value - allowed object is
CityNameTypepublic PostalZoneType getPostalZone()
PostalZoneTypepublic void setPostalZone(PostalZoneType value)
value - allowed object is
PostalZoneTypepublic CountrySubentityType getCountrySubentity()
CountrySubentityTypepublic void setCountrySubentity(CountrySubentityType value)
value - allowed object is
CountrySubentityTypepublic CountrySubentityCodeType getCountrySubentityCode()
CountrySubentityCodeTypepublic void setCountrySubentityCode(CountrySubentityCodeType value)
value - allowed object is
CountrySubentityCodeTypepublic RegionType getRegion()
RegionTypepublic void setRegion(RegionType value)
value - allowed object is
RegionTypepublic DistrictType getDistrict()
DistrictTypepublic void setDistrict(DistrictType value)
value - allowed object is
DistrictTypepublic TimezoneOffsetType getTimezoneOffset()
TimezoneOffsetTypepublic void setTimezoneOffset(TimezoneOffsetType value)
value - allowed object is
TimezoneOffsetTypepublic List<AddressLineType> getAddressLine()
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 addressLine property.
For example, to add a new item, do as follows:
getAddressLine().add(newItem);
Objects of the following type(s) are allowed in the list
AddressLineType
public CountryType getCountry()
CountryTypepublic void setCountry(CountryType value)
value - allowed object is
CountryTypepublic List<LocationCoordinateType> getLocationCoordinate()
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 locationCoordinate property.
For example, to add a new item, do as follows:
getLocationCoordinate().add(newItem);
Objects of the following type(s) are allowed in the list
LocationCoordinateType
Copyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.