public class AddressType extends Object
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>ABIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Address. Details</ccts:DictionaryEntryName>
<ccts:Definition>A class to define common information related to an address.</ccts:Definition>
<ccts:ObjectClass>Address</ccts:ObjectClass>
</ccts:Component>
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()
<?
|
AddressFormatCodeType |
getAddressFormatCode()
<?
|
List<AddressLineType> |
getAddressLine()
<?
|
AddressTypeCodeType |
getAddressTypeCode()
<?
|
BlockNameType |
getBlockName()
<?
|
BuildingNameType |
getBuildingName()
<?
|
BuildingNumberType |
getBuildingNumber()
<?
|
CityNameType |
getCityName()
<?
|
CitySubdivisionNameType |
getCitySubdivisionName()
<?
|
CountryType |
getCountry()
<?
|
CountrySubentityType |
getCountrySubentity()
<?
|
CountrySubentityCodeType |
getCountrySubentityCode()
<?
|
DepartmentType |
getDepartment()
<?
|
DistrictType |
getDistrict()
<?
|
FloorType |
getFloor()
<?
|
IDType |
getID()
<?
|
InhouseMailType |
getInhouseMail()
<?
|
List<LocationCoordinateType> |
getLocationCoordinate()
<?
|
MarkAttentionType |
getMarkAttention()
<?
|
MarkCareType |
getMarkCare()
<?
|
PlotIdentificationType |
getPlotIdentification()
<?
|
PostalZoneType |
getPostalZone()
<?
|
PostboxType |
getPostbox()
<?
|
RegionType |
getRegion()
<?
|
RoomType |
getRoom()
<?
|
StreetNameType |
getStreetName()
<?
|
TimezoneOffsetType |
getTimezoneOffset()
<?
|
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 IDType getID()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Address. Identifier</ccts:DictionaryEntryName>
<ccts:Definition>An identifier for this address within an agreed scheme of address identifiers.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Address</ccts:ObjectClass>
<ccts:PropertyTerm>Identifier</ccts:PropertyTerm>
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
<ccts:DataType>Identifier. Type</ccts:DataType>
<ccts:AlternativeBusinessTerms>DetailsKey</ccts:AlternativeBusinessTerms>
</ccts:Component>
IDTypepublic void setID(IDType value)
value - allowed object is
IDTypepublic AddressTypeCodeType getAddressTypeCode()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Address. Address Type Code. Code</ccts:DictionaryEntryName>
<ccts:Definition>A mutually agreed code signifying the type of this address.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Address</ccts:ObjectClass>
<ccts:PropertyTerm>Address Type Code</ccts:PropertyTerm>
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
<ccts:DataType>Code. Type</ccts:DataType>
</ccts:Component>
AddressTypeCodeTypepublic void setAddressTypeCode(AddressTypeCodeType value)
value - allowed object is
AddressTypeCodeTypepublic AddressFormatCodeType getAddressFormatCode()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Address. Address Format Code. Code</ccts:DictionaryEntryName>
<ccts:Definition>A mutually agreed code signifying the format of this address.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Address</ccts:ObjectClass>
<ccts:PropertyTerm>Address Format Code</ccts:PropertyTerm>
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
<ccts:DataType>Code. Type</ccts:DataType>
</ccts:Component>
AddressFormatCodeTypepublic void setAddressFormatCode(AddressFormatCodeType value)
value - allowed object is
AddressFormatCodeTypepublic PostboxType getPostbox()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Address. Postbox. Text</ccts:DictionaryEntryName>
<ccts:Definition>A post office box number registered for postal delivery by a postal service provider.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Address</ccts:ObjectClass>
<ccts:PropertyTerm>Postbox</ccts:PropertyTerm>
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
<ccts:DataType>Text. Type</ccts:DataType>
<ccts:AlternativeBusinessTerms>PostBox, PO Box</ccts:AlternativeBusinessTerms>
<ccts:Examples>123 </ccts:Examples>
</ccts:Component>
PostboxTypepublic void setPostbox(PostboxType value)
value - allowed object is
PostboxTypepublic FloorType getFloor()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Address. Floor. Text</ccts:DictionaryEntryName>
<ccts:Definition>An identifiable floor of a building.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Address</ccts:ObjectClass>
<ccts:PropertyTerm>Floor</ccts:PropertyTerm>
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
<ccts:DataType>Text. Type</ccts:DataType>
<ccts:AlternativeBusinessTerms>SubPremiseNumber</ccts:AlternativeBusinessTerms>
<ccts:Examples>30 </ccts:Examples>
</ccts:Component>
FloorTypepublic void setFloor(FloorType value)
value - allowed object is
FloorTypepublic RoomType getRoom()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Address. Room. Text</ccts:DictionaryEntryName>
<ccts:Definition>An identifiable room, suite, or apartment of a building.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Address</ccts:ObjectClass>
<ccts:PropertyTerm>Room</ccts:PropertyTerm>
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
<ccts:DataType>Text. Type</ccts:DataType>
<ccts:AlternativeBusinessTerms>SubPremiseNumber</ccts:AlternativeBusinessTerms>
<ccts:Examples>Reception </ccts:Examples>
</ccts:Component>
RoomTypepublic void setRoom(RoomType value)
value - allowed object is
RoomTypepublic StreetNameType getStreetName()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Address. Street Name. Name</ccts:DictionaryEntryName>
<ccts:Definition>The name of the street, road, avenue, way, etc. to which the number of the building is attached.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Address</ccts:ObjectClass>
<ccts:PropertyTerm>Street Name</ccts:PropertyTerm>
<ccts:RepresentationTerm>Name</ccts:RepresentationTerm>
<ccts:DataType>Name. Type</ccts:DataType>
<ccts:AlternativeBusinessTerms>Thoroughfare</ccts:AlternativeBusinessTerms>
<ccts:Examples>Kwun Tong Road </ccts:Examples>
</ccts:Component>
StreetNameTypepublic void setStreetName(StreetNameType value)
value - allowed object is
StreetNameTypepublic AdditionalStreetNameType getAdditionalStreetName()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Address. Additional_ Street Name. Name</ccts:DictionaryEntryName>
<ccts:Definition>An additional street name used to further clarify the address.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Address</ccts:ObjectClass>
<ccts:PropertyTermQualifier>Additional</ccts:PropertyTermQualifier>
<ccts:PropertyTerm>Street Name</ccts:PropertyTerm>
<ccts:RepresentationTerm>Name</ccts:RepresentationTerm>
<ccts:DataType>Name. Type</ccts:DataType>
<ccts:AlternativeBusinessTerms>Thoroughfare</ccts:AlternativeBusinessTerms>
<ccts:Examples>Cnr Aberdeen Road </ccts:Examples>
</ccts:Component>
AdditionalStreetNameTypepublic void setAdditionalStreetName(AdditionalStreetNameType value)
value - allowed object is
AdditionalStreetNameTypepublic BlockNameType getBlockName()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Address. Block Name. Name</ccts:DictionaryEntryName>
<ccts:Definition>The name of the block (an area surrounded by streets and usually containing several buildings) in which this address is located.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Address</ccts:ObjectClass>
<ccts:PropertyTerm>Block Name</ccts:PropertyTerm>
<ccts:RepresentationTerm>Name</ccts:RepresentationTerm>
<ccts:DataType>Name. Type</ccts:DataType>
<ccts:Examples>Seabird</ccts:Examples>
</ccts:Component>
BlockNameTypepublic void setBlockName(BlockNameType value)
value - allowed object is
BlockNameTypepublic BuildingNameType getBuildingName()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Address. Building Name. Name</ccts:DictionaryEntryName>
<ccts:Definition>The name of a building.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Address</ccts:ObjectClass>
<ccts:PropertyTerm>Building Name</ccts:PropertyTerm>
<ccts:RepresentationTerm>Name</ccts:RepresentationTerm>
<ccts:DataType>Name. Type</ccts:DataType>
<ccts:AlternativeBusinessTerms>BuildingName</ccts:AlternativeBusinessTerms>
<ccts:Examples>Plot 421 </ccts:Examples>
</ccts:Component>
BuildingNameTypepublic void setBuildingName(BuildingNameType value)
value - allowed object is
BuildingNameTypepublic BuildingNumberType getBuildingNumber()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Address. Building Number. Text</ccts:DictionaryEntryName>
<ccts:Definition>The number of a building within the street.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Address</ccts:ObjectClass>
<ccts:PropertyTerm>Building Number</ccts:PropertyTerm>
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
<ccts:DataType>Text. Type</ccts:DataType>
<ccts:AlternativeBusinessTerms>PremiseNumber</ccts:AlternativeBusinessTerms>
<ccts:Examples>388 </ccts:Examples>
</ccts:Component>
BuildingNumberTypepublic void setBuildingNumber(BuildingNumberType value)
value - allowed object is
BuildingNumberTypepublic InhouseMailType getInhouseMail()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Address. Inhouse_ Mail. Text</ccts:DictionaryEntryName>
<ccts:Definition>The specific identifable location within a building where mail is delivered.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Address</ccts:ObjectClass>
<ccts:PropertyTermQualifier>Inhouse</ccts:PropertyTermQualifier>
<ccts:PropertyTerm>Mail</ccts:PropertyTerm>
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
<ccts:DataType>Text. Type</ccts:DataType>
<ccts:AlternativeBusinessTerms>MailStop</ccts:AlternativeBusinessTerms>
</ccts:Component>
InhouseMailTypepublic void setInhouseMail(InhouseMailType value)
value - allowed object is
InhouseMailTypepublic DepartmentType getDepartment()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Address. Department. Text</ccts:DictionaryEntryName>
<ccts:Definition>The department of the addressee.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Address</ccts:ObjectClass>
<ccts:PropertyTerm>Department</ccts:PropertyTerm>
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
<ccts:DataType>Text. Type</ccts:DataType>
<ccts:AlternativeBusinessTerms>Department</ccts:AlternativeBusinessTerms>
<ccts:Examples>Accounts Payable </ccts:Examples>
</ccts:Component>
DepartmentTypepublic void setDepartment(DepartmentType value)
value - allowed object is
DepartmentTypepublic MarkAttentionType getMarkAttention()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Address. Mark Attention. Text</ccts:DictionaryEntryName>
<ccts:Definition>The name, expressed as text, of a person or department in an organization to whose attention incoming mail is directed; corresponds to the printed forms "for the attention of", "FAO", and ATTN:".</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Address</ccts:ObjectClass>
<ccts:PropertyTerm>Mark Attention</ccts:PropertyTerm>
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
<ccts:DataType>Text. Type</ccts:DataType>
</ccts:Component>
MarkAttentionTypepublic void setMarkAttention(MarkAttentionType value)
value - allowed object is
MarkAttentionTypepublic MarkCareType getMarkCare()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Address. Mark Care. Text</ccts:DictionaryEntryName>
<ccts:Definition>The name, expressed as text, of a person or organization at this address into whose care incoming mail is entrusted; corresponds to the printed forms "care of" and "c/o".</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Address</ccts:ObjectClass>
<ccts:PropertyTerm>Mark Care</ccts:PropertyTerm>
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
<ccts:DataType>Text. Type</ccts:DataType>
</ccts:Component>
MarkCareTypepublic void setMarkCare(MarkCareType value)
value - allowed object is
MarkCareTypepublic PlotIdentificationType getPlotIdentification()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Address. Plot Identification. Text</ccts:DictionaryEntryName>
<ccts:Definition>An identifier (e.g., a parcel number) for the piece of land associated with this address.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Address</ccts:ObjectClass>
<ccts:PropertyTerm>Plot Identification</ccts:PropertyTerm>
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
<ccts:DataType>Text. Type</ccts:DataType>
</ccts:Component>
PlotIdentificationTypepublic void setPlotIdentification(PlotIdentificationType value)
value - allowed object is
PlotIdentificationTypepublic CitySubdivisionNameType getCitySubdivisionName()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Address. City Subdivision Name. Name</ccts:DictionaryEntryName>
<ccts:Definition>The name of the subdivision of a city, town, or village in which this address is located, such as the name of its district or borough.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Address</ccts:ObjectClass>
<ccts:PropertyTerm>City Subdivision Name</ccts:PropertyTerm>
<ccts:RepresentationTerm>Name</ccts:RepresentationTerm>
<ccts:DataType>Name. Type</ccts:DataType>
</ccts:Component>
CitySubdivisionNameTypepublic void setCitySubdivisionName(CitySubdivisionNameType value)
value - allowed object is
CitySubdivisionNameTypepublic CityNameType getCityName()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Address. City Name. Name</ccts:DictionaryEntryName>
<ccts:Definition>The name of a city, town, or village.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Address</ccts:ObjectClass>
<ccts:PropertyTerm>City Name</ccts:PropertyTerm>
<ccts:RepresentationTerm>Name</ccts:RepresentationTerm>
<ccts:DataType>Name. Type</ccts:DataType>
<ccts:AlternativeBusinessTerms>LocalityName</ccts:AlternativeBusinessTerms>
<ccts:Examples>Hong Kong </ccts:Examples>
</ccts:Component>
CityNameTypepublic void setCityName(CityNameType value)
value - allowed object is
CityNameTypepublic PostalZoneType getPostalZone()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Address. Postal_ Zone. Text</ccts:DictionaryEntryName>
<ccts:Definition>The postal identifier for this address according to the relevant national postal service, such as a ZIP code or Post Code.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Address</ccts:ObjectClass>
<ccts:PropertyTermQualifier>Postal</ccts:PropertyTermQualifier>
<ccts:PropertyTerm>Zone</ccts:PropertyTerm>
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
<ccts:DataType>Text. Type</ccts:DataType>
<ccts:AlternativeBusinessTerms>PostalCodeNumber</ccts:AlternativeBusinessTerms>
<ccts:Examples>SW11 4EW 2500 GG </ccts:Examples>
</ccts:Component>
PostalZoneTypepublic void setPostalZone(PostalZoneType value)
value - allowed object is
PostalZoneTypepublic CountrySubentityType getCountrySubentity()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Address. Country Subentity. Text</ccts:DictionaryEntryName>
<ccts:Definition>The political or administrative division of a country in which this address is located, such as the name of its county, province, or state, expressed as text.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Address</ccts:ObjectClass>
<ccts:PropertyTerm>Country Subentity</ccts:PropertyTerm>
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
<ccts:DataType>Text. Type</ccts:DataType>
<ccts:AlternativeBusinessTerms>AdministrativeArea, State, Country, Shire, Canton</ccts:AlternativeBusinessTerms>
<ccts:Examples>Florida , Tamilnadu </ccts:Examples>
</ccts:Component>
CountrySubentityTypepublic void setCountrySubentity(CountrySubentityType value)
value - allowed object is
CountrySubentityTypepublic CountrySubentityCodeType getCountrySubentityCode()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Address. Country Subentity Code. Code</ccts:DictionaryEntryName>
<ccts:Definition>The political or administrative division of a country in which this address is located, such as a county, province, or state, expressed as a code (typically nationally agreed).</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Address</ccts:ObjectClass>
<ccts:PropertyTerm>Country Subentity Code</ccts:PropertyTerm>
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
<ccts:DataType>Code. Type</ccts:DataType>
<ccts:AlternativeBusinessTerms>AdministrativeAreaCode, State Code</ccts:AlternativeBusinessTerms>
</ccts:Component>
CountrySubentityCodeTypepublic void setCountrySubentityCode(CountrySubentityCodeType value)
value - allowed object is
CountrySubentityCodeTypepublic RegionType getRegion()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Address. Region. Text</ccts:DictionaryEntryName>
<ccts:Definition>The recognized geographic or economic region or group of countries in which this address is located.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Address</ccts:ObjectClass>
<ccts:PropertyTerm>Region</ccts:PropertyTerm>
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
<ccts:DataType>Text. Type</ccts:DataType>
<ccts:AlternativeBusinessTerms>LocalityName, Economic Zone</ccts:AlternativeBusinessTerms>
<ccts:Examples>European Union </ccts:Examples>
</ccts:Component>
RegionTypepublic void setRegion(RegionType value)
value - allowed object is
RegionTypepublic DistrictType getDistrict()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Address. District. Text</ccts:DictionaryEntryName>
<ccts:Definition>The district or geographical division of a country or region in which this address is located.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Address</ccts:ObjectClass>
<ccts:PropertyTerm>District</ccts:PropertyTerm>
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
<ccts:DataType>Text. Type</ccts:DataType>
<ccts:AlternativeBusinessTerms>LocalityName, Area</ccts:AlternativeBusinessTerms>
<ccts:Examples>East Coast </ccts:Examples>
</ccts:Component>
DistrictTypepublic void setDistrict(DistrictType value)
value - allowed object is
DistrictTypepublic TimezoneOffsetType getTimezoneOffset()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Address. Timezone Offset. Text</ccts:DictionaryEntryName>
<ccts:Definition>The time zone in which this address is located (as an offset from Universal Coordinated Time (UTC)) at the time of exchange.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Address</ccts:ObjectClass>
<ccts:PropertyTerm>Timezone Offset</ccts:PropertyTerm>
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
<ccts:DataType>Text. Type</ccts:DataType>
<ccts:Examples>+8:00 -3:00 </ccts:Examples>
</ccts:Component>
TimezoneOffsetTypepublic void setTimezoneOffset(TimezoneOffsetType value)
value - allowed object is
TimezoneOffsetTypepublic List<AddressLineType> getAddressLine()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>ASBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Address. Address Line</ccts:DictionaryEntryName>
<ccts:Definition>An unstructured address line.</ccts:Definition>
<ccts:Cardinality>0..n</ccts:Cardinality>
<ccts:ObjectClass>Address</ccts:ObjectClass>
<ccts:PropertyTerm>Address Line</ccts:PropertyTerm>
<ccts:AssociatedObjectClass>Address Line</ccts:AssociatedObjectClass>
<ccts:RepresentationTerm>Address Line</ccts:RepresentationTerm>
</ccts:Component>
Gets the value of the addressLine property.
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()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>ASBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Address. Country</ccts:DictionaryEntryName>
<ccts:Definition>The country in which this address is situated.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Address</ccts:ObjectClass>
<ccts:PropertyTerm>Country</ccts:PropertyTerm>
<ccts:AssociatedObjectClass>Country</ccts:AssociatedObjectClass>
<ccts:RepresentationTerm>Country</ccts:RepresentationTerm>
</ccts:Component>
CountryTypepublic void setCountry(CountryType value)
value - allowed object is
CountryTypepublic List<LocationCoordinateType> getLocationCoordinate()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>ASBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Address. Location Coordinate</ccts:DictionaryEntryName>
<ccts:Definition>The geographical coordinates of this address.</ccts:Definition>
<ccts:Cardinality>0..n</ccts:Cardinality>
<ccts:ObjectClass>Address</ccts:ObjectClass>
<ccts:PropertyTerm>Location Coordinate</ccts:PropertyTerm>
<ccts:AssociatedObjectClass>Location Coordinate</ccts:AssociatedObjectClass>
<ccts:RepresentationTerm>Location Coordinate</ccts:RepresentationTerm>
</ccts:Component>
Gets the value of the locationCoordinate property.
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 © 2015 Direktoratet for forvaltning og IKT (Difi). All rights reserved.