Class ManualVendorDetail


  • @Generated("jsonschema2pojo")
    public class ManualVendorDetail
    extends Object
    Manual Vendor Detail

    The detail associated with an undefined vendor or an override to an existing vendor's information.

    • Field Detail

      • name

        @JsonPropertyDescription("The name of the vendor.")
        private String name
        Name

        The name of the vendor.

      • addressLines

        @JsonPropertyDescription("The address lines of the vendor\'s location, such as a street address or post office box number, city, region, and postal code.")
        private List<String> addressLines
        Address Lines

        The address lines of the vendor's location, such as a street address or post office box number, city, region, and postal code.

      • place

        @JsonPropertyDescription("A country specific postal region. Postal regions are expressed as a hierarchy of country, region, and sub-region, and as a locality with postal automation codes.")
        private Place place
        Place

        A country specific postal region. Postal regions are expressed as a hierarchy of country, region, and sub-region, and as a locality with postal automation codes.

      • contact

        @JsonPropertyDescription("The contact for the vendor.")
        private Contact__1 contact
        Contact

        The contact for the vendor.

    • Constructor Detail

      • ManualVendorDetail

        public ManualVendorDetail()
    • Method Detail

      • getName

        public String getName()
        Name

        The name of the vendor.

      • setName

        public void setName​(String name)
        Name

        The name of the vendor.

      • getAddressLines

        public List<String> getAddressLines()
        Address Lines

        The address lines of the vendor's location, such as a street address or post office box number, city, region, and postal code.

      • setAddressLines

        public void setAddressLines​(List<String> addressLines)
        Address Lines

        The address lines of the vendor's location, such as a street address or post office box number, city, region, and postal code.

      • getPlace

        public Place getPlace()
        Place

        A country specific postal region. Postal regions are expressed as a hierarchy of country, region, and sub-region, and as a locality with postal automation codes.

      • setPlace

        public void setPlace​(Place place)
        Place

        A country specific postal region. Postal regions are expressed as a hierarchy of country, region, and sub-region, and as a locality with postal automation codes.

      • getContact

        public Contact__1 getContact()
        Contact

        The contact for the vendor.

      • setContact

        public void setContact​(Contact__1 contact)
        Contact

        The contact for the vendor.

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object