@CodingStyleguideUnaware public class AddressType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
<?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>
This class was annotated by ph-jaxb22-plugin -Xph-annotate
This class contains methods created by ph-jaxb22-plugin -Xph-equalshashcode
This class contains methods created by ph-jaxb22-plugin -Xph-tostring
This class contains methods created by ph-jaxb22-plugin -Xph-list-extension
This class contains methods created by ph-jaxb22-plugin -Xph-cloneable2
This class contains methods created by ph-jaxb22-plugin -Xph-value-extender
| Constructor and Description |
|---|
AddressType()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
void |
addAddressLine(AddressLineType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addLocationCoordinate(LocationCoordinateType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
AddressType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(AddressType ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
AdditionalStreetNameType |
getAdditionalStreetName()
<?
|
String |
getAdditionalStreetNameValue()
Get the value of the contained AdditionalStreetNameType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
AddressFormatCodeType |
getAddressFormatCode()
<?
|
String |
getAddressFormatCodeValue()
Get the value of the contained AddressFormatCodeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
List<AddressLineType> |
getAddressLine()
<?
|
AddressLineType |
getAddressLineAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getAddressLineCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
AddressTypeCodeType |
getAddressTypeCode()
<?
|
String |
getAddressTypeCodeValue()
Get the value of the contained AddressTypeCodeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
BlockNameType |
getBlockName()
<?
|
String |
getBlockNameValue()
Get the value of the contained BlockNameType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
BuildingNameType |
getBuildingName()
<?
|
String |
getBuildingNameValue()
Get the value of the contained BuildingNameType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
BuildingNumberType |
getBuildingNumber()
<?
|
String |
getBuildingNumberValue()
Get the value of the contained BuildingNumberType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
CityNameType |
getCityName()
<?
|
String |
getCityNameValue()
Get the value of the contained CityNameType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
CitySubdivisionNameType |
getCitySubdivisionName()
<?
|
String |
getCitySubdivisionNameValue()
Get the value of the contained CitySubdivisionNameType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
CountryType |
getCountry()
<?
|
CountrySubentityType |
getCountrySubentity()
<?
|
CountrySubentityCodeType |
getCountrySubentityCode()
<?
|
String |
getCountrySubentityCodeValue()
Get the value of the contained CountrySubentityCodeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
String |
getCountrySubentityValue()
Get the value of the contained CountrySubentityType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
DepartmentType |
getDepartment()
<?
|
String |
getDepartmentValue()
Get the value of the contained DepartmentType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
DistrictType |
getDistrict()
<?
|
String |
getDistrictValue()
Get the value of the contained DistrictType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
FloorType |
getFloor()
<?
|
String |
getFloorValue()
Get the value of the contained FloorType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
IDType |
getID()
<?
|
String |
getIDValue()
Get the value of the contained IDType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
InhouseMailType |
getInhouseMail()
<?
|
String |
getInhouseMailValue()
Get the value of the contained InhouseMailType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
List<LocationCoordinateType> |
getLocationCoordinate()
<?
|
LocationCoordinateType |
getLocationCoordinateAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getLocationCoordinateCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
MarkAttentionType |
getMarkAttention()
<?
|
String |
getMarkAttentionValue()
Get the value of the contained MarkAttentionType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
MarkCareType |
getMarkCare()
<?
|
String |
getMarkCareValue()
Get the value of the contained MarkCareType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
PlotIdentificationType |
getPlotIdentification()
<?
|
String |
getPlotIdentificationValue()
Get the value of the contained PlotIdentificationType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
PostalZoneType |
getPostalZone()
<?
|
String |
getPostalZoneValue()
Get the value of the contained PostalZoneType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
PostboxType |
getPostbox()
<?
|
String |
getPostboxValue()
Get the value of the contained PostboxType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
RegionType |
getRegion()
<?
|
String |
getRegionValue()
Get the value of the contained RegionType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
RoomType |
getRoom()
<?
|
String |
getRoomValue()
Get the value of the contained RoomType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
StreetNameType |
getStreetName()
<?
|
String |
getStreetNameValue()
Get the value of the contained StreetNameType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
TimezoneOffsetType |
getTimezoneOffset()
<?
|
String |
getTimezoneOffsetValue()
Get the value of the contained TimezoneOffsetType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
boolean |
hasAddressLineEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasLocationCoordinateEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoAddressLineEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoLocationCoordinateEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setAdditionalStreetName(AdditionalStreetNameType value)
Sets the value of the additionalStreetName property.
|
AdditionalStreetNameType |
setAdditionalStreetName(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setAddressFormatCode(AddressFormatCodeType value)
Sets the value of the addressFormatCode property.
|
AddressFormatCodeType |
setAddressFormatCode(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setAddressLine(List<AddressLineType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setAddressTypeCode(AddressTypeCodeType value)
Sets the value of the addressTypeCode property.
|
AddressTypeCodeType |
setAddressTypeCode(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setBlockName(BlockNameType value)
Sets the value of the blockName property.
|
BlockNameType |
setBlockName(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setBuildingName(BuildingNameType value)
Sets the value of the buildingName property.
|
BuildingNameType |
setBuildingName(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setBuildingNumber(BuildingNumberType value)
Sets the value of the buildingNumber property.
|
BuildingNumberType |
setBuildingNumber(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setCityName(CityNameType value)
Sets the value of the cityName property.
|
CityNameType |
setCityName(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setCitySubdivisionName(CitySubdivisionNameType value)
Sets the value of the citySubdivisionName property.
|
CitySubdivisionNameType |
setCitySubdivisionName(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setCountry(CountryType value)
Sets the value of the country property.
|
void |
setCountrySubentity(CountrySubentityType value)
Sets the value of the countrySubentity property.
|
CountrySubentityType |
setCountrySubentity(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setCountrySubentityCode(CountrySubentityCodeType value)
Sets the value of the countrySubentityCode property.
|
CountrySubentityCodeType |
setCountrySubentityCode(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setDepartment(DepartmentType value)
Sets the value of the department property.
|
DepartmentType |
setDepartment(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setDistrict(DistrictType value)
Sets the value of the district property.
|
DistrictType |
setDistrict(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setFloor(FloorType value)
Sets the value of the floor property.
|
FloorType |
setFloor(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setID(IDType value)
Sets the value of the id property.
|
IDType |
setID(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setInhouseMail(InhouseMailType value)
Sets the value of the inhouseMail property.
|
InhouseMailType |
setInhouseMail(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setLocationCoordinate(List<LocationCoordinateType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setMarkAttention(MarkAttentionType value)
Sets the value of the markAttention property.
|
MarkAttentionType |
setMarkAttention(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setMarkCare(MarkCareType value)
Sets the value of the markCare property.
|
MarkCareType |
setMarkCare(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setPlotIdentification(PlotIdentificationType value)
Sets the value of the plotIdentification property.
|
PlotIdentificationType |
setPlotIdentification(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setPostalZone(PostalZoneType value)
Sets the value of the postalZone property.
|
PostalZoneType |
setPostalZone(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setPostbox(PostboxType value)
Sets the value of the postbox property.
|
PostboxType |
setPostbox(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setRegion(RegionType value)
Sets the value of the region property.
|
RegionType |
setRegion(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setRoom(RoomType value)
Sets the value of the room property.
|
RoomType |
setRoom(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setStreetName(StreetNameType value)
Sets the value of the streetName property.
|
StreetNameType |
setStreetName(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
TimezoneOffsetType |
setTimezoneOffset(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setTimezoneOffset(TimezoneOffsetType value)
Sets the value of the timezoneOffset property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public AddressType()
@Nullable 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(@Nullable IDType value)
value - allowed object is
IDType@Nullable public 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(@Nullable AddressTypeCodeType value)
value - allowed object is
AddressTypeCodeType@Nullable public 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(@Nullable AddressFormatCodeType value)
value - allowed object is
AddressFormatCodeType@Nullable public 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(@Nullable PostboxType value)
value - allowed object is
PostboxType@Nullable public 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(@Nullable FloorType value)
value - allowed object is
FloorType@Nullable public 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(@Nullable RoomType value)
value - allowed object is
RoomType@Nullable public 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(@Nullable StreetNameType value)
value - allowed object is
StreetNameType@Nullable public 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(@Nullable AdditionalStreetNameType value)
value - allowed object is
AdditionalStreetNameType@Nullable public 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(@Nullable BlockNameType value)
value - allowed object is
BlockNameType@Nullable public 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(@Nullable BuildingNameType value)
value - allowed object is
BuildingNameType@Nullable public 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(@Nullable BuildingNumberType value)
value - allowed object is
BuildingNumberType@Nullable public 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(@Nullable InhouseMailType value)
value - allowed object is
InhouseMailType@Nullable public 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(@Nullable DepartmentType value)
value - allowed object is
DepartmentType@Nullable public 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(@Nullable MarkAttentionType value)
value - allowed object is
MarkAttentionType@Nullable public 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(@Nullable MarkCareType value)
value - allowed object is
MarkCareType@Nullable public 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(@Nullable PlotIdentificationType value)
value - allowed object is
PlotIdentificationType@Nullable public 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(@Nullable CitySubdivisionNameType value)
value - allowed object is
CitySubdivisionNameType@Nullable public 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(@Nullable CityNameType value)
value - allowed object is
CityNameType@Nullable public 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(@Nullable PostalZoneType value)
value - allowed object is
PostalZoneType@Nullable public 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(@Nullable CountrySubentityType value)
value - allowed object is
CountrySubentityType@Nullable public 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(@Nullable CountrySubentityCodeType value)
value - allowed object is
CountrySubentityCodeType@Nullable public 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(@Nullable RegionType value)
value - allowed object is
RegionType@Nullable public 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(@Nullable DistrictType value)
value - allowed object is
DistrictType@Nullable public 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(@Nullable TimezoneOffsetType value)
value - allowed object is
TimezoneOffsetType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public 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
@Nullable 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(@Nullable CountryType value)
value - allowed object is
CountryType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public 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
public boolean equals(Object o)
public int hashCode()
public String toString()
public void setAddressLine(@Nullable List<AddressLineType> aList)
aList - The new list member to set. May be null.public void setLocationCoordinate(@Nullable List<LocationCoordinateType> aList)
aList - The new list member to set. May be null.public boolean hasAddressLineEntries()
true if at least one item is contained, false otherwise.public boolean hasNoAddressLineEntries()
true if no item is contained, false otherwise.@Nonnegative public int getAddressLineCount()
@Nullable public AddressLineType getAddressLineAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addAddressLine(@Nonnull AddressLineType elem)
elem - The element to be added. May not be null.public boolean hasLocationCoordinateEntries()
true if at least one item is contained, false otherwise.public boolean hasNoLocationCoordinateEntries()
true if no item is contained, false otherwise.@Nonnegative public int getLocationCoordinateCount()
@Nullable public LocationCoordinateType getLocationCoordinateAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addLocationCoordinate(@Nonnull LocationCoordinateType elem)
elem - The element to be added. May not be null.public void cloneTo(@Nonnull AddressType ret)
this to the passed object. All data in the parameter object is overwritten!Created by ph-jaxb22-plugin -Xph-cloneable2ret - The target object to clone to. May not be null.@Nonnull @ReturnsMutableCopy public AddressType clone()
@Nonnull public AddressTypeCodeType setAddressTypeCode(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public AddressFormatCodeType setAddressFormatCode(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public CountrySubentityCodeType setCountrySubentityCode(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public IDType setID(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public PostboxType setPostbox(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public FloorType setFloor(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public RoomType setRoom(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public BuildingNumberType setBuildingNumber(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public InhouseMailType setInhouseMail(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public DepartmentType setDepartment(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public MarkAttentionType setMarkAttention(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public MarkCareType setMarkCare(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public PlotIdentificationType setPlotIdentification(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public PostalZoneType setPostalZone(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public CountrySubentityType setCountrySubentity(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public RegionType setRegion(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public DistrictType setDistrict(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public TimezoneOffsetType setTimezoneOffset(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public StreetNameType setStreetName(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public AdditionalStreetNameType setAdditionalStreetName(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public BlockNameType setBlockName(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public BuildingNameType setBuildingName(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public CitySubdivisionNameType setCitySubdivisionName(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public CityNameType setCityName(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nullable public String getIDValue()
null@Nullable public String getAddressTypeCodeValue()
null@Nullable public String getAddressFormatCodeValue()
null@Nullable public String getPostboxValue()
null@Nullable public String getFloorValue()
null@Nullable public String getRoomValue()
null@Nullable public String getStreetNameValue()
null@Nullable public String getAdditionalStreetNameValue()
null@Nullable public String getBlockNameValue()
null@Nullable public String getBuildingNameValue()
null@Nullable public String getBuildingNumberValue()
null@Nullable public String getInhouseMailValue()
null@Nullable public String getDepartmentValue()
null@Nullable public String getMarkAttentionValue()
null@Nullable public String getMarkCareValue()
null@Nullable public String getPlotIdentificationValue()
null@Nullable public String getCitySubdivisionNameValue()
null@Nullable public String getCityNameValue()
null@Nullable public String getPostalZoneValue()
null@Nullable public String getCountrySubentityValue()
null@Nullable public String getCountrySubentityCodeValue()
null@Nullable public String getRegionValue()
null@Nullable public String getDistrictValue()
nullCopyright © 2014–2020 Philip Helger. All rights reserved.