Class GeographicSubAddress
java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.GeographicSubAddress
@Validated
@Generated(value="de.hybris.platform.b2ctelcotmfwebservices.swagger.TelcoCodegen",
date="2022-10-21T20:34:47.671Z")
public class GeographicSubAddress
extends Object
It is used for addressing within a property in an urban area (country properties are often defined differently). It may refer to a building, a building cluster, or a floor of a multistory building.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionatschemaLocation(String atschemaLocation) buildingName(String buildingName) booleanA link to the schema describing this REST ResourceType of the resource for this subAdressAllows for buildings that have well-known namesgetHref()Href of the subAddressgetId()Unique Identifier of the subAddressUsed where a level type may be repeated e.g.Describes level types within a buildinggetName()Name of the subAddress to identify it with a meaningful identificationPrivate streets internal to a property (e.g.Private streets numbers internal to a private streetThe discriminator used for the subunit often just a simple number e.g.The type of subunit e.g.BERTH, FLAT, PIER, SUITE, SHOP, TOWER, UNIT, WHARF.getType()Type of subAddress : it can be a subunit or a private streetinthashCode()levelNumber(String levelNumber) privateStreetName(String privateStreetName) privateStreetNumber(String privateStreetNumber) voidsetAtschemaLocation(String atschemaLocation) voidvoidsetBuildingName(String buildingName) voidvoidvoidsetLevelNumber(String levelNumber) voidsetLevelType(String levelType) voidvoidsetPrivateStreetName(String privateStreetName) voidsetPrivateStreetNumber(String privateStreetNumber) voidsetSubUnitNumber(String subUnitNumber) voidsetSubUnitType(String subUnitType) voidsubUnitNumber(String subUnitNumber) subUnitType(String subUnitType) toString()
-
Constructor Details
-
GeographicSubAddress
public GeographicSubAddress()
-
-
Method Details
-
id
-
getId
Unique Identifier of the subAddress- Returns:
- id
-
setId
-
href
-
getHref
Href of the subAddress- Returns:
- href
-
setHref
-
type
-
getType
Type of subAddress : it can be a subunit or a private street- Returns:
- type
-
setType
-
name
-
getName
Name of the subAddress to identify it with a meaningful identification- Returns:
- name
-
setName
-
subUnitType
-
getSubUnitType
The type of subunit e.g.BERTH, FLAT, PIER, SUITE, SHOP, TOWER, UNIT, WHARF.- Returns:
- subUnitType
-
setSubUnitType
-
subUnitNumber
-
getSubUnitNumber
The discriminator used for the subunit often just a simple number e.g. FLAT 5, may also be a range- Returns:
- subUnitNumber
-
setSubUnitNumber
-
levelType
-
getLevelType
Describes level types within a building- Returns:
- levelType
-
setLevelType
-
levelNumber
-
getLevelNumber
Used where a level type may be repeated e.g. BASEMENT 1, BASEMENT 2- Returns:
- levelNumber
-
setLevelNumber
-
buildingName
-
getBuildingName
Allows for buildings that have well-known names- Returns:
- buildingName
-
setBuildingName
-
privateStreetNumber
-
getPrivateStreetNumber
Private streets numbers internal to a private street- Returns:
- privateStreetNumber
-
setPrivateStreetNumber
-
privateStreetName
-
getPrivateStreetName
Private streets internal to a property (e.g. a university) may have internal names that are not recorded by the land title office- Returns:
- privateStreetName
-
setPrivateStreetName
-
attype
-
getAttype
Type of the resource for this subAdress- Returns:
- attype
-
setAttype
-
atschemaLocation
-
getAtschemaLocation
A link to the schema describing this REST Resource- Returns:
- atschemaLocation
-
setAtschemaLocation
-
equals
-
hashCode
public int hashCode() -
toString
-