Class PurchaseOrderSupplierAddress

java.lang.Object
com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odatav4.core.VdmEntity<PurchaseOrderSupplierAddress>
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.purchaseorder.PurchaseOrderSupplierAddress
All Implemented Interfaces:
VdmEntitySet

public class PurchaseOrderSupplierAddress extends VdmEntity<PurchaseOrderSupplierAddress> implements VdmEntitySet
Supplier Address

Original entity name from the Odata EDM: PurchaseOrderSupplierAddress_Type

  • Field Details

  • Constructor Details

    • PurchaseOrderSupplierAddress

      public PurchaseOrderSupplierAddress()
    • PurchaseOrderSupplierAddress

      public PurchaseOrderSupplierAddress(@Nullable String supplierAddressID, @Nullable String purchaseOrder, @Nullable String addressID, @Nullable String addressPersonID, @Nullable String addressRepresentationCode, @Nullable String correspondenceLanguage, @Nullable String prfrdCommMediumType, @Nullable String addresseeFullName, @Nullable String organizationName1, @Nullable String organizationName2, @Nullable String organizationName3, @Nullable String organizationName4, @Nullable String addressSearchTerm1, @Nullable String addressSearchTerm2, @Nullable String cityName, @Nullable String districtName, @Nullable String villageName, @Nullable String postalCode, @Nullable String companyPostalCode, @Nullable String streetName, @Nullable String streetPrefixName1, @Nullable String streetPrefixName2, @Nullable String streetSuffixName1, @Nullable String streetSuffixName2, @Nullable String houseNumber, @Nullable String houseNumberSupplementText, @Nullable String building, @Nullable String floor, @Nullable String roomNumber, @Nullable String country, @Nullable String region, @Nullable String formOfAddress, @Nullable String taxJurisdiction, @Nullable String transportZone, @Nullable String pOBox, @Nullable Boolean pOBoxIsWithoutNumber, @Nullable String pOBoxPostalCode, @Nullable String pOBoxLobbyName, @Nullable String pOBoxDeviatingCityName, @Nullable String pOBoxDeviatingRegion, @Nullable String pOBoxDeviatingCountry, @Nullable String careOfName, @Nullable String deliveryServiceTypeCode, @Nullable String deliveryServiceNumber, @Nullable String addressTimeZone, @Nullable String emailAddress, @Nullable String regionalStructureCheckStatus, @Nullable PurchaseOrder to_PurchaseOrderTP)
  • Method Details

    • getType

      @Nonnull public Class<PurchaseOrderSupplierAddress> getType()
      Specified by:
      getType in class VdmObject<PurchaseOrderSupplierAddress>
    • setSupplierAddressID

      public void setSupplierAddressID(@Nullable String supplierAddressID)
      (Key Field) Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: SupplierAddressID

      Parameters:
      supplierAddressID - Address Number
    • setPurchaseOrder

      public void setPurchaseOrder(@Nullable String purchaseOrder)
      (Key Field) Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: PurchaseOrder

      Parameters:
      purchaseOrder - Purchase Order Number
    • setAddressID

      public void setAddressID(@Nullable String addressID)
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: AddressID

      Parameters:
      addressID - Address Number
    • setAddressPersonID

      public void setAddressPersonID(@Nullable String addressPersonID)
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: AddressPersonID

      Parameters:
      addressPersonID - Person Number
    • setAddressRepresentationCode

      public void setAddressRepresentationCode(@Nullable String addressRepresentationCode)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: AddressRepresentationCode

      Parameters:
      addressRepresentationCode - Version ID for International Addresses
    • setCorrespondenceLanguage

      public void setCorrespondenceLanguage(@Nullable String correspondenceLanguage)
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: CorrespondenceLanguage

      Parameters:
      correspondenceLanguage - Language Key
    • setPrfrdCommMediumType

      public void setPrfrdCommMediumType(@Nullable String prfrdCommMediumType)
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: PrfrdCommMediumType

      Parameters:
      prfrdCommMediumType - Communication Method (Key) (Business Address Services)
    • setAddresseeFullName

      public void setAddresseeFullName(@Nullable String addresseeFullName)
      Constraints: Not nullable, Maximum length: 80

      Original property name from the Odata EDM: AddresseeFullName

      Parameters:
      addresseeFullName - Full Name of Person
    • setOrganizationName1

      public void setOrganizationName1(@Nullable String organizationName1)
      Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: OrganizationName1

      Parameters:
      organizationName1 - Name 1
    • setOrganizationName2

      public void setOrganizationName2(@Nullable String organizationName2)
      Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: OrganizationName2

      Parameters:
      organizationName2 - Name 2
    • setOrganizationName3

      public void setOrganizationName3(@Nullable String organizationName3)
      Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: OrganizationName3

      Parameters:
      organizationName3 - Name 3
    • setOrganizationName4

      public void setOrganizationName4(@Nullable String organizationName4)
      Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: OrganizationName4

      Parameters:
      organizationName4 - Name 4
    • setAddressSearchTerm1

      public void setAddressSearchTerm1(@Nullable String addressSearchTerm1)
      Constraints: Not nullable, Maximum length: 20

      Original property name from the Odata EDM: AddressSearchTerm1

      Parameters:
      addressSearchTerm1 - Search Term 1
    • setAddressSearchTerm2

      public void setAddressSearchTerm2(@Nullable String addressSearchTerm2)
      Constraints: Not nullable, Maximum length: 20

      Original property name from the Odata EDM: AddressSearchTerm2

      Parameters:
      addressSearchTerm2 - Search Term 2
    • setCityName

      public void setCityName(@Nullable String cityName)
      Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: CityName

      Parameters:
      cityName - City
    • setDistrictName

      public void setDistrictName(@Nullable String districtName)
      Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: DistrictName

      Parameters:
      districtName - District
    • setVillageName

      public void setVillageName(@Nullable String villageName)
      Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: VillageName

      Parameters:
      villageName - City (different from postal city)
    • setPostalCode

      public void setPostalCode(@Nullable String postalCode)
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: PostalCode

      Parameters:
      postalCode - City Postal Code
    • setCompanyPostalCode

      public void setCompanyPostalCode(@Nullable String companyPostalCode)
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: CompanyPostalCode

      Parameters:
      companyPostalCode - Company Postal Code (for Large Customers)
    • setStreetName

      public void setStreetName(@Nullable String streetName)
      Constraints: Not nullable, Maximum length: 60

      Original property name from the Odata EDM: StreetName

      Parameters:
      streetName - Street
    • setStreetPrefixName1

      public void setStreetPrefixName1(@Nullable String streetPrefixName1)
      Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: StreetPrefixName1

      Parameters:
      streetPrefixName1 - Street 2
    • setStreetPrefixName2

      public void setStreetPrefixName2(@Nullable String streetPrefixName2)
      Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: StreetPrefixName2

      Parameters:
      streetPrefixName2 - Street 3
    • setStreetSuffixName1

      public void setStreetSuffixName1(@Nullable String streetSuffixName1)
      Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: StreetSuffixName1

      Parameters:
      streetSuffixName1 - Street 4
    • setStreetSuffixName2

      public void setStreetSuffixName2(@Nullable String streetSuffixName2)
      Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: StreetSuffixName2

      Parameters:
      streetSuffixName2 - Street 5
    • setHouseNumber

      public void setHouseNumber(@Nullable String houseNumber)
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: HouseNumber

      Parameters:
      houseNumber - House Number
    • setHouseNumberSupplementText

      public void setHouseNumberSupplementText(@Nullable String houseNumberSupplementText)
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: HouseNumberSupplementText

      Parameters:
      houseNumberSupplementText - House number supplement
    • setBuilding

      public void setBuilding(@Nullable String building)
      Constraints: Not nullable, Maximum length: 20

      Original property name from the Odata EDM: Building

      Parameters:
      building - Building (Number or Code)
    • setFloor

      public void setFloor(@Nullable String floor)
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: Floor

      Parameters:
      floor - Floor in building
    • setRoomNumber

      public void setRoomNumber(@Nullable String roomNumber)
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: RoomNumber

      Parameters:
      roomNumber - Room or Apartment Number
    • setCountry

      public void setCountry(@Nullable String country)
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: Country

      Parameters:
      country - Country/Region Key
    • setRegion

      public void setRegion(@Nullable String region)
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: Region

      Parameters:
      region - Region (State, Province, County)
    • setFormOfAddress

      public void setFormOfAddress(@Nullable String formOfAddress)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: FormOfAddress

      Parameters:
      formOfAddress - Form-of-Address Key
    • setTaxJurisdiction

      public void setTaxJurisdiction(@Nullable String taxJurisdiction)
      Constraints: Not nullable, Maximum length: 15

      Original property name from the Odata EDM: TaxJurisdiction

      Parameters:
      taxJurisdiction - Tax Jurisdiction
    • setTransportZone

      public void setTransportZone(@Nullable String transportZone)
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: TransportZone

      Parameters:
      transportZone - Transportation zone to or from which the goods are delivered
    • setPOBox

      public void setPOBox(@Nullable String pOBox)
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: POBox

      Parameters:
      pOBox - PO Box
    • setPOBoxIsWithoutNumber

      public void setPOBoxIsWithoutNumber(@Nullable Boolean pOBoxIsWithoutNumber)
      Constraints: Not nullable

      Original property name from the Odata EDM: POBoxIsWithoutNumber

      Parameters:
      pOBoxIsWithoutNumber - Flag: PO Box Without Number
    • setPOBoxPostalCode

      public void setPOBoxPostalCode(@Nullable String pOBoxPostalCode)
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: POBoxPostalCode

      Parameters:
      pOBoxPostalCode - PO Box Postal Code
    • setPOBoxLobbyName

      public void setPOBoxLobbyName(@Nullable String pOBoxLobbyName)
      Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: POBoxLobbyName

      Parameters:
      pOBoxLobbyName - PO Box Lobby
    • setPOBoxDeviatingCityName

      public void setPOBoxDeviatingCityName(@Nullable String pOBoxDeviatingCityName)
      Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: POBoxDeviatingCityName

      Parameters:
      pOBoxDeviatingCityName - PO Box city
    • setPOBoxDeviatingRegion

      public void setPOBoxDeviatingRegion(@Nullable String pOBoxDeviatingRegion)
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: POBoxDeviatingRegion

      Parameters:
      pOBoxDeviatingRegion - Region for PO Box (Country/Region, State, Province, ...)
    • setPOBoxDeviatingCountry

      public void setPOBoxDeviatingCountry(@Nullable String pOBoxDeviatingCountry)
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: POBoxDeviatingCountry

      Parameters:
      pOBoxDeviatingCountry - PO Box of Country/Region
    • setCareOfName

      public void setCareOfName(@Nullable String careOfName)
      Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: CareOfName

      Parameters:
      careOfName - c/o name
    • setDeliveryServiceTypeCode

      public void setDeliveryServiceTypeCode(@Nullable String deliveryServiceTypeCode)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: DeliveryServiceTypeCode

      Parameters:
      deliveryServiceTypeCode - Type of Delivery Service
    • setDeliveryServiceNumber

      public void setDeliveryServiceNumber(@Nullable String deliveryServiceNumber)
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: DeliveryServiceNumber

      Parameters:
      deliveryServiceNumber - Number of Delivery Service
    • setAddressTimeZone

      public void setAddressTimeZone(@Nullable String addressTimeZone)
      Constraints: Not nullable, Maximum length: 6

      Original property name from the Odata EDM: AddressTimeZone

      Parameters:
      addressTimeZone - Address Time Zone
    • setEmailAddress

      public void setEmailAddress(@Nullable String emailAddress)
      Constraints: Not nullable, Maximum length: 241

      Original property name from the Odata EDM: EmailAddress

      Parameters:
      emailAddress - Email Address
    • setRegionalStructureCheckStatus

      public void setRegionalStructureCheckStatus(@Nullable String regionalStructureCheckStatus)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: RegionalStructureCheckStatus

      Parameters:
      regionalStructureCheckStatus - City File Test Status
    • getEntityCollection

      protected String getEntityCollection()
      Specified by:
      getEntityCollection in class VdmEntity<PurchaseOrderSupplierAddress>
    • getKey

      @Nonnull protected ODataEntityKey getKey()
      Overrides:
      getKey in class VdmObject<PurchaseOrderSupplierAddress>
    • toMapOfFields

      @Nonnull protected Map<String,Object> toMapOfFields()
      Overrides:
      toMapOfFields in class VdmObject<PurchaseOrderSupplierAddress>
    • fromMap

      protected void fromMap(Map<String,Object> inputValues)
      Overrides:
      fromMap in class VdmObject<PurchaseOrderSupplierAddress>
    • getDefaultServicePath

      protected String getDefaultServicePath()
      Overrides:
      getDefaultServicePath in class VdmEntity<PurchaseOrderSupplierAddress>
    • toMapOfNavigationProperties

      @Nonnull protected Map<String,Object> toMapOfNavigationProperties()
      Overrides:
      toMapOfNavigationProperties in class VdmObject<PurchaseOrderSupplierAddress>
    • getPurchaseOrderTPIfPresent

      @Nonnull public io.vavr.control.Option<PurchaseOrder> getPurchaseOrderTPIfPresent()
      Retrieval of associated PurchaseOrder entity (one to one). This corresponds to the OData navigation property _PurchaseOrderTP.

      If the navigation property for an entity PurchaseOrderSupplierAddress has not been resolved yet, this method will not query further information. Instead its Option result state will be empty.

      Returns:
      If the information for navigation property _PurchaseOrderTP is already loaded, the result will contain the PurchaseOrder entity. If not, an Option with result state empty is returned.
    • setPurchaseOrderTP

      public void setPurchaseOrderTP(PurchaseOrder value)
      Overwrites the associated PurchaseOrder entity for the loaded navigation property _PurchaseOrderTP.
      Parameters:
      value - New PurchaseOrder entity.
    • builder

    • getSupplierAddressID

      @Nullable public String getSupplierAddressID()
      (Key Field) Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: SupplierAddressID

      Returns:
      Address Number
    • getPurchaseOrder

      @Nullable public String getPurchaseOrder()
      (Key Field) Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: PurchaseOrder

      Returns:
      Purchase Order Number
    • getAddressID

      @Nullable public String getAddressID()
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: AddressID

      Returns:
      Address Number
    • getAddressPersonID

      @Nullable public String getAddressPersonID()
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: AddressPersonID

      Returns:
      Person Number
    • getAddressRepresentationCode

      @Nullable public String getAddressRepresentationCode()
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: AddressRepresentationCode

      Returns:
      Version ID for International Addresses
    • getCorrespondenceLanguage

      @Nullable public String getCorrespondenceLanguage()
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: CorrespondenceLanguage

      Returns:
      Language Key
    • getPrfrdCommMediumType

      @Nullable public String getPrfrdCommMediumType()
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: PrfrdCommMediumType

      Returns:
      Communication Method (Key) (Business Address Services)
    • getAddresseeFullName

      @Nullable public String getAddresseeFullName()
      Constraints: Not nullable, Maximum length: 80

      Original property name from the Odata EDM: AddresseeFullName

      Returns:
      Full Name of Person
    • getOrganizationName1

      @Nullable public String getOrganizationName1()
      Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: OrganizationName1

      Returns:
      Name 1
    • getOrganizationName2

      @Nullable public String getOrganizationName2()
      Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: OrganizationName2

      Returns:
      Name 2
    • getOrganizationName3

      @Nullable public String getOrganizationName3()
      Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: OrganizationName3

      Returns:
      Name 3
    • getOrganizationName4

      @Nullable public String getOrganizationName4()
      Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: OrganizationName4

      Returns:
      Name 4
    • getAddressSearchTerm1

      @Nullable public String getAddressSearchTerm1()
      Constraints: Not nullable, Maximum length: 20

      Original property name from the Odata EDM: AddressSearchTerm1

      Returns:
      Search Term 1
    • getAddressSearchTerm2

      @Nullable public String getAddressSearchTerm2()
      Constraints: Not nullable, Maximum length: 20

      Original property name from the Odata EDM: AddressSearchTerm2

      Returns:
      Search Term 2
    • getCityName

      @Nullable public String getCityName()
      Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: CityName

      Returns:
      City
    • getDistrictName

      @Nullable public String getDistrictName()
      Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: DistrictName

      Returns:
      District
    • getVillageName

      @Nullable public String getVillageName()
      Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: VillageName

      Returns:
      City (different from postal city)
    • getPostalCode

      @Nullable public String getPostalCode()
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: PostalCode

      Returns:
      City Postal Code
    • getCompanyPostalCode

      @Nullable public String getCompanyPostalCode()
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: CompanyPostalCode

      Returns:
      Company Postal Code (for Large Customers)
    • getStreetName

      @Nullable public String getStreetName()
      Constraints: Not nullable, Maximum length: 60

      Original property name from the Odata EDM: StreetName

      Returns:
      Street
    • getStreetPrefixName1

      @Nullable public String getStreetPrefixName1()
      Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: StreetPrefixName1

      Returns:
      Street 2
    • getStreetPrefixName2

      @Nullable public String getStreetPrefixName2()
      Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: StreetPrefixName2

      Returns:
      Street 3
    • getStreetSuffixName1

      @Nullable public String getStreetSuffixName1()
      Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: StreetSuffixName1

      Returns:
      Street 4
    • getStreetSuffixName2

      @Nullable public String getStreetSuffixName2()
      Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: StreetSuffixName2

      Returns:
      Street 5
    • getHouseNumber

      @Nullable public String getHouseNumber()
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: HouseNumber

      Returns:
      House Number
    • getHouseNumberSupplementText

      @Nullable public String getHouseNumberSupplementText()
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: HouseNumberSupplementText

      Returns:
      House number supplement
    • getBuilding

      @Nullable public String getBuilding()
      Constraints: Not nullable, Maximum length: 20

      Original property name from the Odata EDM: Building

      Returns:
      Building (Number or Code)
    • getFloor

      @Nullable public String getFloor()
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: Floor

      Returns:
      Floor in building
    • getRoomNumber

      @Nullable public String getRoomNumber()
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: RoomNumber

      Returns:
      Room or Apartment Number
    • getCountry

      @Nullable public String getCountry()
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: Country

      Returns:
      Country/Region Key
    • getRegion

      @Nullable public String getRegion()
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: Region

      Returns:
      Region (State, Province, County)
    • getFormOfAddress

      @Nullable public String getFormOfAddress()
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: FormOfAddress

      Returns:
      Form-of-Address Key
    • getTaxJurisdiction

      @Nullable public String getTaxJurisdiction()
      Constraints: Not nullable, Maximum length: 15

      Original property name from the Odata EDM: TaxJurisdiction

      Returns:
      Tax Jurisdiction
    • getTransportZone

      @Nullable public String getTransportZone()
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: TransportZone

      Returns:
      Transportation zone to or from which the goods are delivered
    • getPOBox

      @Nullable public String getPOBox()
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: POBox

      Returns:
      PO Box
    • getPOBoxIsWithoutNumber

      @Nullable public Boolean getPOBoxIsWithoutNumber()
      Constraints: Not nullable

      Original property name from the Odata EDM: POBoxIsWithoutNumber

      Returns:
      Flag: PO Box Without Number
    • getPOBoxPostalCode

      @Nullable public String getPOBoxPostalCode()
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: POBoxPostalCode

      Returns:
      PO Box Postal Code
    • getPOBoxLobbyName

      @Nullable public String getPOBoxLobbyName()
      Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: POBoxLobbyName

      Returns:
      PO Box Lobby
    • getPOBoxDeviatingCityName

      @Nullable public String getPOBoxDeviatingCityName()
      Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: POBoxDeviatingCityName

      Returns:
      PO Box city
    • getPOBoxDeviatingRegion

      @Nullable public String getPOBoxDeviatingRegion()
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: POBoxDeviatingRegion

      Returns:
      Region for PO Box (Country/Region, State, Province, ...)
    • getPOBoxDeviatingCountry

      @Nullable public String getPOBoxDeviatingCountry()
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: POBoxDeviatingCountry

      Returns:
      PO Box of Country/Region
    • getCareOfName

      @Nullable public String getCareOfName()
      Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: CareOfName

      Returns:
      c/o name
    • getDeliveryServiceTypeCode

      @Nullable public String getDeliveryServiceTypeCode()
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: DeliveryServiceTypeCode

      Returns:
      Type of Delivery Service
    • getDeliveryServiceNumber

      @Nullable public String getDeliveryServiceNumber()
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: DeliveryServiceNumber

      Returns:
      Number of Delivery Service
    • getAddressTimeZone

      @Nullable public String getAddressTimeZone()
      Constraints: Not nullable, Maximum length: 6

      Original property name from the Odata EDM: AddressTimeZone

      Returns:
      Address Time Zone
    • getEmailAddress

      @Nullable public String getEmailAddress()
      Constraints: Not nullable, Maximum length: 241

      Original property name from the Odata EDM: EmailAddress

      Returns:
      Email Address
    • getRegionalStructureCheckStatus

      @Nullable public String getRegionalStructureCheckStatus()
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: RegionalStructureCheckStatus

      Returns:
      City File Test Status
    • toString

      @Nonnull public String toString()
      Overrides:
      toString in class VdmObject<PurchaseOrderSupplierAddress>
    • equals

      public boolean equals(@Nullable Object o)
      Overrides:
      equals in class VdmEntity<PurchaseOrderSupplierAddress>
    • canEqual

      protected boolean canEqual(@Nullable Object other)
      Overrides:
      canEqual in class VdmEntity<PurchaseOrderSupplierAddress>
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class VdmEntity<PurchaseOrderSupplierAddress>
    • getOdataType

      public String getOdataType()
      Specified by:
      getOdataType in class VdmObject<PurchaseOrderSupplierAddress>